This document contains a report that calls the BAPI_PR_CREATE function to create a purchase requisition. It defines variables for the header, item, and account data required for the function and calls the function, passing the item table.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
91 views2 pages
Bapi PR
This document contains a report that calls the BAPI_PR_CREATE function to create a purchase requisition. It defines variables for the header, item, and account data required for the function and calls the function, passing the item table.
lwa_PRHEADERX TYPE BAPIMEREQHEADER, lwa_PRITEM TYPE BAPIMEREQITEMIMP, GT_PRITEM TYPE TABLE OF BAPIMEREQITEMIMP, lwa_PRITEMX TYPE BAPIMEREQITEMX, GT_PRITEMX TYPE TABLE OF BAPIMEREQITEMX, LWA_PRACCOUNT TYPE BAPIMEREQACCOUNT, LWA_PRACCOUNTX TYPE BAPIMEREQACCOUNTX,