cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery Block Based on Payment Card validity.

Former Member
0 Kudos

Dear SAP Gurus,

We are working on a scenario, where in we need to block the delivery based on the payment card validity date, which is given in sales order.

The requirement here is, for eg. If a sales order is created during the payment card validity period, usually the partial deliveries referring the same SO. So if the card validity is over before the quantity is fully delivered, system should block the remaining qty for Delivery.

The system is proposing a status block initially while trying to do the delivery, but once the block is released the delivery can be done even after the validity expiry date.

Is there any standard process to block delivery based on Payment card Validity expiry date automatically.

Please advice

Thanks & Regards

PG

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mr. PG,

Create a new delivery block reason and write a code in user exit MV45AFZZ to assign it to the order based on the payemnt card validity date.

You can take the help of your technical consultant.

Regards,

MT

Former Member
0 Kudos

Hi Mr. PG,

Put the payment method as P - Payment card in customer master.

Enter the payemnt card detail in customer master in genral data page.

Use user exit or create a program which check the validty date of payment card and if it is expired then put the delivery block in the customer master.

Hope this helps.

Regards,

MT

Former Member
0 Kudos

Dear Mr. MT

Use user exit or create a program which check the validty date of payment card and if it is expired then put the delivery block in the customer master.

Is there any Standard settings wherein Deliver can be blocked for the above said scenario..

Regars

PG