when you are using 2 internal table in program, you have
decided to use for all entries statement to retrieve data
but unfortunately there are no records in the first internal
table. What will be the result? (2nd internal table contains
records).
Answer Posted / siddharth samal
IF THE 1ST TABLE IS INITIAL THEN THE PROGRAM WILL SHOW DUMP
ERROR COZ ITS MANDATORY THAT THE 1ST TABLE SHOULD HAVE
VALUE.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What will you code in start-of-selection & end-of-selection ?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
Explain the types of bdc's?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is transparent table?
What are match codes? describe?
how 2 create the normal form by using functional module
What are the different kinds of lock modes?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How to upload data using catt ? : abap hr
What is table buffer?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How to insert a line into abap internal tables?
How many default tab strips are there?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?