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 are the tcodes for performance tuning?
What are the advantages of logical databases?
What is luw or data base transaction ?
What are the different functions used in sap script?
What is the difference b/t Session method and call transaction method ??
What are pooled tables?
What are the organizational related infotypes? : abap hr
what is friend class
Why do we use dynamic where conditions?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is difference between dialog program and a report?
What are the advantages and disadvantages of ABAP query tool?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What are the differences between se01, se09 and se10?
Explain what is a logical database?