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 will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What does the insert statement in extract datasets do? : abap modularization
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What are the differences between sap memory and abap memory?
What are the various events associated with screen programming?
What are the basic components of dialog program?
what is diff between idocs,bdc,rfc and bapi. give real time answer
Why do we need enhancements?
visibility section for class level and attributes level
What is the table buffer?
To find the date difference & excude saturday & sunday in between them
Explain the disadvantage of using exec sql statement in abap?
Explain the different types of view?
What does the extract statement do in extract datasets?