SAP Reports / Programs

RTXWLS01 SAP ABAP Report - DART: List extract segments, fields, source tables







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

FTWW - List segment information


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 RTXWLS01. "Basic submit
SUBMIT RTXWLS01 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWLS01 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
Title: DART: List extract segments, fields, source tables
Text Symbol: 001 = Transaction data
Text Symbol: 002 = Master data
Text Symbol: 100 = Searching for customer added fields
Text Symbol: 110 = Reading structure definitions
Text Symbol: H01 = Segment structures
Text Symbol: H02 = Source tables
Text Symbol: H03 = Customer added fields
Text Symbol: H11 = Source table
Text Symbol: H12 = Segment structure
Text Symbol: H13 = Customer include structure
Text Symbol: H14 = Customer added field
Text Symbol: H15 = Segment list of company code &
Text Symbol: P01 = Segment list depends on the country code of the comp. code


INCLUDES used within this REPORT RTXWLS01

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_COUNTRY_CODE CALL FUNCTION 'TXW_GET_COUNTRY_CODE' EXPORTING P_BUKRS = p_bukrs IMPORTING P_COUNTRY_CODE = g_country_code P_SUBRC = subrc.

TXW_CREATE_SEGLIST CALL FUNCTION 'TXW_CREATE_SEGLIST' EXPORTING COUNTRY_KEY = g_country_code.

TXW_CHECK_SEGLIST CALL FUNCTION 'TXW_CHECK_SEGLIST' EXPORTING SEGMENTNAME = t_txw_c_strc-exp_struct IMPORTING SUBRC = subrc.

TXW_CHECK_SEGLIST CALL FUNCTION 'TXW_CHECK_SEGLIST' EXPORTING SEGMENTNAME = txw_c_strc-exp_struct IMPORTING SUBRC = subrc.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text70.

TXW_CHECK_SEGLIST CALL FUNCTION 'TXW_CHECK_SEGLIST' EXPORTING SEGMENTNAME = txw_c_strc-exp_struct IMPORTING SUBRC = subrc.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text70.

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

DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING dokclass = 'DE' dokname = data_element EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text70.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = local_name langu = sy-langu TABLES dd03p_tab = t_struct_fields EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = ci_structure langu = sy-langu TABLES dd03p_tab = t_ci_fields.



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