cancel
Showing results for 
Search instead for 
Did you mean: 

Material Variant - Create planned order

Former Member
0 Kudos

Hi Experts,

we are implementing PP/DS and we are using variant configuration, but not the the configurable. We are using consfigured material (material variant).

My doubt is when we create a planned order in the PP/DS the APO shows the message: "Location-dependent standard configuration exists: Configure individually?". Since the material is already configured is there a way to avoid this message?

thanks in advance

Thiago Cyrillo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Thiago Cyrillo,

The scenario mapped is of partially configured variant materials.

I would like to know what are the settings you have made in ECC R/3 material master for the same. eg in Basic Data 2 & MRP3 view for configurable material & variant materials. Can you please ellaborate on the same?

These settings play an important role for the message you might be getting.

Regards,

Sujeet Kulkarni

Former Member
0 Kudos

Hello Sujeet Kulkarni,

For the configurable material we made the following settings:

Basic Data 2: Flag "Material is configurable" activated

MRP3: Only the strategy group

For the material variant we made the following settings:

Basic Data 2: no settings

MRP3: put the configurable material; flag "variant" activated and configure the material ("Configure variant" button).

Is there any settings missing?

Thanks in advance

Thiago Cyrillo

Former Member
0 Kudos

In FUNCTION /SAPAPO/MC01_M05_EDIT, since line 75

75 IF lc_pv_usage = gsc_mc01_obj_usage-mt. "no popup for loc. indep.76 CALL FUNCTION 'POPUP_TO_CONFIRM'

77 EXPORTING

78 titlebar = lc_pv_header

79 text_question = lc_pv_text

80 * text_button_1 = 'Yes'(001)

81 * text_button_2 = 'No'(002)

82 default_button = '2'

83 IMPORTING

84 answer = lc_answer.

Is not possible to avoid this message.