cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Liscence Expiry - Urgent

Former Member
0 Kudos

Hi all,

I want to stop sales order creation if customer liscense expiry date has been passed. How can I do that?

What changes I have to be done in fd32 and in OVA8?? Where can I maintain customer liscense expiry date??Please tell me in steps.

Best Regards,

AI.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

We had a similar requirement in our project.

We maintained a Ztable known as ZExpiry with 3 fields:

Sold to party [key field], License number, Expiry date.

At the time of sales order, we used a user-exit and SAP read the ztable when sold to party was entered in order and would throw an error if the license date was after the sales order document creation date.

This is still running successfully at the client. You may want to try it.

Regards

SiddharthSridhar

Former Member
0 Kudos

Thanks. I have figured out myself. There is no need for SAP exit. Just chect next review date in OVA8, select 'd' in error type and check block status. then go to fd32, maintain next review date.

if next review date is in past, order will not create.

if next review date is today or in future, order will process normally.

Regards,

AI.