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
Can a domain, assigned to a data element be changed?
What is the function of the transport system and workbench organizer?
Explain what is step-loop?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What are the three hierarchical levels of data types and objects?
What are the ways you can do the tuning?
What is an on”*-input filed” statement?
Explain the difference between cluster tables and pool table?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is the difference between internal tables and extract datasets? : abap modularization
Explain the difference between domain and data element?
Which objects are independent transport objects?
What are the different methods of passing data? : abap modularization
What does an exec sql statement do in abap?
How many types of tables exists and what are they in data dictionary?