SAP Reports / Programs

RFTI_TISCLU_QUERY_CALL SAP ABAP Report - Calling the Query CFM_CL_LIMAUS







RFTI_TISCLU_QUERY_CALL is a standard Executable ABAP Report 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 RFTI_TISCLU_QUERY_CALL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TISCLU - Credit Limit Utilization


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 RFTI_TISCLU_QUERY_CALL. "Basic submit
SUBMIT RFTI_TISCLU_QUERY_CALL AND RETURN. "Return to original report after report execution complete
SUBMIT RFTI_TISCLU_QUERY_CALL 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: P_QUERY = Query
Selection Text: P_UGROUP = User Group
Selection Text: P_VARI = Variant
Selection Text: P_WSID = Global Area
Title: Calling the Query CFM_CL_LIMAUS


INCLUDES used within this REPORT RFTI_TISCLU_QUERY_CALL

INCLUDE RSAQCOMC.
INCLUDE RSAQCOM1.


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:

RSAQ_CREATE_QUERY_REPORT * call function 'RSAQ_CREATE_QUERY_REPORT' * exporting workspace = act_workspace * usergroup = p_ugroup * query = p_query * importing reportname = l_report * std_variant = l_variant * exceptions no_usergroup = 1 * no_query = 2 * query_locked = 3 * generation_cancelled = 4 * others = 5.

RSAQ_SUBMIT_QUERY_REPORT * call function 'RSAQ_SUBMIT_QUERY_REPORT' * exporting queryreport = l_report * variante = l_variant * exceptions only_with_variant = 1 * variant_not_exist = 2 * others = 3.

RSAQ_QUERY_CALL * call function 'RSAQ_QUERY_CALL' * exporting workspace = act_workspace * query = p_query * usergroup = p_ugroup * variant = p_vari * skip_selscreen = space * exceptions no_usergroup = 1 * no_query = 2 * query_locked = 3 * generation_cancelled = 4 * no_selection = 5 * no_variant = 6 * just_via_variant = 7 * no_submit_auth = 8 * no_data_selected = 9 * data_to_memory_not_possible = 10 * others = 11.

IQAPI_QCALL CALL FUNCTION 'IQAPI_QCALL' EXPORTING old_qid = qid variant = p_vari EXCEPTIONS OTHERS = 1.



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