SAP Reports / Programs

RTXWCF01 SAP ABAP Report - This report is outdated. (Extract data)







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

FTWA - Extract data


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 RTXWCF01. "Basic submit
SUBMIT RTXWCF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWCF01 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_ALL_MD = or store all MD
Selection Text: P_CP_AM = D Asset documents (AM)
Selection Text: P_CP_BI = D Billing documents (SD)
Selection Text: P_CP_CF = D Reconciliation FI/CO
Selection Text: P_CP_CO = D Controlling documents (CO)
Selection Text: P_CP_DL = D Delivery documents (SD)
Selection Text: P_CP_EX = D Extract customer-defined data
Selection Text: P_CP_FI = D Finance documents (FI)
Selection Text: P_CP_JV = D Joint Venture Accounting maste
Selection Text: P_CP_MM = D Material documents (MM)
Selection Text: P_CP_PO = D Purchase orders (MM)
Selection Text: P_CP_SD = D Sales documents (SD)
Selection Text: P_FILE = D Data file name
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_MAXDOC = D Maximum number of documents
Selection Text: P_SKB1 =
Selection Text: P_TARCH =
Selection Text: P_TEXT = D Description
Selection Text: P_TRA_MD = Store MD transaction dependent
Selection Text: P_VOLSET = D Directory set
Selection Text: P_XCHKS = D Calculate data checksums
Selection Text: P_XCMPR = D Compress data
Selection Text: S_AFABE = D Depreciation area
Selection Text: S_BLART = D Document type
Selection Text: S_BUKRS = D Company Code
Selection Text: S_MONAT = D Posting Period
Title: This report is outdated. (Extract data)
Text Symbol: R47 = Help for specfic master data segment selection
Text Symbol: R46 = Select individual master data segments
Text Symbol: R45 = Standard profit center hierarchies
Text Symbol: R44 = Standard cost center hierarchies
Text Symbol: 001 = Results for your selection
Text Symbol: 006 = Execution time (hh:mm:ss)
Text Symbol: 010 = Description
Text Symbol: 011 = Enter note for data file
Text Symbol: 020 = Check for open periods
Text Symbol: 021 = Revise selection
Text Symbol: B01 = Selection criteria





Text Symbol: B02 = Transaction data
Text Symbol: B03 = Master data
Text Symbol: B04 = Other data
Text Symbol: B05 = Data file
Text Symbol: B06 = Customer added data
Text Symbol: B11 = General
Text Symbol: B12 = Asset documents (AM)
Text Symbol: PAM = Asset documents (AM)
Text Symbol: PBI = Billing documents (SD)
Text Symbol: PCF = Reconciliation FI/CO
Text Symbol: PCO = Controlling documents (CO)
Text Symbol: PDL = Delivery documents (SD)
Text Symbol: PEX = Extract customer-defined data sources
Text Symbol: PFI = Finance documents (FI)
Text Symbol: PJV = Joint Venture Accounting master data
Text Symbol: PMM = Material documents (MM)
Text Symbol: PPO = Purchase orders (MM)
Text Symbol: PSD = Sales documents (SD)
Text Symbol: PSU = Sales and use tax data
Text Symbol: PTA = Include data retrieved from archives
Text Symbol: R41 = Select transaction dependent
Text Symbol: R42 = Select all
Text Symbol: R43 = Company code dependent G/L account master


INCLUDES used within this REPORT RTXWCF01

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:

SELECT_OPTIONS_RESTRICT * CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' * EXPORTING * restriction = restrict * EXCEPTIONS * OTHERS = 0.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = 'ICON_CREATE_NOTE' ** add_stdinf = space * IMPORTING * RESULT = pb_notenew.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = 'ICON_ANNOTATION' * add_stdinf = space * IMPORTING * RESULT = pb_notechg.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = 'ICON_DISPLAY_MORE' * add_stdinf = space * IMPORTING * RESULT = pb_change.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = 'ICON_ENTER_MORE' * add_stdinf = space * IMPORTING * RESULT = pb_new.

