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
Does every abap/4 have a modular structure?
What are number ranges?
Explain what is step-loop? Explain all the steps?
What is the significance of hide?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What is abap?
What are match codes? describe?
Which function module would you use to check the user’s authorization to access files before opening a file?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What takes most time in SAP script programming?
Why lsmw does not support call transaction method? : abap bdc
Can i Have Some Examples on Enhancements.
How can we use / display table in a screen?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.