SAP Reports / Programs | Basis Components | Middleware | Internet Communication Framework(BC-MID-ICF) SAP BC

ICF_REASSIGN_ADMIN_SERVICES SAP ABAP Report - Reassignment of Admin ICF Services to an Admin Virtual Host







ICF_REASSIGN_ADMIN_SERVICES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter ICF_REASSIGN_ADMIN_SERVICES into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

REASSIGN_ADMSERVICES - Reassignment of Admin ICF Services


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT ICF_REASSIGN_ADMIN_SERVICES. "Basic submit
SUBMIT ICF_REASSIGN_ADMIN_SERVICES AND RETURN. "Return to original report after report execution complete
SUBMIT ICF_REASSIGN_ADMIN_SERVICES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: VIRTHOST = Virtual Host Name
Title: Reassignment of Admin ICF Services to an Admin Virtual Host
Text Symbol: 030 = no_authority
Text Symbol: 029 = has been deleted
Text Symbol: 028 = Admin ICF Service:
Text Symbol: 027 = Deact. Services in DEF._HOST
Text Symbol: 026 = Activation State in DEFAULT_HOST
Text Symbol: 025 = Reason:
Text Symbol: 024 = with Exception:
Text Symbol: 023 = Service Path
Text Symbol: 022 = ICF Parent Guid
Text Symbol: 021 = Service Name
Text Symbol: 020 = Navigation to Admin Virt. Host
Text Symbol: 019 = Navigation to Admin Virtual Host
Text Symbol: 018 = Inactive
Text Symbol: 017 = Copy done successfully
Text Symbol: 016 = Navigation to DEFAULT_HOST
Text Symbol: 015 = Only active in Admin Host
Text Symbol: 014 = Copy Services into Admin Host
Text Symbol: 013 = Copy ICF Service first
Text Symbol: 012 = Your selected action has already been performed
Text Symbol: 011 = See SAP Note 1748112 for More Detail !
Text Symbol: 010 = Reassignment Status
Text Symbol: 009 = Active
Text Symbol: 008 = with RC =
Text Symbol: 007 = Initial
Text Symbol: 006 = Error occurred at calling of method:
Text Symbol: 005 = Error occurred at calling of function module:
Text Symbol: 004 = Deactivate Services in DEFAULT_HOST
Text Symbol: 003 = Copy Services into Admin Virtual Host
Text Symbol: 002 = Virtual Host Name for Admin Services
Text Symbol: 001 = Selection of Manually Created Admin Virtual Host Name


INCLUDES used within this REPORT ICF_REASSIGN_ADMIN_SERVICES

INCLUDE REASSIGN_ADMIN_SRV_DEFINITION.
INCLUDE REASSIGN_ADMIN_SRV_SELOPT.
INCLUDE REASSIGN_ADMIN_SRV_INITIAL.
INCLUDE REASSIGN_ADMIN_SRV_IMPL.
INCLUDE REASSIGN_ADMIN_SRV_SO_PBO.
INCLUDE REASSIGN_ADMIN_SRV_SO_PAI.




INCLUDE REASSIGN_ADMIN_SRV_D0100_PBO01.
INCLUDE REASSIGN_ADMIN_SRV_D0100_PAI01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ICF_REASSIGN_ADMIN_SERVICES or its description.