cancel
Showing results for 
Search instead for 
Did you mean: 

how to deactivate change pointer for a feild in the product master in R/3

Former Member
0 Kudos

Hi Expert,

Could somebody tell me step by stem how to deactivate the chane pointer for a field in the location product master in MRP tab at R/3 side.

This field is in the MARC table.

Timely replies will be highly appreciated.

Thanks a lot!,

Chandan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member372551
Discoverer
0 Kudos

Hello,

In our implementation, we use EXIT_SAPLCMAT_001 for the 'material master data block'. We are using this to block consumption modes and safety stock from going to APO from R/3. We have written our own include (ZXCIFU01) for this , but of course you will need to write your own include statement for this, specifying the fields you want to block.

Former Member
0 Kudos

Hi Chandan,

In R/3, any master data changes in any of the fields will get carried over to APO via change pointers through the t-code CFP1. There is a t-code which specially sends master data related fields like bom, routing, receipe, resource etc., called CFP3. If you do not want to process the change to update in APO side, the change pointer needs to be deleted using t-code CFP4.

Regards

R. Senthil Mareeswaran.