Answer Posted / swathi bommareddy
Once you have declared the possible record types as field
groups and defined their structure, you can fill the
extract dataset using the following statements:
EXTRACT <fg>.
When the first EXTRACT statement occurs in a program, the
system creates the extract dataset and adds the first
extract record to it. In each subsequent EXTRACT statement,
the new extract record is added to the dataset.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to debug rfc function module?
Can we use on change of between select and endselect?
How can a lock object be called in the transaction?
What are the different window types in sapscript?
wht is the diff. b/n initialization and lotus of event
Difference between /N and /BEND?
How we format the data before before write statement in report ?
What is the collect statement? How is it different from append?
Define subtype ? : abap hr
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Difference between transparent tables and pooled tables? : abap hr
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is the transaction for recording bdc ? : abap bdc
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is an “on input filed” statements?