SAP Reports / Programs

RS_ICF_SERV_MASS_PROCESSING SAP ABAP Report - Report RS_ICF_SERV_MASS_PROCESSING







RS_ICF_SERV_MASS_PROCESSING 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 RS_ICF_SERV_MASS_PROCESSING into the relevant SAP transactions such as SE38 or SE80


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 RS_ICF_SERV_MASS_PROCESSING. "Basic submit
SUBMIT RS_ICF_SERV_MASS_PROCESSING AND RETURN. "Return to original report after report execution complete
SUBMIT RS_ICF_SERV_MASS_PROCESSING 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: RINAVHFL = Deactiv. of All Serv.(VH &CSV)
Selection Text: RINAVH = Deactivat. Through Virtual Hos
Selection Text: RINAFL = Deactiv. of All Serv. with VH
Selection Text: RINA = Deactivat. of All ICF Services
Selection Text: RACTVHFL = Activ. from CSV File with VH
Selection Text: RACTFL = Activation from CSV File
Selection Text: FINAVHFL = For the Virtual Host
Selection Text: FINAVH = Virtual Host
Selection Text: FACTVHFL = For the Virtual Host
Title: Report RS_ICF_SERV_MASS_PROCESSING
Text Symbol: 034 = Are you sure you want to activate all selected ICF services?
Text Symbol: 033 = Action for ICF Services
Text Symbol: 032 = No
Text Symbol: 031 = Yes
Text Symbol: 030 = Are you sure you want to deactivate all selected ICF services?
Text Symbol: 029 = Successful
Text Symbol: 028 = Information
Text Symbol: 027 = Status
Text Symbol: 026 = Select a Virtual Host
Text Symbol: 025 = Deactivation of All Virtual Hosts
Text Symbol: 020 = Log Output
Text Symbol: 019 = Result
Text Symbol: 018 = Action performed successfully
Text Symbol: 017 = Report "RS_ICF_SERV_ADMIN_TASKS" exports ICF services
Text Symbol: 016 = Deactivate ICF Services for All Virtual Hosts Listed in CSV File
Text Symbol: 015 = Deactivate ICF Services for Defined Virtual Host
Text Symbol: 014 = Deactivation of ICF Services from CSV FIle
Text Symbol: 013 = Export all active ICF services before activation
Text Symbol: 012 = Warning
Text Symbol: 011 = Errors
Text Symbol: 010 = Deactivation of ICF Services
Text Symbol: 009 = Additional Activation of ICF Services from CSV File
Text Symbol: 008 = Deactivate All ICF Services
Text Symbol: 007 = Activate ICF Services for All Virtual Hosts Listed in CSV File
Text Symbol: 006 = Deactivation Without CSV File
Text Symbol: 005 = Activate ICF Services for Defined Virtual HOst
Text Symbol: 004 = CSV Document(*.csv)|*.csv
Text Symbol: 003 = CSV





Text Symbol: 002 = Upload CSV File
Text Symbol: 001 = Mass Processing of ICF Services


INCLUDES used within this REPORT RS_ICF_SERV_MASS_PROCESSING

No INCLUDES are used within this REPORT code!


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INFORMATION' text = text-006 info = text-012 IMPORTING result = comm_01 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_WARNING' text = text-013 info = text-012 IMPORTING result = comm_02 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_WARNING' text = text-013 info = text-012 IMPORTING result = comm_03 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MESSAGE_INFORMATION' text = text-017 info = text-028 IMPORTING result = comm_04 EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Aktion für ICF-Services'(033) text_question = 'Sind Sie sicher, dass Sie alle gewälten ICF-Services aktivieren wollen?'(034) text_button_1 = 'Ja'(031) text_button_2 = 'Nein'(032) default_button = '2' display_cancel_button = 'X' IMPORTING answer = l_reply.

GUI_FILE_LOAD_DIALOG CALL FUNCTION 'GUI_FILE_LOAD_DIALOG' EXPORTING window_title = text-002 default_extension = text-003 file_filter = text-004 IMPORTING filename = lv_file_name path = lv_init_dir user_action = l_user_action.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Aktion für ICF-Services'(033) text_question = 'Sind Sie sicher, dass Sie alle gewälten ICF-Services aktivieren wollen?'(034) text_button_1 = 'Ja'(031) text_button_2 = 'Nein'(032) default_button = '2' display_cancel_button = 'X' IMPORTING answer = l_reply.

GUI_FILE_LOAD_DIALOG CALL FUNCTION 'GUI_FILE_LOAD_DIALOG' EXPORTING window_title = text-002 default_extension = text-003 file_filter = text-004 IMPORTING filename = lv_file_name path = lv_init_dir user_action = l_user_action.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Aktion für ICF-Services'(033) text_question = 'Sind Sie sicher, dass Sie alle gewälten ICF-Services deaktivieren wollen?'(030) text_button_1 = 'Ja'(031) text_button_2 = 'Nein'(032) default_button = '2' display_cancel_button = 'X' IMPORTING answer = l_reply.

GUI_FILE_LOAD_DIALOG CALL FUNCTION 'GUI_FILE_LOAD_DIALOG' EXPORTING window_title = text-002 default_extension = text-003 file_filter = text-004 IMPORTING filename = lv_file_name path = lv_init_dir user_action = l_user_action.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Aktion für ICF-Services'(033) text_question = 'Sind Sie sicher, dass Sie alle gewälten ICF-Services deaktivieren wollen?'(030) text_button_1 = 'Ja'(031) text_button_2 = 'Nein'(032) default_button = '2' display_cancel_button = 'X' IMPORTING answer = l_reply.

GUI_FILE_LOAD_DIALOG CALL FUNCTION 'GUI_FILE_LOAD_DIALOG' EXPORTING window_title = text-002 default_extension = text-003 file_filter = text-004 IMPORTING filename = lv_file_name path = lv_init_dir user_action = l_user_action.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Aktion für ICF-Services'(033) text_question = 'Sind Sie sicher, dass Sie alle gewälten ICF-Services deaktivieren wollen?'(030) text_button_1 = 'Ja'(031) text_button_2 = 'Nein'(032) default_button = '2' display_cancel_button = 'X' IMPORTING answer = l_reply.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Aktion für ICF-Services'(033) text_question = 'Sind Sie sicher, dass Sie alle gewälten ICF-Services deaktivieren wollen?'(030) text_button_1 = 'Ja'(031) text_button_2 = 'Nein'(032) default_button = '2' display_cancel_button = 'X' IMPORTING answer = l_reply.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_failure info = text-011 IMPORTING result = l_comm EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_checked info = text-029 IMPORTING result = l_comm EXCEPTIONS OTHERS = 0.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = co_icfname_shlp IMPORTING shlp = l_shlp_descr.






F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = l_shlp_descr-shlpname fieldname = co_icfname searchhelp = co_icfname_shlp * display = 'X' suppress_recordlist = 'X' TABLES return_tab = lt_ret_values EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.



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 RS_ICF_SERV_MASS_PROCESSING or its description.