Hi,
I created Infoobjects(ZVALIDFROM,ZVALIDTO) as char with the length 10 and I'm able to load data into PSA but when I try to load into the DSO/Cube the date format is DATS with length 8(standard). Basically I am mapping custom date field to system date format like mm/dd/yyyy(valid from ,valid to fields)
I am trying to write the routine in the transformations like below but i am getting wrong format as shown in the picture.
Concatenate SOURCE_FIELDS-/BIC/ZVALIDTO+3(2) '/'
SOURCE_FIELDS-/BIC/ZVALIDTO+0(2) '/'
SOURCE_FIELDS-/BIC/ZVALIDTO+6(4) into RESULT.
Thank you
Raghu Muvva