how can i fetch the records of 3 tables with a single select
query,without using join.
Answer Posted / uma
SORRY I CAN'T SAY BECAUSE I KNOW ONLY
VIEWS (OR)
INTERNAL TABLE (OR)
STRUCTURE
FETCH THE RECORDS OF 3 TABLES WITH A SINGLE SELECT .
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a projection view? : abap data dictionary
What work you have done in HR module
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the various events associated with screen programming?
What is an evaluation path? : sap abap hr
What are the differences between session method and call transaction method? : abap bdc
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What are the two different ways of building a match code object? : abap data dictionary
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What statement will be found in an sap application program that implements a function module exit?
What is a multiple line field? : abap bdc