Application Development and Automation 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: 
Read only

BAPI_PO_CHANGE Question

Former Member
0 Likes
592

Hello All,

Is it possible to uncheck certain indicators, such as the delivery complete indicator (ekpo-elikz) using the BAPI_PO_CHANGE? For example, the Purchase Order has the delivery complete checked (ekpo-elikz = 'X') and we want to remove the check (ekpo-elikz = ' '). Is there a way to do this using this BAPI? Thanks for your help in advance.

John

Hello All,

Is it possible to uncheck certain indicators, such as the delivery complete indicator (ekpo-elikz) using the BAPI_PO_CHANGE? For example, the Purchase Order has the delivery complete checked (ekpo-elikz = 'X') and we want to remove the check (ekpo-elikz = ' '). Is there a way to do this using this BAPI? Thanks for your help in advance.

John

2 REPLIES 2
Read only

Former Member
0 Likes
499

Why not. Did you try this?

POITEM-NO_MORE_GR = 'X'.

POITEMX-NO_MORE_GR = 'X'.

Read only

0 Likes
499

Hello Sandip,

Thanks for the response. I was testing the BAPI in SE37 but once I created a test program, everything worked as expected. Thanks.

John