Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

bapi changing payment terms in purchase order

Former Member
0 Kudos

hi to all abap gurus

I want to change the Payment terms in Purchase order using bapi_po_change . can u pls give coding for this bapi with all required int tables declarations . points will berewarded for good ansers

1 REPLY 1

Jelena
Active Contributor
0 Kudos

There is a documentation available for this BAPI and there is an example (although it is a bit confusing). You need to send the folowing parameters:

Parameter: PURCHASEORDER = <PO number>

Parameter: POHEADER

PMNTTRMS = <payment term value>

Parameter: POHEADERX

PMNTTRMS = X

Declare your structures/tables using the same type as in BAPI - just copy/paste.