cancel
Showing results for 
Search instead for 
Did you mean: 

Scenario for Quality

former_member212685
Participant
0 Kudos

Dear Gurus/Sujit,

client want if a vendor provide ok material since last three month,quality activation tick automatically unticked i.e

no lot should be generated stock should directly posted to unres.

please map this scenario.

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Actually DMR is based on no of lots created or accepted.

You can reset Quality level after some period( to initial stage) but you can not start skipping the lot after some period.

So standard DMR can not be used in this case.

You have to use exit EXIT_SAPLQDQV_003 ( which will call EXIT_SAPLQDQV_002 in backgroung) to chnage quality level.

what you have to do is

1.In task list header "Maintain Vendor & material combination"

2.Use following DMR in task list header.

In QDR1--->select " DMR @ lot level.

stage 10 > click on insp stage, Severity 04

stage 20 > tick on skip

stage 10

no. of insp : 99 ( say you receive not more than 99 lots in 3 months)

new insp stage : 20

rej : 1

new insp stage : 10

stage 20

no. of skip : 99

new insp stage : 10

rej : 1

new insp stage : 10

Enter this data & Use this DMR in the inspection plan header.

3. Logic in exit EXIT_SAPLQDQV_003 should be to change stage 10 to 20 after 90 days.

former_member587434
Active Contributor
0 Kudos

Yes, Sujit your are correct.

Siva can't use DMR straight forward in this case, b'se DMR work on number of insp lot concept..not duration..So Siva has to identify avg received lots in last 3 month & based on that he can set DMR rule.

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

as per ur requirement, here i suggest you the Source inspection concept, bcoz u want that after three month oK material material directly posted to Unrestricted.

maintain source inspection, if material found ok than use userexit QAAT0002, and remove the Indicator in QI01 "Source Inspection- NO GR".

Use only 01 inspection type.

try this, really helpful in ur case. same i mapped in one of ma client.

Regards

former_member587434
Active Contributor
0 Kudos

You can map this business scenario using Dynamic Modification Rule (DMR). If you have any question how to create DMR let us know.

[http://help.sap.com/saphelp_erp60_sp/helpdata/en/3c/929d11db7d11d283cb0000e829fdb3/frameset.htm]