What does an extract statement do in the ABAP program?
Answer / tech3
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 ? | 0 Yes | 0 No |
What are the steps to be followed to set lockobjects? : sap abap data dictionary
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
Explain what is sequence of event triggered in report?
How do you send the output of a script as an email attachment
Is exit a function module?
plz can any one list out the set of questions on support project. I am waiting for ur reply
What are the function modules used in a sap script driver program?
How many sections main window cab be divided in Script?
What is meant by hide area?
how to debug a screen without using /h,break-point,debuging,stop.
what is was server in sap