Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Start Routine Explanation.

Former Member
0 Likes
392

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.

1 REPLY 1
Read only

kiran_k8
Active Contributor
0 Likes
358

Rashmi,

Better you post this query in BW forum.

K.Kiran.