SAP Reports / Programs | Financial Accounting | Accounts Receivable | Basic Functions(FI-AR-AR) SAP FI

RFXABL00 SAP ABAP INCLUDE - Display Changes: Intercompany Routines







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


Text pool values


Title: Display Changes: Intercompany Routines


INCLUDES used within this REPORT RFXABL00

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:

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING objectclass = lt_cdhdr_obj-objectclas objectid = lt_cdhdr_obj-objectid username = usrname time_of_change = uhrzeit date_of_change = low_datum date_until = datum-high TABLES i_cdhdr = icdhdr EXCEPTIONS no_position_found = 1 OTHERS = 2.

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = icdhdr-changenr IMPORTING header = cdhdr TABLES editpos = helpcdpos EXCEPTIONS no_position_found = 1 OTHERS = 2.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = ls_msgtab.

FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS no_message = 01.

FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.

FI_MESSAGES_ALV CALL FUNCTION 'FI_MESSAGES_ALV' EXPORTING i_headline = text-f00 is_layout = ls_layout.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = dd03p_tab.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = space i_user = sy-uname i_program = sy-repid IMPORTING e_return = cd_tpc_check EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = ls_bukrs-bukrs i_user = sy-uname i_program = sy-repid i_from_date = datum-low i_to_date = datum-high EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

CA_WRITE_LOG CALL FUNCTION 'CA_WRITE_LOG' EXPORTING i_program = sy-repid EXCEPTIONS OTHERS = 0.

FI_TECH_ACCNO_CHECK CALL FUNCTION 'FI_TECH_ACCNO_CHECK' EXPORTING i_bankn = l_bankn18 IMPORTING e_xtech = l_xtech.

READ_IBAN_INT CALL FUNCTION 'READ_IBAN_INT' EXPORTING i_banks = wa_tiban-banks i_bankl = wa_tiban-bankl i_bankn = wa_tiban-bankn i_bkont = wa_tiban-bkont IMPORTING e_iban_wa = wa_tiban.

CONVERT_BANK_ACCOUNT_NUMBER CALL FUNCTION 'CONVERT_BANK_ACCOUNT_NUMBER' EXPORTING i_banks = wa_bankey-banks i_bankk = wa_bankey-bankl i_bankn = wa_bankey-bankn i_bkont = wa_bankey-bkont i_bkref = wa_bankey-bkref IMPORTING e_bankn_long = l_bankn35 e_bkont = l_bkont.



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