SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

RFEWA001 SAP ABAP Report - FI <-> Company Code Analysis (Without Status)







RFEWA001 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 RFEWA001 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 RFEWA001. "Basic submit
SUBMIT RFEWA001 AND RETURN. "Return to original report after report execution complete
SUBMIT RFEWA001 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_PAKET = Changeover package
Selection Text: P_WAERS = Currencies to be converted
Title: FI <-> Company Code Analysis (Without Status)
Text Symbol: E01 = Entry not found in EWUORG:
Text Symbol: E02 = Currency wrong in EWUORG:


INCLUDES used within this REPORT RFEWA001

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:

FI_EWU_CONVERTED_COMPANYCODES CALL FUNCTION 'FI_EWU_CONVERTED_COMPANYCODES' EXPORTING P_PAKET = P_PAKET P_10 = 'X' P_W2 = 'X' P_W3 = 'X' P_11 = 'X' P_LW = 'X' TABLES T_BUKRS = T_BUKRS EXCEPTIONS OTHERS = 1.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RFEWA001' I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' I_TABNAME = 'T_BUKRS' IT_FIELDCAT = T_FIELD_CAT TABLES T_OUTTAB = T_BUKRS EXCEPTIONS OTHERS = 1.

K_MESSAGE_TRANSFORM CALL FUNCTION 'K_MESSAGE_TRANSFORM' EXPORTING PAR_MSGID = T_MSG-MSGID PAR_MSGNO = T_MSG-MSGNO PAR_MSGTY = T_MSG-MSGTY PAR_MSGV1 = T_MSG-MSGV1 PAR_MSGV2 = T_MSG-MSGV2 PAR_MSGV3 = T_MSG-MSGV3 PAR_MSGV4 = T_MSG-MSGV4 IMPORTING PAR_MSGTX = P_TEXT EXCEPTIONS NO_MESSAGE_FOUND = 1 PAR_MSGID_MISSING = 2 PAR_MSGNO_MISSING = 3 PAR_MSGTY_MISSING = 4 OTHERS = 5.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = 'EWUFIBUKRS' WITHTEXT = ' ' TABLES FIELDTAB = T_FIELDS EXCEPTIONS INTERNAL_ERROR = 1 NO_TEXTS_FOUND = 2 TABLE_HAS_NO_FIELDS = 3 TABLE_NOT_ACTIV = 4 OTHERS = 5.



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