cancel
Showing results for 
Search instead for 
Did you mean: 

Create variant for VL10b for max delivery date higher than 30 days

former_member261745
Participant
0 Kudos

Hi expert,

I want to create a variant for the transaction VL10b with a max delivery date higher than 30 days.

The standard transaction make 30 days as default.

How can a proceed?

Thanks for your help.

Regards,

Haja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Haja,

From the moment you run your variant via transaction VL10B, the delivery creation date

range will get the values saved in your variant. In a second step, when you click

on "Purchase Order" Tab, the system will re-determine the Delivery creation date

range taken into account the fact that field CalcRuleDefltDlvCrDt is empty and that
MaxDelivCreateDate (visible in the variant) is equal to 30.

Please note, the date calculation is being influenced by 2 factors :


-The MaxDelivCreateDate field whose default value can be modified in 2 different ways:
  a) either in customizing via transaction VL10CUC
       or

  b) manually, after unchecking the "Use list profile" check box in the user role of VL10.

      By doing this, the field will be made visible and can then be manually modified.

Afterwards, the date calculation is also controlled by the rule defined in CalcRuleDefltDlvCrDt field. You can then possibly also set this field to blank or define your own calculation rule via an

user-exit (include V50R_USEREXIT_PREPARE). If the rule is set to 2, then regardless of the

value stored in MaxDelivCreateDate, the date range will only cover today and tomorrow.

These are the only 2 influencing factors for the program (not the variable type in the variant). Please try any combination you may need and this should suit your needs.

BR,

Enrique

Answers (1)

Answers (1)

deep_khanra
Participant
0 Kudos

Hi Dear,

In VL10B save variant as your varinat name  name and make the delivery date with dynamic calcuation(D) and then you can make your variant as per your requirment..

Regards,

Deep