SAP Reports / Programs | Basis Components | Use Subcomponents | eXternal Management Interface Framework(BC-CCM-API-CSI-XMI) SAP BC

SXBP_TEST_MODIFY_JOB_HEADER SAP ABAP Report - Report SXBP_TEST_MODIFY_JOB_HEADER







SXBP_TEST_MODIFY_JOB_HEADER 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 SXBP_TEST_MODIFY_JOB_HEADER 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 SXBP_TEST_MODIFY_JOB_HEADER. "Basic submit
SUBMIT SXBP_TEST_MODIFY_JOB_HEADER AND RETURN. "Return to original report after report execution complete
SUBMIT SXBP_TEST_MODIFY_JOB_HEADER 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: TSRVGRP = D .
Selection Text: TSERVER = D .
Selection Text: STRTTM = D .
Selection Text: STRTDT = D .
Selection Text: RFC_DEST = D .
Selection Text: PREDJOB = D .
Selection Text: PREDCNT = D .
Selection Text: NO_PR = D .
Selection Text: NO_F = D .
Selection Text: LASTTM = D .
Selection Text: LASTDT = D .
Selection Text: JOBNAME = D .
Selection Text: JOBCOUNT = D .
Selection Text: EXPRESS = D .
Selection Text: COPY = D .
Selection Text: CHCKSTAT = D .
Selection Text: BLIND = D .
Selection Text: TYPE = Receiver Type
Selection Text: STATMAIL = Status Mail
Selection Text: SRVGRP = Change Server Group
Selection Text: SERVER = Change Server
Selection Text: RECIP1 = Receiver Name
Selection Text: RECIP = Change Receiver
Selection Text: PRDWEEKS = Execution Period (Weeks)
Selection Text: PRDMNTHS = Execution Period (Months)
Selection Text: PRDMINS = Execution Period (Minutes)
Selection Text: PRDHOURS = Execution Period (Hours)
Selection Text: PRDDAYS = Execution Period (Hours)
Selection Text: NO_COPY = No Copy
Selection Text: NEW_REC = New Receiver
Selection Text: DEL_REC = Delete Receiver
Selection Text: DELI = Confirm Send Status
Selection Text: COND = Change Start Condition
Selection Text: CHGTG = Change Execution Target
Title: Report SXBP_TEST_MODIFY_JOB_HEADER


INCLUDES used within this REPORT SXBP_TEST_MODIFY_JOB_HEADER

INCLUDE SXMI_TESTPOOL.


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:

BAPI_XBP_JOB_HEADER_MODIFY CALL FUNCTION 'BAPI_XBP_JOB_HEADER_MODIFY' destination dest EXPORTING jobcount = jobcount jobname = jobname job_header = mod_head external_user_name = 'TEST' dont_release = dont_release mask = mask * JOBCLASS = recipient = recipient IMPORTING return = ret EXCEPTIONS communication_failure = 1 MESSAGE rfc_msg system_failure = 2 MESSAGE rfc_msg.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TSERVER' dynpprog = my_repid dynpnr = scrnnr1 dynprofield = scrnfield_svr value_org = 'S' TABLES value_tab = btc_sys_srv_tbl EXCEPTIONS parameter_error = 1 "#EC FB_RC no_values_found = 2 "#EC FB_RC OTHERS = 3. "#EC FB_RC

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

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TSRVSRGP' dynpprog = my_repid dynpnr = scrnnr1 dynprofield = scrnfield_svr value_org = 'S' TABLES value_tab = btc_sys_srv_tbl EXCEPTIONS parameter_error = 1 "#EC FB_RC no_values_found = 2 "#EC FB_RC OTHERS = 3. "#EC FB_RC



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