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 many types of tables exists and what are they in data dictionary? : abap data dictionary
What are advantages and disadvantages of logical data base
Final class
What is the significance of hide?
How do you find number of records present in internal table?
What are internal tables? How do you get the number of lines in an internal table?
Difference between Field groups and internal tables?
Events that can be used in both the classical and interactive reports
Explain the difference between tables and structures?
What is the t-code for transaction recorder? : abap bdc
What is a table cluster? : abap data dictionary
What are the arithmetic operators in the sap abap?
Differentiate between transparent tables, cluster tables and pooled tables
Explain the difference between a pool table and a transparent table?
Why do we need enhancements?