What does an extract statement do in the ABAP program?
Answer Posted / chakresh kumar
An extract dataset consists of a sequence of records. These records may have different structures. All records with the same structure form a record type. You must define each record type of an extract dataset as a field group, using the FIELD-GROUPS statement.
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
when does a list get sent to the screen on the presentation layer?
Explain the different types of data dictionary objects?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What are the three components of a work process?
What is append structure?
How does the interection between the dynpro and the abap/4 modules takes place?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What two statements are required in an abap program to output an icon using a written statement?
Which transaction code can I used to analyze the performance of ABAP program.?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
Where do you find info on new developments in SAP?
Write syntax for message error (report)?
How do you process errors in call transaction method? : abap bdc
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
What takes most time in SAP script programming?