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
To find the date difference & excude saturday & sunday in between them
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What does hide statement do?
What are the types of parameters in the function modules?
Write syntax for message error (report)?
What are system variable in abap?
How do you document ABAP programs? Do you use program documentation menu option?
What is pretty printer?
what are the critical issues u face in ur project?
What will you code in start-of-selection & end-of-selecton & why?
What is the reserve command?
What is evaluation path, where do we do it and why? : sap abap hr
Define subtype ? : abap hr
What is a matchcode?
How can we use multiple transactions by using bdc_insert? : abap bdc