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 / babita
If we don't check for intial condition for table 1 and its
is blank, all the records of second table will be displayed.
Hence it is a good practice to always check for following
before using 'FOR ALL ENTRIES'
if not itab1[] is intial.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of luws. What are they?
What is the difference between synchronous and asynchronous update?
Can you assign a matchcode object to a parameter? If so how?
What are the different types of parameters? : abap modularization
What is view? Explain the different types of view?
Explain the Importance of pa20? : abap hr
What are the differences between table and structure in data dictionary?
What are the different function modules used in sapscript?
What is the difference between refresh and free statements?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
Can you create an internal table dynamically?(at run time)
What are the two statements which are required in an abap program to output an icon using a write statement?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What do you mean by batch data communications programming?
What are interface/conversion programs in SAP?