2007 Jan 23 8:54 AM
Hi,
I´m using BAPI_PR_CREATE (and BAPI_TRANSACTION_COMMIT) to create a purchase requisition.
I'm passing PRITEM, PRITEMX, PRACCOUNT, PRACCOUNTX, PRHEADER, PRHEADERX, PRITEMTEXT and PRHEADERTEXT.
This is working fine, the PR is created without any warnings or errors and can be edited in ME53n.
The problem is, when viewing my PR, there are no values for internal item memo and internal header memo although I´m passing PRITEMTEXT and PRHEADERTEXT.
To example PRHEADERTEXT looks like:
wa_prheadertext-text_id = 'ST'.
wa_prheadertext-text_form = '*'.
wa_prheadertext-text_line = 'This is my internal header memo !!!'.
Is there a BAPI-problem?
Regards,
Jan
2007 Jan 23 9:02 AM
<b>wa_prheadertext-text_id = 'B01'.</b>
u have to pass like this for header.
for more info reg text ids check SE75.
Regards
Prabhu
2007 Jan 23 9:02 AM
<b>wa_prheadertext-text_id = 'B01'.</b>
u have to pass like this for header.
for more info reg text ids check SE75.
Regards
Prabhu
2007 Jan 23 9:23 AM