‎2007 Mar 25 2:14 AM
Hi Friend would be really pleased if you can help me correct the below.
I am trying to first calculate the SYSTEM DATE IN ODS 1 please suggest to correct the code or process since niether system date is getting populated it is 00.00.0000, BUT today date is march 25,2007???
ABAP CODE#1
METHOD compute_ZSYS_DAT.
IMPORTING
request type rsrequest
datapackid type rsdatapid
SOURCE_FIELDS-ZZSYSDAT TYPE D
EXPORTING
RESULT type tys_TG_1-/BIC/ZSYS_DAT
DATA:
MONITOR_REC TYPE rsmonitor.
$$ begin of routine - insert your code only below this line -
... "insert your code here
data: ZSYS_DAT like sy-datum.
ZSYS_DAT = sy-datum.
please help if there is an setting to change or correct my system date may be my system date is wrong how to fix that.
Thanks
Poonam Roy
BI Developer Colgate Inc.
null
‎2007 Mar 25 3:10 AM
‎2007 Mar 25 3:10 AM
‎2007 Mar 25 4:30 PM
Hi , please clarify what should i do to check whether my system date is what how to check
thanks
poonam
‎2007 Mar 25 5:24 PM