SAP Reports / Programs

SXBP_TEST_PRINT_PARAMETERS_EXT SAP ABAP Report - Test Program Transfer of External Print Parameters







SXBP_TEST_PRINT_PARAMETERS_EXT 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_PRINT_PARAMETERS_EXT 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_PRINT_PARAMETERS_EXT. "Basic submit
SUBMIT SXBP_TEST_PRINT_PARAMETERS_EXT AND RETURN. "Return to original report after report execution complete
SUBMIT SXBP_TEST_PRINT_PARAMETERS_EXT 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: MAIL_STR = Mail Address
Selection Text: PAGES1 = From Page
Selection Text: PAGES2 = To Page
Selection Text: PROGRAM = Program
Selection Text: P_ALVSL = ALV Selections
Selection Text: P_ALVST = ALV Statistics
Selection Text: P_MXLSZ = Maximum Line Width 255
Selection Text: P_NOFRAM = No Frame Characters
Selection Text: P_NOSHAD = Suppress Colors
Selection Text: P_SMS = With Structure Information
Selection Text: P_TEXT = Only Text
Selection Text: IMSTART = D .
Selection Text: PDEST = D .
Selection Text: RFC_DEST = D .
Selection Text: USER = D .
Selection Text: VARIANT = D .
Title: Test Program Transfer of External Print Parameters
Text Symbol: 001 = Job Parameters
Text Symbol: 002 = Print Parameters
Text Symbol: 003 = Archive Parameters


INCLUDES used within this REPORT SXBP_TEST_PRINT_PARAMETERS_EXT

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_ADD_ABAP_STEP CALL FUNCTION 'BAPI_XBP_JOB_ADD_ABAP_STEP' DESTINATION dest EXPORTING jobname = jobname jobcount = jobcount external_user_name = 'TEST' abap_program_name = program abap_variant_name = variant sap_user_name = user * LANGUAGE = SY-LANGU * print_parameters = pripars * ARCHIVE_PARAMETERS = ' ' allpripar = pripars * ALLARCPAR = ' ' * FREE_SELINFO = IMPORTING * STEP_NUMBER = return = ret TABLES * SELINFO = priparext = lt_priparext EXCEPTIONS communication_failure = 1 MESSAGE rfc_msg system_failure = 2 MESSAGE rfc_msg.

RSPO_CHECK_DESTINATION CALL FUNCTION 'RSPO_CHECK_DESTINATION' EXPORTING print_parameter = ls_pp * BATCH_PRINT = ' ' * LOCAL_PRINT = ' ' * GRAPH_PRINT = ' ' * NO_DDIC_PARAMETERS = ' ' * AUTH_GRANTED = ' ' IMPORTING * RQARCHTYPE_TEXT = * RQDEST_TEXT = * RQPRIO_TEXT = * RQSAPTITLE_TEXT = * RQUNXTITLE_TEXT = * IS_FAX = * IS_FRONTEND = is_mail = is_mail * ALLOWED_FOR_BATCH = * ALLOWED_FOR_IMMEDIATE_PRINT = * DEVICETYPE = * IS_LOCKED = * LOCKED_TEXT = * ARCHIVE_DEVICE = EXCEPTIONS OTHERS = 11.



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