Hi Folks,
I am trying to automate a batch job. Transaction- EL09, it’s mass activity. (Functionality – DM)
In EL16, We have a Meter reading dates (technical name: BEGABLV) which has selection criteria of date range (Which is Sunday to Saturday).And I have create the JD and JC. JC and JD is creating the correct templates in but it’s not selecting the correct the date range for Meter reading dates.
Meter reading dates (BEGABLV) = BEGABL-LOW (from date) to BEGABL-HIGH (To date)
TARGET DATE ID =Custom_AWS.calcChainRequestTime(jobId)
Test case 1: Below parameter: not Working (giving error)
BEGABLV=Time.format(Time.expression(parameters.MASS_ACTIVITY_TARGET_DATE_ID, 'add 1 days'), ' yyyyMMdd')
Or
BEGABLV =Time.expression(parameters.MASS_ACTIVITY_TARGET_DATE_ID, 'add 1 days')
Many others exp also.
Test case 2:
BEGABLV= (manually date selection while submitting the chain)
It’s not over writing in SAP. Taking SAP templates +1 date.
Test case 3:
MASS_ACTIITY_SHIFT_DATE= 6 (any integer)
Its working and dates range are shift to 6, don’t full fill my criteria. Because I am not able to put the code here (as it is defined as NUMBER)
So Conclusion is here, its look like I am taking wrong application name for particular MASS Reading date (BEGABLV). Please advice.
Regards,
Abhishek Singh