SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

RSSHOWRABAX_FORMS SAP ABAP INCLUDE - Include RSSHOWRABAX_FORMS







RSSHOWRABAX_FORMS 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 RSSHOWRABAX_FORMS 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 RSSHOWRABAX_FORMS. "Basic submit
SUBMIT RSSHOWRABAX_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RSSHOWRABAX_FORMS 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: S_AHOST = Host
Selection Text: S_DATUM = Date
Selection Text: S_ERRID = Abend ID
Selection Text: S_MANDT = Client
Selection Text: S_UNAME = User
Selection Text: S_UZEIT = Time
Selection Text: S_XHOLD = X=Keep
Title: Include RSSHOWRABAX_FORMS


INCLUDES used within this REPORT RSSHOWRABAX_FORMS

FORM CALL_EDITOR USING INCLUDE_ID TYPE RSDUMP_ID LINE_ID TYPE RSDUMP_ID.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_EXECUTE_OBJECT' text = 'Start'(s07) info = 'Start'(s07) "info = ' ' "add_stdinf = '' IMPORTING result = icon_text EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

RS_ST22_GET_APPCOMP " call function 'RS_ST22_GET_APPCOMP' " exporting " p_progname = wa_snap-gprogram " importing " p_appcomp = wa_snap-component " exceptions " program_not_found = 1 " devclass_not_found = 2 " appcomp_not_found = 3 " others = 4.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = 'Fehler beim Flush'(e13).

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = 'Fehler im Tree Control.'(e11).

EDITOR_PROGRAM CALL FUNCTION 'EDITOR_PROGRAM' EXPORTING appid = 'PG' display = 'X' program = include topline = top_line line = line.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = imsxxlist EXCEPTIONS no_server_list = 1 OTHERS = 2.

RS_ST22_RFC CALL FUNCTION 'RS_ST22_RFC' DESTINATION imsxxlist-name EXPORTING tool = wa_rsdumphelp-prog check_rfc = 'X' p_tool_tab = tool_tab TABLES ft = ft[] EXCEPTIONS authorization_failure = 1 illegal_tool_failure = 2 communication_failure = 3 OTHERS = 4.

DISPLAY_EXC_SCREEN CALL FUNCTION 'DISPLAY_EXC_SCREEN' IMPORTING p_proceed = l_proceed_flag CHANGING p_ft = ft[].

AUTHORITY_CHECK_TCODE "CALL FUNCTION 'AUTHORITY_CHECK_TCODE' " EXPORTING " tcode = 'ST22' " EXCEPTIONS " ok = 0 " not_ok = 2 " OTHERS = 3.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-e12.



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