‎2007 Sep 22 4:12 AM
I have to understand a start routine in BW and give my analysis back. Could someone expalin each line of the routine below. I have no clue what it is.
Thanks,
Rashmi
IF sy-subrc EQ 0.
DATA_PACKAGE-gl_account(4)
= i_/BIC/PZKPMG-/BIC/ZITMA+2(4).
DATA_PACKAGE-gl_account6(4) = i_/BIC/PZKPMG-/BIC/ZITMA6(4).
DATA_PACKAGE-gl_account+4(2) = '00'.
ELSE.
DATA_PACKAGE-gl_account(4) = DATA_PACKAGE-gl_account+2(4).
DATA_PACKAGE-gl_account6(4) = DATA_PACKAGE-gl_account6(4).
DATA_PACKAGE-gl_account+4(2) = '00'.
ENDIF.
‎2007 Sep 22 4:59 AM