Hi,
Iam writing Requirements for SD Pricing.
Suppose I have a Pricing Procedure ZABCD.
This Pricing Procedure has Condition Types ZABC, ZBCD, ZDEF.
Now I have all these maintained in the Pricing Procedure.
Therefore
Step CondType ................. Req....
010 ZABC 10
020 ZBCD 20
030 ZDEF 30.
Now I have a situation where in if the order finds ZBCD Condition Type then it should not allow ZABC to pass.
If there is no ZABC then ZBCD should pass.
Iam trying to handle this using the "Requirements", using the internally generated table KMOT1, but its not helping my cause.
Can anyone please explain me which table/internal table I have to look into to get Dynamically which condition type is getting executed when the Pricing is done in the order so that I can control the above process.
Thanks in advance...