SAP Reports / Programs

SPCPC_PAL_TEST_BUILD_DEVICE SAP ABAP Report - SPCPCPALTESTBUILDDEVICE







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


INCLUDES used within this REPORT SPCPC_PAL_TEST_BUILD_DEVICE

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PNAME' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * CALLBACK_METHOD = * MARK_TAB = IMPORTING user_reset = reset TABLES value_tab = pr_values field_tab = lt_field return_tab = pr_return * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = fn filetype = filetype TABLES data_tab = input EXCEPTIONS OTHERS = 9.

SPCPC_I_BUILD_DEVICE CALL FUNCTION 'SPCPC_I_BUILD_DEVICE' EXPORTING parad = wa_tsp03d test = abap_true IMPORTING return_code = ret TABLES paraa = lt_tsp03a * POSSC = * POSSP = .

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = structname TABLES x031l_tab = fields EXCEPTIONS not_found = 1 OTHERS = 2.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = fn filetype = filetype TABLES data_tab = output EXCEPTIONS OTHERS = 9.

RSPO_IS_CENTRAL_PRINTER * CALL FUNCTION 'RSPO_IS_CENTRAL_PRINTER' * EXPORTING * printer_name = tsp03d-name * IMPORTING * answer = answer.

SPCPC_I_GET_OS_BY_SPOO CALL FUNCTION 'SPCPC_I_GET_OS_BY_SPOO' EXPORTING server = _server IMPORTING os_type = os_type * RETURN_CODE = .

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = structname TABLES x031l_tab = fields EXCEPTIONS not_found = 1 OTHERS = 2.

RSPO_IS_CENTRAL_PRINTER CALL FUNCTION 'RSPO_IS_CENTRAL_PRINTER' EXPORTING printer_name = printer check_own_system = 'X' IMPORTING answer = answer.

SPCPC_I_PICK_SPOO CALL FUNCTION 'SPCPC_I_PICK_SPOO' EXPORTING suggestion = spool_server IMPORTING server = spool_server_out * HOST = is_suggestion_found = found * TABLES * SERVERS = .

SPCPC_I_PICK_PRINTER_INFO CALL FUNCTION 'SPCPC_I_PICK_PRINTER_INFO' EXPORTING iv_printer = printer IMPORTING ev_tsp03d = l_tsp03d_target EXCEPTIONS not_found = 1 OTHERS = 2.

SPCPC_I_GET_SPOO_BY_OS CALL FUNCTION 'SPCPC_I_GET_SPOO_BY_OS' EXPORTING os_type = l_os IMPORTING return_code = rc TABLES server = server_tab.

SPCPC_I_GET_SPOO_FOR_C CALL FUNCTION 'SPCPC_I_GET_SPOO_FOR_C' IMPORTING return_code = rc TABLES server = server_tab_win.

SPCPC_I_GET_SPOO_BY_OS CALL FUNCTION 'SPCPC_I_GET_SPOO_BY_OS' EXPORTING os_type = 'AIX' IMPORTING return_code = rc TABLES server = server_tab_sun.

SPCPC_I_PICK_SPOO CALL FUNCTION 'SPCPC_I_PICK_SPOO' EXPORTING suggestion = spool_server IMPORTING server = spool_server_out * HOST = is_suggestion_found = found * TABLES * SERVERS = .

SPCPC_I_PICK_PRINTER_INFO CALL FUNCTION 'SPCPC_I_PICK_PRINTER_INFO' EXPORTING iv_printer = printer IMPORTING ev_tsp03d = l_tsp03d_target EXCEPTIONS not_found = 1 OTHERS = 2.



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