‎2008 Dec 02 6:59 AM
Dear all,
Is there any BAPI which enable us to create the header text for the purchase requisition?
I have tried out BAPI BAPI_REQUISITION_CREATE but the text creation is at item level.
Please advise.
Thank you in advance.
‎2008 Dec 03 8:55 AM
Hi,
Since the text could be read using FM 'READ_TEXT', then it should be able to save it using FM 'SAVE_TEXT'.
Or you could use LSMW with direct input method with object 0001 method 0001 and program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS.
Another method is by using BDC after BAPI_REQUISITION_CREATE.
Please note that above method only applicable if the PR is successfully created.
Regards,
Teddy Kurniawan
‎2008 Dec 03 9:03 AM
edit_text if you want to popup text screen to enter text.
save_text to pass text from program.