cancel
Showing results for 
Search instead for 
Did you mean: 

How can I to check "Order as Direct Material" checkbox automatically?

alonso_valenzue
Participant
0 Kudos

Hi Gurús,

In SRM system, when a direct material is added to a shopping cart, "Order as Direct Material" checkbox must be checked.

How can I to check it automatically? In others words, I want to avoid having to click the checkbox.

My system is SRM 7.0

Component software: SRM_SERVER

Release: 700

Level: 0008

Support package: SAPKIBKV08

Note 1: We are using "Extended classic scenario".

Thanks in advance,

Alonso Valenzuela

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_zeuch
Participant
0 Kudos

Hi Alonso,

You can make this change using BAdI BBP_DOC_CHANGE_BADI, method BBP_SC_CHANGE.

In this BAdI you can manipulate this information since it is called in a lot of different points in the code during the creation of a SC.

Rest regards,

Christian Zeuch