|
INTERVIEW QUESTIONS
MICROSOFT
VISUAL BASIC
DETAILS
Question: What does an extract statement do in the ABAP program ?
Answer: 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.
|
|
|
Category |
Visual Basic Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 9643 users |
Added on |
9/12/2014 |
Views |
67331 |
Rate it! |
|
|
Question:
What does an extract statement do in the ABAP program ?
Answer:
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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What are the problems in processing batch input sessions and How is batch input process different from processing online ?
|
View Answer
|
|
What is RdExecDirect?
|
View Answer
|
|
What is the diff between the Create Object and Get object?
|
View Answer
|
|
What is diff between the Generic Variable and Specific Variable?
|
View Answer
|
|
What is the return type of Instr and Strcmp?
|
View Answer
|
|
What the RDO Methods and Events?
|
View Answer
|
|
What is Seek Method which type of record set is available this?
|
View Answer
|
|
Different type of Instantiation?
|
View Answer
|
|
What is the difference between Property Get, Set and Let?
|
View Answer
|
|
What is Collection Objects?
|
View Answer
|
|
What is view Port?
|
View Answer
|
|
What is the size of the variant data type?
|
View Answer
|
|
What are the different ways to Declare and Instantiate an object in Visual Basic 6?
|
View Answer
|
|
How do you register a component?
|
View Answer
|
|
What is the abbreviation of frx?
|
View Answer
|
|
What is object oriented programming?
|
View Answer
|
|
How do I call oracle pl/sql stored procedure from vb6?
|
View Answer
|
|
What is visual basic?
|
View Answer
|
|
What is MAPI?
|
View Answer
|
|
Can you tell me how we make Crystal Report?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Visual Basic Interview Questions & Answers - Exam Mode /
Learning Mode
|