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
What is the difference between leave transaction and call transaction?
How can we declare a table control in the abap/4 program?
What is erp? : sap abap hr
Explain how do you use structures in the abap programs?
What is the sap abap?
How would you suppress the display of a parameter on the selection screen?
How to eliminate duplicate entries in internal tables? : abap data dictionary
Difference between user exit and badis?
How to read files and process BDC's automatically ?
What are the types of parameters in the function modules?
What is sap abap data classes?
What is open sql vs native sql ?
In ALV reporting when u execute your report which event gets triggered.
What is the function of the transport system and workbench organizer?
Name the function module used to convert logical file names to physical file names in abap/4 programs?