cancel
Showing results for 
Search instead for 
Did you mean: 

Condition type customizing

MohamedThariq
Explorer
0 Kudos

Hello Team,

We have created a new condition type for GR creation with Plant+Storage Location+Movement type combination for both 101 and 501 movement types. The new condition record will create Material document with 511 mvt. For 501 the new condition type created will be triggered successfully, but for 101 the storage location will be blank always, so the new condition type will not be triggered in this case as Plant+Storage Location+Movement type combination will not satisfy in condition record. Any suggestion how this can be handled, or can we customize at code level when output type is getting triggered?

Thanks & Regards,

Salman

MohamedThariq
Explorer
0 Kudos

Hello team,

With the help of Requirement routine we could able to implement the business requirement. Below link helped me to fix the issue -

https://wiki.scn.sap.com/wiki/display/ABAP/Requirement+Routines+-+Output+Control

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

It is not clear for GR process, why you were doing something with condition type ? Condition type would be used for pricing and output types. Please explain what the Business requirement is.

MohamedThariq
Explorer
0 Kudos

Hello Ganesan,

In our custom process for movement typr 101 for some documents Storage location will be BLANK. Now, we want to trigger a output type based on a condition record combination - plant/sloc/mvt type for movement type 101 where storage location will be blank. But in condition record SLOC field is a mandatory field due to which our custom process where sloc is blank will not be satisfying the condition record combination and hence fails to trigger the output type. So we need to better approach in this scenario to trigger output type when sl;oc is blank.