SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Retention Tool(CA-GTF-DRT) SAP CA

RTXWCATF SAP ABAP Report - DART: Field Catalog







RTXWCATF 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 RTXWCATF 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

FTWCF - Field catalog


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 RTXWCATF. "Basic submit
SUBMIT RTXWCATF AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWCATF 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_BUKRS = D Company Code
Selection Text: S_SEG = D Segment Name
Title: DART: Field Catalog
Text Symbol: 001 = DART &1 Field catalog of company code &2
Text Symbol: P01 = Field catalog depends on the country code of the comp. code
Text Symbol: P02 = You can restrict the field catalog to certain segments


INCLUDES used within this REPORT RTXWCATF

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:

TXW_GET_IT_SEG_CAT CALL FUNCTION 'TXW_GET_IT_SEG_CAT' EXPORTING p_bukrs = p_bukrs TABLES pt_seg_cat = lt_seg_cat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RTXWCATF' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'ALVREP_USER_COMMAND' i_structure_name = 'TXW_FIELD_CAT' i_grid_title = l_title i_default = 'X' i_save = 'A' is_variant = l_disvariant TABLES t_outtab = lt_field_cat EXCEPTIONS program_error = 1 OTHERS = 2.

TXW_GET_TEXT_FROM_DDIC CALL FUNCTION 'TXW_GET_TEXT_FROM_DDIC' EXPORTING p_name = wa_seg_cat-segname IMPORTING p_text = l_ddtext EXCEPTIONS illegal_name = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_struct_name TABLES dfies_tab = p_fieldtab EXCEPTIONS OTHERS = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = p_struct_name langu = sy-langu TABLES dd03p_tab = p_tabinfo EXCEPTIONS OTHERS = 1.

TXW_GET_COUNTRY_CODE CALL FUNCTION 'TXW_GET_COUNTRY_CODE' EXPORTING p_bukrs = p_bukrs IMPORTING p_country_code = l_country_code p_subrc = l_subrc.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = p_value object_type = 'DT'.



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