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

ICF_PROCESS_ADMIN_SERVICES SAP ABAP Report - Processing of ICF Admin Services







ICF_PROCESS_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_PROCESS_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

PROCESS_ADM_SERVICES - Processing of ICF Admin 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_PROCESS_ADMIN_SERVICES. "Basic submit
SUBMIT ICF_PROCESS_ADMIN_SERVICES AND RETURN. "Return to original report after report execution complete
SUBMIT ICF_PROCESS_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: SRVPATH = Service Path
Selection Text: SRBYSRV = Append by Service Name
Selection Text: SRBYPATH = Append by Service Path
Selection Text: PSRVNAME = Service Name
Selection Text: PPARGUID = ICF Parguid
Title: Processing of ICF Admin Services
Text Symbol: 016 = no_authority
Text Symbol: 015 = has been deleted
Text Symbol: 014 = Admin ICF Service:
Text Symbol: 013 = Reason:
Text Symbol: 012 = with Exception:
Text Symbol: 011 = Error occurred at calling of method:
Text Symbol: 010 = Error occurred at calling of function module:
Text Symbol: 009 = Append by Service Path
Text Symbol: 008 = Append by Service Name
Text Symbol: 007 = Append ICF Services to a list for administrative ICF Services
Text Symbol: 006 = Navigation to SICF
Text Symbol: 005 = with RC =
Text Symbol: 004 = Delete Admin Service
Text Symbol: 003 = Service Path
Text Symbol: 002 = ICF Parent Guid
Text Symbol: 001 = Service Name


INCLUDES used within this REPORT ICF_PROCESS_ADMIN_SERVICES

INCLUDE PROC_ADMIN_SRV_DEFINITION.
INCLUDE PROC_ADMIN_SRV_SELOPT.
INCLUDE PROC_ADMIN_SRV_INITIAL.
INCLUDE PROC_ADMIN_SRV_IMPL.
INCLUDE PROC_ADMIN_SRV_SO_PBO.
INCLUDE PROC_ADMIN_SRV_SO_PAI.
INCLUDE PROC_ADMIN_SRV_D0100_PBO01.
INCLUDE PROC_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_PROCESS_ADMIN_SERVICES or its description.