cancel
Showing results for 
Search instead for 
Did you mean: 

Limited time for quotation

Former Member
0 Kudos

Dear sd gurus

Dear All,


I am looking  for an option in that whenever i make a quotation with VA21, the system automatically adds 30days to current date and fill it in the validiy to date. But the user does not have the option to chnage the date with VA22.

is there any stranded settings

thank you so much

Accepted Solutions (0)

Answers (3)

Answers (3)

bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi

venu,

their is no settings in valid to date for question , valid from date you will set the vov8 at QT for the valid from date will set, i think you use below userexit , please check

you want valid to date , you can use user exit  MV45AFZZ

here user exit USEREXIT_FIELD_MOVE_VBAK

IF sy-tcode = 'VA01' AND vbak-vkorg = '1000' AND vbak-kunnr = '0010900026' AND vbak-auart = 'QT'.

    vbak-Bnddt = VBAK-ANGDT + ( 30 days)

  ENDIF.

please try this

Former Member
0 Kudos

Dear Venu

I really doubt whether there is any such configuration available. i think you should look for some exits for both your requirements.

Regards

Harish

former_member183879
Active Contributor
0 Kudos

Hi,

Such a functionality for Valid to is not available. You can only control Valid from date in VOV8 for the quotation type.. If you wan to control the valid to date also, you should only do it through user exit.