cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: sales order to sales order stock transfer in case of configurable proudct

former_member184571
Participant
0 Kudos

Dear Experts ,

How to block sales order to sales order stock transfer in case of configurable product , if configuration of the customers are different.

Is this is the standard functionality while dealing with Variant configuration or any enhancement is required..?

Regards,

Daya

Accepted Solutions (1)

Accepted Solutions (1)

jagamohandas
Explorer
0 Kudos

Hi Daya

This is not possible in standard SAP.

You have to go for enhancement and make the characterstic comparision for both the sales order and if it is different stop the transfer posting.

You have to go for custom program for this.

Thanks,

Jagmohan

former_member184571
Participant
0 Kudos

Hi jagmohan,

Thank you. Could you please share me the logic , if you have done it..?

Regards,

Daya

jagamohandas
Explorer
0 Kudos

Hi Daya,

I build a custom program for that.

You can use the Function module VC_I_GET_CONFIGURATION to read the sales order characterstic and the values.you pass the object number VBAP-CUOBJ in that to get the char values

Now compare each characterstic values of the sales order if it is passed then do the sales order to sales order transfer posting else reject.

Let me know if it helps or if you require more info.

Thanks,

Jagmohan

former_member184571
Participant
0 Kudos

Thanks JagMohan ,

We have checked it and it looks good

I will be closing this thread.

Regards,

Daya

Answers (0)