cancel
Showing results for 
Search instead for 
Did you mean: 

Extend advanced return management

Former Member
0 Kudos

We want to use the advance return management for return to supplier. The process should start with QM notice (Q2). With an activity the user create an advanced return order.

On subscreen "return" is the field follow up action. With debugging I figured out that the possible values are comming from table MSR_I_CHAIN. The application for return order is 02 an there only two possible values (at the end only one) > "Ship to vendor". In some cases the vendor don't want to get back the material. But we need the material or a credit memo. So the follow up action should be i.e. "to scrap".

Is it possible to extend the chains i.e. with badi MSR_TRC and badi MSR_LFE?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you for your answer. But that's wrong. I'm asking regarding MM return, not SD return. The Badis, which you have marked, are for the SD return management....

former_member365886
Contributor
0 Kudos

Hi,

You need to implement BADI MSR_SD_SALES for various requirement on ARM solutions, e.g. Follow Up Action code, Refund control and Vendor,material received, customer site, inspection code etc.Use method : IF_EX_MSR_SD_SALES~CHANGE_RETURN_DATA

PFA e.g. of configuration element for activity.

Regards,

Avik