cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic date calculation

luscruz
Participant
0 Kudos

Hi all,

I'm trying to create a variant on a program to limit a date.

I want to get all record before Current date - 1095 days (3 years).

How can i do that? For what i saw, i only have 4characters to place the days. So, or i put '999-' or i put '1095', but i don't think i can set '1095-'.

Anyone can help me?

Thanks,

Luis Cruz

Accepted Solutions (0)

Answers (2)

Answers (2)

luscruz
Participant
0 Kudos

I found a work around.

Instead of using "Current date /- ??? days" i used "(Beginning of mth-xx months, end of mthyy months)".

I thought i couldn't use because the fields where disabled, but a simple double-click open a popup to set the values.

Strange that SAP doesn't allow to work on days for more than 3 years.

Luis

Former Member
0 Kudos
luscruz
Participant
0 Kudos

Thanks Shaji,

How can i use those functions on the program?

I'm trying to do these following steps:

[http://help.sap.com/saphelp_scm50/helpdata/en/c0/98039be58611d194cc00a0c94260a5/frameset.htm]

I'd chose 'Current date +/- ??? days' but then, in step 9 instead of the example '10-' i want to put '1095-', but that field is limited to 4 characters.