‎2010 Nov 22 12:55 PM
Hi guru's,
I want to Migrate Data from Legacy System to R/3 System to create Purchase Requisition using
BAPI's.
I am using BAPI_REQUISITION_CREATE, here i can post item data but cant post header note data.
Now i want to post the Header note data also..
plz help.
Saket
‎2010 Dec 07 4:52 PM
Hi Saket,
you can achieve this by using FM SAVE_TEXT.
Example for filling parameter HEADER of the above mentioned FM
thead-TDNAME = EBAN-BANFN "Banf-Number
thead-TDSPRAS = DE "Language
thead-TDID = B01 "Header note
thead-TDOBJECT = EBANH "Purchase requis. header texts
Regards
REA
‎2010 Dec 07 4:52 PM
Hi Saket,
you can achieve this by using FM SAVE_TEXT.
Example for filling parameter HEADER of the above mentioned FM
thead-TDNAME = EBAN-BANFN "Banf-Number
thead-TDSPRAS = DE "Language
thead-TDID = B01 "Header note
thead-TDOBJECT = EBANH "Purchase requis. header texts
Regards
REA
‎2010 Dec 08 5:30 AM
Use bapi BAPI_PR_CREATE (Business object BUS2015). You can pass the Header note data in the bapi structure PRHEADERTEXT.
‎2010 Dec 08 8:49 AM