cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parameters in Schedule Editor

Former Member
0 Likes
139

hello to all, in a transaction i have 4 fields in 2 of this fields, one is StartDate and another is EndDate, could someone tell me if its possible to put in the schedule editor like StartDate: sysdate() - 7 and EndDate: sysdate()

regards

Mário

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

You can set these parameters in transaction itself.I think start Date and Enddate are needed for query exection right.So you want to pass these parameters to query.

LinkEditor of Action block in BLS there are functions are available on dates like dateadddays(Date,amount),dateaddhours(Date,amount) etc. Utilise these functions. If you are using sysdate use the datenow available in the function list and pass this to the parameter of functions abaove mentioned.

Find help in below link

http://help.sap.com/saphelp_xmii120/helpdata/en/45/bf7f3b692f52f5e10000000a1553f7/content.htm

-Suresh

Edited by: Suresh Hiremath on Sep 2, 2009 10:59 AM

Answers (0)