TXW_GLOBAL_PARAMETER_GET * CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' * EXPORTING * parm_name = 'X_COMPRESS' * IMPORTING * parm_value = p_xcmpr.

TXW_GLOBAL_PARAMETER_GET





* CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' * EXPORTING * parm_name = 'X_CHECKSUM' * IMPORTING * parm_value = p_xchks.

TXW_GLOBAL_PARAMETER_GET * CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' * EXPORTING * parm_name = 'X_MAX_DOCS' * IMPORTING * parm_value = x_max_docs.

TXW_GLOBAL_PARAMETER_GET * CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' * EXPORTING * parm_name = 'X_DOC_TYPES' * IMPORTING * parm_value = x_doc_types.

TXW_GLOBAL_PARAMETER_GET * CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' * EXPORTING * parm_name = 'TPARMS' * IMPORTING * parm_value = txw_tparms.

TXW_GLOBAL_PARAMETER_GET * CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' * EXPORTING * parm_name = 'X_ISO9660' * IMPORTING * parm_value = x_iso9660.

TXW_DATA_FILE_VALUE_HELP ** CALL FUNCTION 'TXW_DATA_FILE_VALUE_HELP' ** IMPORTING ** data_file = p_file ** EXCEPTIONS ** canceled = 1 ** OTHERS = 2.

TXW_EXTRACT_WRITE_INIT * CALL FUNCTION 'TXW_EXTRACT_WRITE_INIT' * EXPORTING * file_name = p_file * fiscal_year = p_gjahr * description = p_text * prog_name = repid * flag_compress = p_xcmpr * flag_checksum = p_xchks * voldir_set = p_volset * test_only = 'X' * TABLES * sel_company_code = s_bukrs * sel_period = s_monat * sel_cust = s_cust.

TXW_TEXTNOTE_EDIT * CALL FUNCTION 'TXW_TEXTNOTE_EDIT' ** EXPORTING ** EDIT_MODE = 'X' * TABLES * t_txwnote = itxw_note.

TXW_UUID_CONVERT_CHECK * CALL FUNCTION 'TXW_UUID_CONVERT_CHECK'.

POPUP_DISPLAY_TEXT * CALL FUNCTION 'POPUP_DISPLAY_TEXT' * EXPORTING * popup_title = text-r47 * text_object = ca_gtf_drt_cf01.

TXW_EXTRACT_WRITE_INIT * CALL FUNCTION 'TXW_EXTRACT_WRITE_INIT' * EXPORTING * file_name = p_file * fiscal_year = p_gjahr * description = p_text * prog_name = repid * flag_compress = p_xcmpr * flag_checksum = p_xchks * print_log = 'X' * flag_user_exit_2 = p_cp_ex * voldir_set = p_volset * TABLES * t_txw_note = itxw_note * sel_company_code = s_bukrs * sel_period = s_monat * sel_cust = s_cust. "set to txw2 memory

TXW_TEMP_STORAGE_LOCK * CALL FUNCTION 'TXW_TEMP_STORAGE_LOCK'.

TXW_TEMP_STORAGE_DELETE * CALL FUNCTION 'TXW_TEMP_STORAGE_DELETE'.

TXW_GLOBAL_SETTINGS * CALL FUNCTION 'TXW_GLOBAL_SETTINGS' * EXPORTING * max_indx_records = p_record * fiscal_year = p_gjahr * store_master_data = w_master * read_skb1 = p_skb1 * include_archive = p_tarch * max_docs = p_maxdoc * tparms = txw_tparms * country_code = 'US' * TABLES * s_bukrs = s_bukrs * s_monat = s_monat * s_blart = s_blart * s_afabe = s_afabe * s_incl = s_incl.

TXW_PROCESS_FI * CALL FUNCTION 'TXW_PROCESS_FI' * EXPORTING * store_fi_trans = p_cp_fi.

