cancel
Showing results for 
Search instead for 
Did you mean: 

Forecast Split via Location when releasing DP to SNP

Former Member
0 Kudos

Hi Gurus,

Need help here.

The requirement is to change the LOCATION of the data we had if it satisfies a given condition (seen on transaction /SAPAPO/MC62) before releasing it to SNP using the program /SAPAPO/TS_BATCH_RUN. Is there a way to do it? Maybe a user-exit or a BADI?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

rajkj
Active Contributor
0 Kudos

Hi Nicanor,

You can use BAdI /SAPAPO/SDP_RELDATA and method CHANGE_DATA_BEFORE_SPLIT to meet your requirement.

CHANGE_DATA_BEFORE_SPLIT

You can use this method to change a characteristic values combination of product (CV_MATID) and location (CV_LOCID) before it is split (product/location split) . The method changes the external IDs. If they are changed, the values of characteristic combinations should be updated in the tables (CT_PLOBJ_CHAR and CT_PLOB_VALUES) . The messages from the implemented BAdI (Table ET_MSG_TAB) can be saved in the application log.

Thanks,
Rajesh