HI Experts,
I have copied one SAP script in code where Today date will put one field in SAP and Today+ 5days in another field.
I put in manually during SAP script run.
Can you please tell me how to put after 5 days automatically in SAP when every time I run the script in BP.
I have put Todays data as = (Today ()) , Its running smooth.
But when I am trying to add 5 days in script = AddDays (Today () 5), its giving me the error message
"Expression is not as Array or method, It cannot be in Argument list."
I have added 1 parameter 1. "Adddays = Datetime."
If I delete this its showing " AddDays not declared"
Please help me
------------------------------
Asitabha Deb
------------------------------