Show TOC

Procedure documentationIntegrating Product Flow for PDS and PPM Using CIF

 

To carry out the conventional integration of recipes, follow the steps in Integration of Master Data. For enhancements to process industries that create product storage definitions, certain master data settings must be created in SAP APO. This mainly involves creating a storage definition, for which you need to activate a BAdI and user exit for the PDS and PPM.

For PDS, activate implementation for BAdI /SAPAPO/CURTO_CREATE and set the parameter in method CREATE_STORAGE_DEF. Similarly, for PPM, activate implementation for BAdI /SAPAPO/PPM_INBOUND and set the same parameter.

Procedure

  1. In SAP APO, use the SE18 transaction to access the BAdI Builder: Initial Screen for Definitions screen.

  2. Select the BAdI Name option and enter /SAPAPO/CURTO_CREATE if the implementation is for PDS. In case of PPM, enter /SAPAPO/PPM_INBOUND.

  3. From the menu, select Start of the navigation path Enhancement Implementation Next navigation step Create End of the navigation path .

  4. In the dialog box that opens, enter an implementation name and choose Continue.

  5. Enter a short description.

  6. Go to the Interface tab page and double-click the CREATE_STORAGE_DEF method.

    The Class Builder screen opens.

  7. Choose Display <-> Change to switch to the change mode.

  8. Add the following code in the method: ev_true = 'X'.

  9. Save and activate the method.

  10. Activate the selected BAdI.