What is the Difference between Header and Item in ABAP?
VBAK-Sales Order Header,VBAP-Sales Order Item, how can u use
these tables in one query,means by using these tables write
a select query.
Answer Posted / abhinesh mishra
use innerjoin or for all entries in select query
Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
What is singleton pattern in OOPS?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What are the two different ways of building a match code object?
Why do we use dynamic where conditions?
What is the disadvantage of a call by reference?
From Excel to ABAP - Is batch mode possible ?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Can we set page headers to details lists?
What are Delivery classes? What data will you want to transport during client copy?
What is the difference between the exits created in M.M and S&D?
What is an internal table?
How can you manipulate the presentation and attributes of interactive lists?
What happens if we use leave to list-processing without using suppress-dialog?
How do you set up background jobs in sap?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization