how can i fetch the records of 3 tables with a single select
query,without using join.
Answer Posted / 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 |
Post New Answer View All Answers
What are the events in classical reports?
How to find the return code of an stmt in abap programs?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is evaluation path, where do we do it and why? : sap abap hr
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Give an example of interface from your project explaining why you used it?
What is the abap program name to process the batch input session automatically? : abap bdc
What are Tickets in Realtime ?
What are the types of search helps? : sap abap data dictionary
What are the functional areas? User groups? and how does ABAP query work in relation to these?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
How to set an Enhancement point for a custom report?
What are the Various Types of internal tables?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?