SAP Reports / Programs | Cross-Application Components | General Application Functions | Object Dependencies(CA-GTF-DEP) SAP CA

RCUVWTF2 SAP ABAP Report - Use of Characteristic in Variant Tables and Variant Functions







RCUVWTF2 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 RCUVWTF2 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 RCUVWTF2. "Basic submit
SUBMIT RCUVWTF2 AND RETURN. "Return to original report after report execution complete
SUBMIT RCUVWTF2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Use of Characteristic in Variant Tables and Variant Functions
Text Symbol: 032 = No Use in Variant Functions
Text Symbol: 031 = No Use in Planning Tables
Text Symbol: 030 = No Use in Variant Tables
Text Symbol: 026 = Error Reading Characteristic
Text Symbol: 025 = Check Parameters 'REFTYP' und 'ATINN'
Text Symbol: 024 = Incomplete Entry
Text Symbol: 023 = Invalid Value for Parameter 'REFTYP'
Text Symbol: 022 = Does Not Exist
Text Symbol: 021 = The Variant Function with the Internal Number
Text Symbol: 020 = The Variant Table with the Internal Number
Text Symbol: 014 = Status
Text Symbol: 011 = Description
Text Symbol: 010 = Variant Table
Text Symbol: 009 = Variant Function
Text Symbol: 008 = Planning Table
Text Symbol: 007 = Charact.
Text Symbol: 004 = Status:
Text Symbol: 003 = Valid On:
Text Symbol: 002 = Page:


INCLUDES used within this REPORT RCUVWTF2

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:

CLEF_ECM_PROCESSOR_INIT * CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' * EXPORTING * I_FREE_MEMORY = ' ' * EXCEPTIONS * OTHERS = 0.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING * mode = 'CURRENT' no_dialog = 'X' LINE_SIZE = 132 LINE_COUNT = 65 LAYOUT = 'X_65_132' IMPORTING out_parameters = gv_pripar out_archive_parameters = gv_arcpar EXCEPTIONS others = 1.

CUTQ_SELECT_CUVTAB CALL FUNCTION 'CUTQ_SELECT_CUVTAB' EXPORTING table_number = lv_vtint bypassing_buffer = space IMPORTING table_header = lt_table_header EXCEPTIONS not_found = 1.

CUTQ_SELECT_CUVTAB_TX CALL FUNCTION 'CUTQ_SELECT_CUVTAB_TX' EXPORTING table_number = lv_vtint bypassing_buffer = space TABLES table_texts = lt_table_text EXCEPTIONS not_found = 0.

CUFS_SELECT_CUVFUN CALL FUNCTION 'CUFS_SELECT_CUVFUN' EXPORTING function_number = lv_vfint bypassing_buffer = space IMPORTING function_header = lt_function_header EXCEPTIONS not_found = 1.

CUFS_SELECT_CUVFUN_TX CALL FUNCTION 'CUFS_SELECT_CUVFUN_TX' EXPORTING function_number = lv_vfint bypassing_buffer = space TABLES function_texts = lt_function_text EXCEPTIONS not_found = 0.

SWY_TRANSACTION_EXISTS CALL FUNCTION 'SWY_TRANSACTION_EXISTS' "503656 EXPORTING "503656 transaction = lv_tcode "503656 EXCEPTIONS "503656 transaction_not_exists = 1. "503656

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING feature_id = atinn language = sy-langu key_date = datub IMPORTING ecabn = cabn ecabnt = cabnt EXCEPTIONS invalid_class_type = 1 missing_feature_information = 2 no_feature_found = 3 no_feature_valid = 4 no_language = 5 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 RCUVWTF2 or its description.