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
How do we handle multiple line items in BDC's.
How can I make a differentiation between dependent and independent data? : abap hr
Explain different types of locks?
Difference between Field groups and internal tables?
What are the functional modules used in sequence in bdc? : abap bdc
What is the syntex used to call a screen as dialog box (pop up)?
Explain badi in abap.
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What is meant by stacked list?
What is dialog module?
Workbench request are client dependent or client independent
What is For-period and In-period
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
Explain different types of attributes of function module?