SAP Reports / Programs | Basis Components | Musing Tools(BC-MUS) SAP BC

IQXEXPT SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RS_REFRESH_FROM_SELECTOPTIONS 0 | call function 'RS_REFRESH_FROM_SELECTOPTIONS' 0 | exporting curr_report = sy-repid 0 | tables selection_table = %seltab 0 | exceptions others = 1.

SELECT_OPTIONS_RESTRICT 0 | call function 'SELECT_OPTIONS_RESTRICT' 0 | exporting program = sy-cprog 0 | restriction = %restrict.

RS_REFRESH_FROM_SELECTOPTIONS 0 | call function 'RS_REFRESH_FROM_SELECTOPTIONS' 0 | exporting curr_report = sy-repid 0 | tables selection_table = %seltab 0 | exceptions others = 1.

RSAQ_DECODE_REPORT_NAME 4 | call function 'RSAQ_DECODE_REPORT_NAME' 4 | exporting reportname = %gcprog1 4 | importing workspace = %workspace 4 | usergroup = %usergroup 4 | query = %query_old 4 | client = %client 4 | exceptions others = 1.

IQAPI_BUILD_NEW_QUERY_NAME 4 | call function 'IQAPI_BUILD_NEW_QUERY_NAME' 4 | exporting workspace = %workspace 4 | old_usergroup = %usergroup 4 | old_query = %query_old 4 | importing new_query = %query_new.

IQAPI_QUERY_CONTENT 4 | call function 'IQAPI_QUERY_CONTENT' 4 | exporting query = %query_new 4 | importing fieldlist = %t_qfield 4 | exceptions others = 1.

RSFH_GET_DATA_SIMPLE 4 | call function 'RSFH_GET_DATA_SIMPLE' 4 | exporting i_requnr = %reqnr 4 | i_osource = '#1' 4 | i_maxsize = %maxsize 4 | i_maxfetch = %maxfetch 4 | i_quiet = 'X' 4 | tables i_t_select = %t_select 4 | i_t_field = %t_field 4 | e_t_data = %t_data 4 | exceptions generation_error = 1 4 | interface_table_error = 2 4 | metadata_error = 3 4 | error_passed_to_mess_handler = 4 4 | no_authority = 5 4 | others = 6.



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