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: 

RSXMB_ACTIVATE_ICF_SERVICES for non-XI systems? Anyone have code?

Former Member
0 Kudos

Anyone have code that can take a list of SICF services and activate them, similiar to how RSXMB_ACTIVATE_ICF_SERVICES activates all the necessary services for XI?

For instance OSS Note 517484 lists a lot of services that need to activated manually, and it's a real pain. Wonder if anyone has ABAP that can take a list like that and just activate them.

1 REPLY 1

maxim_naidenov
Explorer
0 Kudos

Hi,

unfortunately RSXMB_ACTIVATE_ICF_SERVICES does not list anything - shortly, it has a hardcoded list of services that must be activated and it activates them one by one. As always in abap, please open se80 and check yourself what is happening.