cancel
Showing results for 
Search instead for 
Did you mean: 

Bank Guarantee - Validity end date check in Sales Order

0 Kudos

Dear Experts,

One of our client is using Bank Guarantee for sales to its customers.

They want that whenever a Salas Order is created the system should check all the Bank Guarantee against that Customer.

They want a pop-up message to come if any Bank Guarantee of that customer is getting expired in coming 15 days.

I would appreciate if you can provide me some logic and related tables for the development.

Please Help as it is a very urgent issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Are your client updating Bank Guarantee details in SAP ?  If so, with any of the following exits, you can try

  • USEREXIT_SAVE_DOCUMENT in the program MV45AFZZ
  • USEREXIT_CHECK_VBAK in the program MV45AFZB

by checking the said table by correlating the customer code

G. Lakshmipathi