TXW_PROCESS_CO * CALL FUNCTION 'TXW_PROCESS_CO'.

TXW_PROCESS_CF * CALL FUNCTION 'TXW_PROCESS_CF'.

TXW_PROCESS_AM * CALL FUNCTION 'TXW_PROCESS_AM'.

TXW_PROCESS_MM * CALL FUNCTION 'TXW_PROCESS_MM'.

TXW_PROCESS_PO * CALL FUNCTION 'TXW_PROCESS_PO'.




TXW_PROCESS_BI * CALL FUNCTION 'TXW_PROCESS_BI'.

TXW_PROCESS_SD * CALL FUNCTION 'TXW_PROCESS_SD'.

TXW_PROCESS_DL * CALL FUNCTION 'TXW_PROCESS_DL'.

TXW_PROCESS_PA * CALL FUNCTION 'TXW_PROCESS_PA' * EXPORTING * cp_dl = p_cp_dl * cp_sd = p_cp_sd * cp_bi = p_cp_bi.

TXW_PROCESS_SU * CALL FUNCTION 'TXW_PROCESS_SU'.

TXW_CLEAR_UP_PO * CALL FUNCTION 'TXW_CLEAR_UP_PO'.

TXW_CLEAR_UP_PA * CALL FUNCTION 'TXW_CLEAR_UP_PA'.

TXW_EXTRACT_GLOBAL_DATA * CALL FUNCTION 'TXW_EXTRACT_GLOBAL_DATA' * EXPORTING * p_cchier = p_cchier * p_pchier = p_pchier.

TXW_EXTRACT_TRANS_DEP_MD * CALL FUNCTION 'TXW_EXTRACT_TRANS_DEP_MD'.

TXW_EXTRACT_INDEPENDENT_MD * CALL FUNCTION 'TXW_EXTRACT_INDEPENDENT_MD'.

TXW_EXTRACT_AM_MD * CALL FUNCTION 'TXW_EXTRACT_AM_MD'.

TXW_EXTRACT_CO_MD * CALL FUNCTION 'TXW_EXTRACT_CO_MD'.

TXW_EXTRACT_JV_MD * CALL FUNCTION 'TXW_EXTRACT_JV_MD'.

TXW_EXTRACT_LOGISTIC_MD * CALL FUNCTION 'TXW_EXTRACT_LOGISTIC_MD'.

TXW_EXTRACT_WRITE_CLOSE * CALL FUNCTION 'TXW_EXTRACT_WRITE_CLOSE'.

TXW_TEMP_STORAGE_DELETE * CALL FUNCTION 'TXW_TEMP_STORAGE_DELETE'.

TXW_TEMP_STORAGE_UNLOCK * CALL FUNCTION 'TXW_TEMP_STORAGE_UNLOCK'.

MESSAGES_INITIALIZE * CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE * CALL FUNCTION 'MESSAGE_STORE' * EXPORTING * arbgb = msgarbgb * msgty = msgtype * msgv1 = open_periods-bukrs * txtnr = '234'.

MESSAGES_STOP * CALL FUNCTION 'MESSAGES_STOP' * EXCEPTIONS * OTHERS = 0.

MESSAGES_SHOW * CALL FUNCTION 'MESSAGES_SHOW' * EXPORTING * show_linno = ' ' * object = text-020 * corrections_option = 'X' * corrections_func_text = text-021 * IMPORTING * corrections_wanted = flag_corr_wanted.

TXW_CREATE_SEGLIST * CALL FUNCTION 'TXW_CREATE_SEGLIST' * EXPORTING * country_key = t001-land1.

TXW_CHECK_SEGLIST * CALL FUNCTION 'TXW_CHECK_SEGLIST' * EXPORTING * segmentname = t_txw_c_strc-exp_struct * IMPORTING * subrc = subrc.

RS_REFRESH_FROM_SELECTOPTIONS * CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' * EXPORTING * curr_report = repid * TABLES * selection_table = irsparams.



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