SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

RSAQEXPTN SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

#7 0 | call function '#7' 0 | tables %selopt = %seloptions 0 | %dtab = %dtab 0 | changing %rtmode = %runmode 0 | exceptions no_data = 1 0 | others = 2.

RSAQRT_CHECK_EXTR 0 | call function 'RSAQRT_CHECK_EXTR' 0 | exporting extr_subrc = %subrc 0 | tables dtab = %dtab 0 | changing rtmode = %runmode.

#8 0 | call function '#8' 0 | tables %dtab = %dtab 0 | changing %rtmode = %runmode.

RSAQRT_INITIALIZATION 0 | call function 'RSAQRT_INITIALIZATION' 0 | exporting iqid = %iqid 0 | importing rtmode = %runmode.

RSAQRT_SSCR_OUTPUT 0 | call function 'RSAQRT_SSCR_OUTPUT' 0 | changing rtmode = %runmode.

RSAQRT_LAYOUT_VALUE_REQUEST 0 | call function 'RSAQRT_LAYOUT_VALUE_REQUEST' 0 | changing rtmode = %runmode 0 | variant = %layout.

RSAQRT_LAYOUT_CHECK 0 | call function 'RSAQRT_LAYOUT_CHECK' 0 | exporting variant = %layout 0 | changing rtmode = %runmode.

RSAQRT_SSCR_TEST 0 | call function 'RSAQRT_SSCR_TEST' 0 | exporting sscruc = sscrfields-ucomm 0 | tables selopt = <%selopt> 0 | changing rtmode = %runmode 0 | exceptions others = 1.

RSAQRT_SET_IDENTIFICATION 0 | call function 'RSAQRT_SET_IDENTIFICATION' 0 | exporting iqid = %iqid 0 | sscr_report = sy-repid 0 | changing rtmode = %rtmode.

RSAQRT_FILL_SELECTIONS 0 | call function 'RSAQRT_FILL_SELECTIONS' 0 | tables selopt = %selopt 0 | changing rtmode = %rtmode.

RSAQRT_FILL_SELECTIONS 0 | call function 'RSAQRT_FILL_SELECTIONS' 0 | tables selopt = %selopt 0 | changing rtmode = %rtmode.

RSAQRT_INIT_TEXTHANDLING 0 | call function 'RSAQRT_INIT_TEXTHANDLING' 0 | exporting class = '#1' 0 | wsid = '#2' 0 | infoset = '#3'.

RSAQRT_AUTHORITY_CHECK 2 | call function 'RSAQRT_AUTHORITY_CHECK' 2 | exporting 2 | auth_tabs = %auth_tabs 2 | auth_clas = '#B' 2 | changing 2 | rtmode = %rtmode 2 | exceptions 2 | NO_AUTHORIZATION = 1.

RSAQRT_TEXTFIELD_REFRESH 0 | call function 'RSAQRT_TEXTFIELD_REFRESH'.

RSAQRT_TEXTFIELD_CONTEXT 1 | call function 'RSAQRT_TEXTFIELD_CONTEXT' 1 | exporting name = '#1' 1 | struc = #2.

RSAQRT_TEXTFIELD_CALL 0 | call function 'RSAQRT_TEXTFIELD_CALL' 0 | exporting struc = #1 0 | name = '#2' 0 | fname = '#3' 0 | importing text = #4.

RSAQRT_ALV_PREPARE *0 | call function 'RSAQRT_ALV_PREPARE' *0 | importing fieldcatalog = %fieldcatalog *0 | sort = %sort *0 | layout = %layout *0 | grid_handle = %grid_handle *0 | changing rtmode = %rtmode.

RSAQRT_ALV_DISPLAY 0 | call function 'RSAQRT_ALV_DISPLAY' 0 | tables dtab = %dtab[] 0 | changing rtmode = %rtmode.



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