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

RS_SCRP_DYNP_CHECK_LISTS SAP ABAP INCLUDE - RSSCRPDYNPCHECKLISTS







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

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-056 text_question = text-093 * text_button_1 = text-056 "Loeschen "dobl * icon_button_1 = 'ICON_DELETE' "dobl text_button_1 = text-032 "ja "dobl icon_button_1 = 'ICON_CHECKED' "dobl ist einheitlicher text_button_2 = text-033 icon_button_2 = 'ICON_INCOMPLETE' default_button = '2' display_cancel_button = ' ' IMPORTING answer = answer_popup EXCEPTIONS text_not_found = 1 OTHERS = 2.

RS_PROGNAME_SPLIT CALL FUNCTION 'RS_PROGNAME_SPLIT' EXPORTING progname_with_namespace = sd020s-prog IMPORTING namespace = tmp_name_space progname_without_namespace = tmp_progname_wo_namespace EXCEPTIONS delimiter_error = 1 OTHERS = 2.

RS_DYNPRO_RELEASE_GET CALL FUNCTION 'RS_DYNPRO_RELEASE_GET' EXPORTING dynpro_header = l_wa_sd020s IMPORTING dynpro_release = dynp_rel.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = c_job_name IMPORTING jobcount = lv_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobcount jobname = c_job_name strtimmed = 'X' EXCEPTIONS OTHERS = 4.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = lv_jobcount jobname = c_job_name EXCEPTIONS OTHERS = 4.

RS_SCRP CALL FUNCTION 'RS_SCRP' EXPORTING branch = 'HD' dynnr = p_dnum progname = p_prog wanted_mode = 'SHOW' EXCEPTIONS already_exists = 1 not_found = 2 not_executed = 3 OTHERS = 4.

RS_SCRP CALL FUNCTION 'RS_SCRP' EXPORTING branch = 'FL' dynnr = p_dnum fl_index = p_line_idx progname = p_prog wanted_mode = 'SHOW' EXCEPTIONS already_exists = 1 not_found = 2 not_executed = 3 OTHERS = 4.

RS_SCRP CALL FUNCTION 'RS_SCRP' EXPORTING abl_line = p_line_idx branch = 'LS' dynnr = p_dnum progname = p_prog wanted_mode = 'SHOW' EXCEPTIONS already_exists = 1 not_found = 2 not_executed = 3 OTHERS = 4.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = g_fb_rep object_type = 'FUNC' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = g_fb_prf object_type = 'FUNC' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.



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