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: 

BDC/BAPI for set delivery cmlition indicator in purchase order @ item level

former_member198402
Participant
0 Kudos

Hi Expert,

could you please suggest me bapi to set/reset delivery completion indicator in purchase order at item level for t-code "ME22n"?

Thanks and regard,

Santosh Gupta

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use BAPI_PO_CHANGE to set the delivery completed indicator.

Refer to table section in the BAPI Interface

POITEM LIKE BAPIMEPOITEM

POITEMX LIKE BAPIMEPOITEMX

Set Field POITEM-NO_MORE_GR = 'X' & Set field POITEMX-NO_MORE_GR = 'X'

2 REPLIES 2

Former Member
0 Kudos

Use BAPI_PO_CHANGE to set the delivery completed indicator.

Refer to table section in the BAPI Interface

POITEM LIKE BAPIMEPOITEM

POITEMX LIKE BAPIMEPOITEMX

Set Field POITEM-NO_MORE_GR = 'X' & Set field POITEMX-NO_MORE_GR = 'X'

0 Kudos

Hi Expert,

Thanks alot .

Best Regards,

Santosh Gupta