SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RFTR_TEX_EXP_CTY_SPLIT_F01 SAP ABAP INCLUDE - Include RFTR_TEX_EXP_CTY_SPLIT_F01







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


Text pool values


Title: Include RFTR_TEX_EXP_CTY_SPLIT_F01


INCLUDES used within this REPORT RFTR_TEX_EXP_CTY_SPLIT_F01

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 icon_button_2 = ' ' default_button = '1' display_cancel_button = 'X' userdefined_f1_help = ' ' start_column = lv_start_coloumn start_row = lv_start_row IMPORTING answer = cv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-006 text_button_1 = text-003 text_button_2 = text-004 display_cancel_button = 'X' start_column = lv_start_coloumn start_row = lv_start_row IMPORTING answer = cv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.

ENQUEUE_E_TEX_CTY_SPLIT CALL FUNCTION 'ENQUEUE_E_TEX_CTY_SPLIT' EXPORTING mode_text_cty_split = 'E' mandt = sy-mandt master_cty = uv_master_cty x_master_cty = ' ' x_component_cty = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_TEX_CTY_SPLIT CALL FUNCTION 'DEQUEUE_E_TEX_CTY_SPLIT' EXPORTING mode_text_cty_split = 'E' mandt = sy-mandt master_cty = uv_master_cty x_master_cty = ' ' x_component_cty = ' ' _scope = '3' _synchron = ' ' _collect = ' '.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'COMMODITY_ID' pvalkey = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'TEXT_CTY_SPLIT-MASTER_CTY' value_org = 'S' multiple_choice = ' ' display = ' ' callback_program = sy-repid TABLES value_tab = gt_trcot_cty_master field_tab = l_tab_dflies return_tab = l_tab_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_tab_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'COMMODITY_ID' pvalkey = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'TEXT_CTY_SPLIT-MASTER_CTY' value_org = 'S' multiple_choice = ' ' display = lv_shlp_disp callback_program = sy-repid TABLES value_tab = gt_trcot_cty_master field_tab = l_tab_dflies return_tab = l_tab_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING no_value_check = 'X' popup_title = lv_popup_title start_column = '5' start_row = '5' IMPORTING returncode = lv_returncode TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat TABLES t_outtab = gt_cty_main EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat TABLES t_outtab = lt_text_cty_split EXCEPTIONS program_error = 1 OTHERS = 2 .



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