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.
Answers were Sorted based on User's Feedback
Answer / kiran kumar v
Header is always standard and Item is variable.
Ex: If one visits the Doctor, the prescrition would contain
standard text i.e Doctor name, Qualification, address etc.
This info can be considered as Header and the Drugs that
are prescribed for the patient, which varies from person to
person can be considered as Item.
Is This Answer Correct ? | 55 Yes | 5 No |
Answer / abhinesh mishra
use innerjoin or for all entries in select query
Is This Answer Correct ? | 8 Yes | 10 No |
what is BDCDATA structure?
How to upload the customizing data using LSMW?
looking for sap abap training with real time project, call @ 9972123004
What is the typical structure of an ABAP/4 program?
what type of error exactly you will be seeing in the log file while using call transaction mode āEā
What is the relation between Badi and Bapi ?
What are Call Transaction Modes?
2-What is the difference between At New and On change Of inside a loop??I want inside a loop difference not basic difference??
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
stock transfer from one plant to another plant ? i want the total description.
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
After sending the data(any type) from SENDER to RECEIVER can we send the same data to SENDER by using ALE?