SAP Reports / Programs | Basis Components | Use Subcomponents | Background Processing(BC-CCM-BTC) SAP BC

BP_SERVER_GROUP_FORM SAP ABAP INCLUDE - Include BP_SERVER_GROUP_FORM







BP_SERVER_GROUP_FORM is a standard ABAP INCLUDE 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 BP_SERVER_GROUP_FORM 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 BP_SERVER_GROUP_FORM. "Basic submit
SUBMIT BP_SERVER_GROUP_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT BP_SERVER_GROUP_FORM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include BP_SERVER_GROUP_FORM


INCLUDES used within this REPORT BP_SERVER_GROUP_FORM

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:

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING tabname = field_tbl-tabname fieldname = field_tbl-fieldname IMPORTING select_value = selected_srv TABLES fields = field_tbl valuetab = btc_sys_srv_tbl EXCEPTIONS OTHERS = 99.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = batch TABLES list = sys_tabl EXCEPTIONS OTHERS = 99.

TH_SERVER_TYPE CALL FUNCTION 'TH_SERVER_TYPE' EXPORTING services = server_info-msgtypes IMPORTING is_a_dialog = is_a_dialog is_a_batch = is_a_batch is_a_update = is_a_update is_a_update2 = is_a_update2 is_a_spool = is_a_spool is_a_enqueue = is_a_enqueue is_a_atp = is_a_atp is_a_icman = is_a_icman.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = batch TABLES list = sys_tabl EXCEPTIONS OTHERS = 99.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = message * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = ls_jobs-jc job_read_jobname = ls_jobs-jn job_read_opcode = btc_read_jobhead_only IMPORTING job_read_jobhead = jobhead EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4.

BP_JOB_MANAGEMENT CALL FUNCTION 'BP_JOB_MANAGEMENT' EXPORTING jobselect_dialog = btc_no joblist_opcode = btc_joblist_edit * JOBSEL_PARAM_INPUT = * LIST_TITLE = * EXTERNAL_REFRESH = TABLES joblist = grp_jobs EXCEPTIONS unknown_selection_error = 1 invalid_opcode = 2 invalid_dialog_type = 3 refresh_list_required = 4 empty_list = 5 OTHERS = 6.

ENQUEUE_ESTSRVGRP CALL FUNCTION 'ENQUEUE_ESTSRVGRP' EXPORTING guid = wa_tsrvgrp-guid EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ESTSRVGRP CALL FUNCTION 'DEQUEUE_ESTSRVGRP' EXPORTING guid = wa_tsrvgrp-guid.

DEQUEUE_ESTSRVGRP CALL FUNCTION 'DEQUEUE_ESTSRVGRP' EXPORTING guid = wa_tsrvgrp-guid.

RZL_MAKE_STRG_READ_REQ CALL FUNCTION 'RZL_MAKE_STRG_READ_REQ' EXPORTING name = class_a_wp_ident typ = 'C' TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_EXECUTE_STRG_REQ CALL FUNCTION 'RZL_EXECUTE_STRG_REQ' EXPORTING srvname = server_name TABLES req_tbl = req_tbl rsp_tbl = rsp_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_RSP CALL FUNCTION 'RZL_MAKE_STRG_RSP' TABLES intg_tbl = loc_int_tab text_tbl = loc_text_tab long_text_tbl = loc_long_text_tab rsp_tbl = rsp_tbl EXCEPTIONS OTHERS = 99.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = batch TABLES list = servers EXCEPTIONS OTHERS = 99.

DEQUEUE_ESTSRVGRP CALL FUNCTION 'DEQUEUE_ESTSRVGRP'.

DEQUEUE_ESTSRVGRP CALL FUNCTION 'DEQUEUE_ESTSRVGRP'.

DEQUEUE_ESTSRVGRP CALL FUNCTION 'DEQUEUE_ESTSRVGRP'.



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