How do you get the Sales Order (S.O) No. from the Delivery
Order?
Answer Posted / rajasekhar reddy
FROM VBFA TABLE.
SELECT VBELV FROM VBFA INTO <WA>
WHERE VBELN = <WA1-VBELN>
WHERE VBTYP_N = 'J'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read files and process BDC's automatically ?
What statement will be found in an sap application program that implements a function module exit?
What are the data classes in abap?
How can you manipulate the presentation and attributes of interactive lists?
What are the two ways for restricting the value range for a domain ?
how to see the table output?
What are the different types of internal table?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are the function modules used in a sap script driver program?
What is the function module to popup contents in the internal table?
What is the difference between data elements and domains?
Does sap handle multiple currencies?
What are the attributes of a field that can be activated or deactivated during runtime?
What are the fields in the memory table ‘screen’?
How to debug a script in abap?