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 / kumar
If you use for all entries statement and if the internal
table which u r using for all entries it will retrieve all
the records from the table which you are using in select
query
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are pooled tables? : abap data dictionary
When, how and how would you control changes to standard SAP objects.
What are the different types joins?
Explain get cursor field?
What are lock objects?
What is off cycle payroll run
Select up to 1 row and select single difference ?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is the tcode to create indexes?
How can a lock object be called in the transaction?
What is filter dependent BADI?
How the at-user command serves mainly in lists?
What are the three hierarchical levels of data types and objects?
How do you document ABAP programs? Do you use program documentation menu option?