SAP

PP - User-exit for planned order

KindKay 2010. 7. 21. 17:08

User-exit for planned order  
Posted: Sep 24, 2008 4:48 AM
     
Hi,

Is there any user-exit or BADI for planned order to check the components used in planned order. In our system, user can create the planned order manually through MD11 and change the components, we need to verify the components meet certain conditions/criteria.

I did some research but could not find any user-exit for planned order. According to me, as planned order is only for planning purpose, SAP has not given any provisions for user-exits. Hence posting the query to the group.

Regards,


Hi,

As per my knowledge there is no user exit for planned order.

However you can try with following user exit :

Enhancement : PPCO0023

Function Module : EXIT_SAPLCOMK_014 which checks changes for components in order

INCLUDE ZXCO1U23

Hope it may work for you.

Regards,
Tejas



Hi,

You can try the following BAdIs:

You can use the Business Add-In (BAdI) MD_PLDORD_CHANGE to change, before posting, data from planned orders, which have been created, changed, or deleted as a result of planning a material or manual processing.

The Business Add-In allows you to fill and change fields from planned orders in the PLAF table. It also supports filling of customer-specific fields in the customer include CI_PLAFDB.

You can execute the Business Add-In in the planning run in the following areas:

Material requirements planning
Master production planning
Long-term planning
You can also carry out the Business Add-In in all applications, which execute manual planned order changes. Examples of this kind of application are:

The dialog transactions for creating and changing planned orders (MD11, MD12, MS11, MS12)
The Business Application Programming Interfaces (BAPI) for creating and changing planned orders

Regards,
R.Brahmankar


Thanks Brahmankar.

This BADI should help me in ECC 6.0. Our current version is 4.6c and we will have to wait until we upgrade to be able to use this BADI. But thanks for providing the solution.


출처: http://forums.sdn.sap.com/thread.jspa?threadID=1059414