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

Does BAPI_PO_CHANGE work for ME22?

Former Member
0 Likes
671

Hello,

There is background program which is run at regular intervals, which changes the PO unit even when there is a GR created.

So if I go to ME22n and change the order and save , PO unit is getting converted automatically. This is due to background program , but the same is not happening with ME22.

I want to know whether BAPI_PO_CHANGE has any affect on ME22.

Hello,

There is background program which is run at regular intervals, which changes the PO unit even when there is a GR created.

So if I go to ME22n and change the order and save , PO unit is getting converted automatically. This is due to background program , but the same is not happening with ME22.

I want to know whether BAPI_PO_CHANGE has any affect on ME22.

2 REPLIES 2
Read only

Former Member
0 Likes
572

Hi,

Next time try to share informations with details.

Because you didn't I can just think that there can be some User-Exit in ME22N. Furthemore Us-Ex in both of this transaction are the same.

So maybe there is some condition like:


IF sy-tcode = 'ME22N'.
...

quite common practise ...

Best regards.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
572

Hi,

SAP Note 582221 - FAQ: BAPIs for purchase orders and related notes will solve your doubts.

Regards

Eduardo