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 / sreenivasa rao yarru
If there is no records in secondtable then it will give all
recods in first dable
select from firsttable ....
for all entries in secondtable
So we need to check this condition first
For all entries wont give duplicate entries
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What is the bapi?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
Where can you find error log for call transaction? : abap bdc
what is difference between set screen and call screen ?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
Program lines for the radio button selection and unabling some input variables in section screen
What is an “on input filed” statements?
What are the different methods of bdc? : abap bdc
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What are the dynapro keywords?
How many types of tables exists and what are they in data dictionary?
Explain lsmw?
How will you transfer data into a file in application server?