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
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is asap methodology? : sap abap hr
What is an Open Item in SAP? How will you find an Open Item in SAP?
What is the structure of bdcmsgcoll? : abap bdc
How do you use tab sets in layout sets?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
Can you create a table with fields not referring to data elements? : abap data dictionary
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the data types of the external layer?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
2)In production what is the user exit?
What is the difference between internal tables and extract datasets? : abap modularization
What are the types of search helps? : sap abap data dictionary