cancel
Showing results for 
Search instead for 
Did you mean: 

Characteristics in Product Heuristic

Former Member
0 Kudos

Hi Experts,

One ques...

Can we somehow ignore the characteristics for a configurable material while running the Prouct Heuristic SAP_PP_002 in APO ?

Accepted Solutions (1)

Accepted Solutions (1)

frank_horlacher
Employee
Employee
0 Kudos

there is no switch to turn the characteristics off. but you can use BAdI

Definition Name               /SAPAPO/RRP_PLANNING

Definition Short Text         BAdI for Procurement Planning Heuristics in PP

method

PEGID_GET_IO Change the Receipts and Reqs After Reading from liveCache

clear the following tables:

CT_CHARACT_REQ

CT_CHARACT_VAL

then the net requirements calculation will not compare the characteristics.

Former Member
0 Kudos

Thanks Frank. Just to confirm -- this deletes Charcs for receipts and requirements  only during the run?

I mean -- this does not cause deletion of characs in existing requirements/Master Data on a permanent basis. Correct?

Thanks again for help.

frank_horlacher
Employee
Employee
0 Kudos

yes, you just clear the internal tables. it will not affect master data or display.

in the badi method th ABAP code could be like this:

clear CT_CHARACT_REQ.

clear CT_CHARACT_VAL.

BR Frank

Answers (0)