SAP Reports / Programs

RTXXCATF SAP ABAP Report - DARTX: Field Catalog







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

DXCF - DARTX 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 RTXXCATF. "Basic submit
SUBMIT RTXXCATF AND RETURN. "Return to original report after report execution complete
SUBMIT RTXXCATF 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_APACK = D .
Selection Text: P_DATSET = D .
Selection Text: S_SEG = D .
Title: DARTX: Field Catalog
Text Symbol: 001 = DARTX &1: Field Catalog by SET Name
Text Symbol: P01 = Field Catalog by SET Name
Text Symbol: P02 = Restriction of Catalog by Segment Name


INCLUDES used within this REPORT RTXXCATF

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:

TXX_GET_IT_SEG_CAT CALL FUNCTION 'TXX_GET_IT_SEG_CAT' EXPORTING i_dataset_name = p_datset i_appl_pack = p_apack TABLES pt_seg_cat = lt_seg_cat.

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

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

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