Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

missing dynamic date calculation in ECC6

Former Member
0 Likes
1,403

Hi,

In ECC6 I miss the following entry:

T: Table variable from TVARV

😧 Dynamic date calculation <--- This

B: User-defined variables

Is there a way to add this option in ECC6?

Thank you,

Klundert.

5 REPLIES 5
Read only

Former Member
0 Likes
763

I think u r talking abut selection screen variant. In selection screen variant 😧 Dynamic date calculation is present in ECC 6.0.

After pressing the save button in the selection screen, initial screen of the variant will appear where in top portion u have to give the variant name and its description. And in lower part ALV grid will display where all the selection fields and their related attributes can be maintained. For ur date selection field select the F4 help on the col. Selection variable. In the popup it will display 😧 Dynamic date calculation with other conditions. Choose it and then select the F4 help for field Name of variable(input only using f4) it will display all the options for date calculation.

Regards,

Joy.

Read only

0 Likes
763

Hi,

The problem is, I have only the following options:

T T: Table Variable from TVARVC

B B: User-defined variables

Why does sap not show me the D option?

Best regards,

eRic.

Read only

0 Likes
763

I am also working in ECC 6.0. In my case if I press f4 for a date field then I am getting 2 options.

1. T : Table variable from TVARVC

2. D : Dynamic date calculation

For a non date field I am getting only 1 option

1. T : Table variable from TVARVC

I am not getting the option B B: User-defined variables..in any case..

So that means it can be controlled form somewhere in SPRO...if I find the place I will let u know...

Regards,

JOy.

Read only

0 Likes
763

People,

i'm having a problem with data dynamic variable.

when i choose the option: "Current date +/- ??? Days" and after this i choose a retroative date, in my case "1-) the system returns this message:

Lower limit of interval is greater than the upper limit

anywhere have any idea to solve this problem?!

best regards....

Read only

0 Likes
763

Hi,

The problem I believe is you are assigning the Select_Option-Low = Current Date and you are trying to assign Select_Option-High = Current Date - 1. This makes the lower limit higher than the upper limit. Just reverse it and you will not have this issue.

Best Regards,

Abd-Al-Aleem.