hi everyone,
i am developing a report in that i am passind date as DDMMYYYY, here i am not seeing any output in report that output should be sent to customet trrow mail as excel sheet,
i am succeded in that but i am getting date format problem.
that is he want to upload that file into sap, in that that the date format is YYYY / MM / DD. but i am unable to do that.
i used this stmts for that.
Concatenate v_string0(4) v_string4(2) v_string+6(2) into v_date SEPARATED BY '/' .
concatenate c_equal c_colon v_date c_colon into v_date.
but it is giving ="YYYY / MM / DD" if i remove the second stmt it is giving DDMMYYYY only can you help me in this issue.
i need that format as YYYY / MM / DD.like this.
regards,
chaithu.p