Dear All,
This is my code for date in BW.
THis code displaying output in the format like:-
05072007 (date month and year)
but i want output like 05-07-2007. What do i need to do for that.
What are the changes would be in code.
Please guide me.
CONCATENATE TRAN_STRUCTURE-/BIC/ZR_FLTDT+4(4)
TRAN_STRUCTURE-/BIC/ZR_FLTDT+0(2)
TRAN_STRUCTURE-/BIC/ZR_FLTDT+2(2) INTO RESULT.