Answer Posted / swathi bommareddy
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 <fg>.
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
How do you populate data into a multiple line field? : abap bdc
What is the disadvantage of using exec sql statement in abap?
What kind of BDC programs are written ?
Explain the use of insert and append statement in sap abap?
Explain what is the step-by-step process to create a table in data dictionary?
Can we use transfer dataset to transfer data in internal table ?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is the first thing you do after vendor setup is complete?
What are the different types of data dictionary objects? : abap data dictionary
Describe the data classes?
How to specify a client for database table processing?
What are the types of data types in the sap abap?
What is a transport?