What does an extract statement do in the ABAP program?
Answer Posted / sapna
A field group does not reserve storage space for the
fields, but contains pointers to existing fields.> Internal
take up memory. Depending on how much memory your system
has . 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 extract record is added to the dataset EXTRACT
HEADER. When you extract the data, the record is filled
with the current values of the corresponding fields. As
soon as the system has processed the first EXTRACT
statement for a field group , the structure of the
corresponding extract record in the extract dataset is
fixed. You can no longer insert new fields into the field
groups and HEADER. If you try to modify one of the field
groups afterwards and use it in another EXTRACT statement,
a runtime error occurs. By processing EXTRACT statements
several times using different field groups, you fill the
extract dataset with records of different length and
structure. Since you can modify field groups dynamically up
to their first usage in an EXTRACT statement, extract
datasets provide the advantage that you need not determine
the structure at the beginning of the program.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many types of data classes are there in sap?
What is the difference between Check and Continue?
What is the difference between synchronous and asynchronous update? : abap bdc
In delivery processing which step comes first picking, packing, posting goods issue ?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
Explain the types of bdc's?
Explain the different types of data dictionary objects?
What is the difference of update types in call transaction method ? : abap bdc
Exception handling and how does it transfer from called method to calling method?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What is a view in sap? : abap data dictionary
What are system fields for secondary lists?
Explain badi in abap.
How to upload data using catt ? : abap hr
What is system-land-scape of your project?