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: 

How to change stock category value for STO's PO

Former Member
0 Kudos

Hi friends,

I am using a BADI (ME_PROCESS_PO_CUST) to set stock category value in delivery schedule and it's updating for some type of PO's but not for STO.s PO.

Pl. help.

2 REPLIES 2

Former Member
0 Kudos

Hello Sunil,

BADI ME_PROCESS_PO_CUST will work only with transactions ME21N/ME22N and BAPI's BAPI_PO_CREATE1/BAPI_PO_CHANGE. If you create STO with ME21/ME27, this BADI will not work.

Please see whether your program flow passes through the method PROCESS_SCHEDULE.

Thanks,

Venu

0 Kudos

Hi venu,

Thnx for reply. I am using PROCESS_SCHEDULE method only to set schedule data and that is working for standard PO but not for STO's type PO.