SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Screen Painter(BC-DWB-TOO-SCR) SAP BC

RS_SCRP_DYNP_CHECK_OUTPUT SAP ABAP INCLUDE - RSSCRPDYNPCHECKOUTPUT







RS_SCRP_DYNP_CHECK_OUTPUT 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 RS_SCRP_DYNP_CHECK_OUTPUT 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_SCRP_DYNP_CHECK_OUTPUT. "Basic submit
SUBMIT RS_SCRP_DYNP_CHECK_OUTPUT AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SCRP_DYNP_CHECK_OUTPUT 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 RS_SCRP_DYNP_CHECK_OUTPUT

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:

RPY_EXISTENCE_CHECK_FUNC CALL FUNCTION 'RPY_EXISTENCE_CHECK_FUNC' EXPORTING name = g_fb_rep EXCEPTIONS not_exist = 1 OTHERS = 2.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text i_processed = progress i_total = total i_output_immediately = 'X'.

TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = short_text wi_trfunction = 'T' * WI_STRKORR = ' ' * WI_CATEGORY = ' ' * IV_TARSYSTEM = ' ' * WI_CLIENT = ' ' * WI_TARGET_CLIENT = ' ' * IV_TARDEVCL = ' ' * IV_DEVCLASS = ' ' * IV_TARLAYER = ' ' * WI_PROTECT = ' ' * IV_SIMULATION = ' ' IMPORTING we_trkorr = transport_nr we_e070 = tmp_e070_trp we_e07t = tmp_e07t_trp * WE_E070C = * ES_E070M = EXCEPTIONS OTHERS = 4.

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = tmp_e070_trp wi_e07t = tmp_e07t_trp wi_sel_e071 = 'X' * WI_SEL_E071K = ' ' * WI_SEL_E07T = ' ' * WI_SEL_E070C = ' ' * WI_E070C = ' ' * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = TABLES wt_e071 = tt_e071 * WT_E071K = EXCEPTIONS db_access_error = 1 chosen_project_closed = 2 locked_entries = 3 locked_object_not_deleted = 4 ordername_forbidden = 5 ordernumber_empty = 6 order_change_but_locked_object = 7 order_released = 8 order_user_locked = 9 tr_check_keysyntax_error = 10 tr_enqueue_failed = 11 no_authorization = 12 wrong_client = 13 unallowed_source_client = 14 unallowed_user = 15 unallowed_trfunction = 16 unallowed_trstatus = 17 no_systemname = 18 no_systemtype = 19 OTHERS = 20 .



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