how can i fetch the records of 3 tables with a single select
query,without using join.
Answer Posted / pratima
You can create a View table and use only one select
statement.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is a view in sap? : abap data dictionary
What is macro? : abap hr
Explain the session method? : abap bdc
Can you delete data element, which is being used by table fields. : abap data dictionary
What are logical databases?
What are the different buffering methods?
Why we are using Macros instead of Function Modules
What is design pattern? Provide example .Why are we using it?
What is sap abap data dictionary?
What are the difference between tables and structures? : abap data dictionary
What is is a match code? : abap data dictionary
Which commands are used for interactive reports?
What is pretty printer?
What are the user interfaces of interactive lists?