how can i fetch the records of 3 tables with a single select
query,without using join.
Answers were Sorted based on User's Feedback
Answer / fawaz
select mara~matnr from mara.
select vbrk~arktx from vbrk where arktx = mara~matnr.
select ........
endselect
Is This Answer Correct ? | 0 Yes | 8 No |
Answer / ramalakshmi
Hi,
Using For all entries we can fetch the records of 3 tables.
if I am wrong, let me know.
Is This Answer Correct ? | 2 Yes | 16 No |
What will happen if i dont use initialization and start of selction event in report?
What is the difference between Report and Script?
can anyone tell me how to code bdc program with 2 or 3 conditions in g/l account master(fi/co) how to make logic in choosing radio button automaticaly (for balance sheet and profit loss accout in our case.)
how can i change rows inot columns in the finaldisplay list
1 Answers Bristle Cone, IBM, TCS,
What are indexes? : sap abap data dictionary
how many types of windows are there in SMARTFORMS?not in scripts?
What is tcode se16. For what is it used. Explain briefly?
What is view? Explain the different types of view?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What kind of deliverables you have on a day to day basis?
How do you find out whether a file exits on the presentation server?
How can we use multiple transactions by using bdc_insert? : abap bdc