-
What does an extract statement do in the ABAP program?
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....
-
-
What is difference between value table and check table?
As i know when we define foriegn key in an value table then its is called as check table.but i dont have clear idea about value table and chech table i have confusion in my mind.
-
Can we create a field without data element ?
If yes what is the difference?
-
What is a collect statement? How is it different from append?
If an entry with the same key already exists, the COLLECT statement does not append a new line, but adds the contents of the numeric fields in the work area to the contents of the numeric fields in the existing entry.
-
-
-
Domain and data element
What do you define in domain and data element?
-
-
-
NACE Tcode...
Explain use of NACE tcode and how to add smartforms using NACE???
-
-
Pretty Printer
Which component gives you better visibility?
-
Open SQL and Native SQL
What is open SQL? What is Native SQL? What are the difference between open and native SQL?
-
-
-
Extract Statement
What does the extract statement do in ABAP program?
-
-
What is the typical structure of an ABAP/4 program?
Answer posted by Noor on 2005-05-16 03:29:37: Structure of ABAP/4 program is , 1. Declaration 2. Dialog Module 3. Event Block 4. Procedure
-
ABAP Interview Questions
Ans