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
What are types of select statements?
What are lock objects?
What is the meaning of table buffer? This buffer is used by which type oftable?
difference between Valuation type and valuation category?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is sap abap tables?
Explain how do you get output from idoc?
How are BAPI different from Normal function modules ?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
On which event we can validate the input fields in module programs?
What do you do when the system crashes in the middle of a BDC batch session?
What are roles and authorization objects?
What is elementary search help? : sap abap data dictionary
Static and instance variable and method with live example. Why and when to use
Why do we use Abstract classes give an example from your project?