Application Development 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: 

please convert the psuedocode to ABAP code

Former Member
0 Kudos

HI all

I have a requirement where i need to include the following psuedocode into include program.

Enhancement pseudo Code

IF I_S_HIER_SEL-HIENM equal ZRU_FORM1 or ZRU_FORM2.

C_T_HIENODE-NODENAME(4) = 'CXRU'. "<-- Russia compound value

else if I_S_HIER_SEL-HIENM equal ZCOL_STAT.

C_T_HIENODE-NODENAME(4) = 'CACO'.

else.

C_T_HIENODE-NODENAME(4) = 'MCOA'.

endif.

I am implementing this in SAP BI, using CMOD transaction for component EXIT_SAPLRSAP_004

Can anyone please help me out?

Thanks

1 REPLY 1

Former Member
0 Kudos

Moderator message - Please give this a try yourself and get back to the forum if you have a specific problem. And do not cross post. Thread locked. Rob