cancel
Showing results for 
Search instead for 
Did you mean: 

sales return process

Former Member
0 Kudos

hai Gurus,

I have a scenario of Sales return. The customer returns goods with challan.The return sales order is created for 100 nos as per the challan.

But by physical verifcation only 90nos are there.

90 nos are sent to QA for Inspection no QA module interface here in this scenario.

QA will inspect and sents a manual document which contains Ok quantity and not ok quantity(damaged).

80 ok and 10 not ok ( for example)

Now For 80 ok the client will do pgr and for the remaining 10nos which is not ok he will use MB1C and dump in Scrap storage location.

Now credit memo.Here with respect to return sales order he will select manually 80 nos whre the return order conatins 100 nos and prepare a credit memo.

Remaining 10 nos they have a scenario of claiming to insurance so he will select 10 manually l from the selection list and prepare credit memo for the customer but the price excise duties all will be claimed to insurance account.

Now the user says that to select manually the Ok and notok quantity from the open sales return order will be difficult so he wants some information message when user does the credit memo the system should say for return order 80 nos is ok.

The client feels that sometimes the user will wrongly select the quantities eventhough details regarding the QA information is in front of his desk.

So please give me any suggestions hw to block the user he wrongly enter the ok quantity nos.

Any user exit or anything please mention

With regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Self Answered

Lakshmipathi
Active Contributor
0 Kudos
Self Answered

Better try to develop the habit of updating the forum as to how your issue is solved; else just click the "Answered" button. By adding such unwanted text, it is only bringing all your old threads to top of the forum which could have been avoided thanks G. Lakshmipathi

Former Member
0 Kudos

hi,

You can put a check in user exit ' MV45AFZZ ' comparing QC OK quantity , means your ' VBAP-KWMENG ' should not increase with QC OK quantity .

Please take a help of ABAP er , but you need provide the logic for QC passed quantity ( use QALS for QC related information ) .

saravanan