What does an extract statement do in the ABAP program?
By on Apr 1, 2007 in SAP-ABAP Interview Questions
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 .
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 [...]


