cancel
Showing results for 
Search instead for 
Did you mean: 

Quotation valid-to date

Former Member
0 Kudos

Can we set a default in the quotation valid to date? I can find valid from date from sales document config, but not the valid to.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deriada,

You need to do a enchancement to program MV45AFZZ, User exist is USER_EXIT_MOVE_FIELD_TO_VBAK.

1. Valid from date : VBAK_ANGDT

2. Valid to date: VBAK_BNDDT

Modify the user exist as below.

VBAK_BNDDT=VBAK_ANGDT+ (No. of days)

Regards

Nagendra P Boggarapu

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Hi,

You may need to use sales order user exit USEREXIT_MOVE_FIELD_TO_VBAK or USEREXIT_SAVE_DOCUMENT_PREPARE in Include MV45AFZZ.

Regards