cancel
Showing results for 
Search instead for 
Did you mean: 

to check a rule before goods issue

Former Member
0 Kudos

I need to vallidate a license plate no and check if it is valid or expired before delivery of goods in SAP SD. Please guide how do I set this rule to be checked before issue of any goods.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member209761
Active Contributor
0 Kudos

Dear SP2011,

You can maintain the LICENCE PLATE in delivery header using the Screen exit

LE_SHP_TAB_CUST

Then you can use the following BADi

LE_SHP_DELIVERY_PROC and with the help of ABAPer write a logic such a way that without license plate number, the PGI will not be allowed.

You can create a Z-table where you can provide T-code for the user to enter the License plates and the relevant details.

So while entering the License plate in the delivery, you can have a check on whether the License plate number is a valid or not.

Check and revert back.

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Thank You Hegal, appreciate it.

Former Member
0 Kudos

What is Licence plate no? How system know whether its valid or not? do you mainatin same anywhere in the system??