SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICEURAA SAP ABAP INCLUDE - EC-CS: Status Management for the Euro Conversion







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


Text pool values


Title: EC-CS: Status Management for the Euro Conversion


INCLUDES used within this REPORT FICEURAA

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING COLLECT_AND_SEND = SPACE RESET = 'X'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = A_MSG-MSGID MSGTY = A_MSG-MSGTY MSGV1 = A_MSG-MSGV1 MSGV2 = A_MSG-MSGV2 MSGV3 = A_MSG-MSGV3 MSGV4 = A_MSG-MSGV4 TXTNR = A_MSG-MSGNO.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING CORRECTIONS_OPTION = ' ' OBJECT = ' ' SEND_IF_ONE = ' ' SHOW_LINNO = ' ' EXCEPTIONS NO_MESSAGES = 1.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '2' MSGTY = A_MSG-MSGTY LANGU = SY-LANGU MSGID = A_MSG-MSGID MSGNO = A_MSG-MSGNO NEWOBJ = ' ' MSGV1 = A_MSG-MSGV1 MSGV2 = A_MSG-MSGV2 MSGV3 = A_MSG-MSGV3 MSGV4 = A_MSG-MSGV4 EXCEPTIONS OTHERS = 1.

EWU_PROTOCOL_WRITE CALL FUNCTION 'EWU_PROTOCOL_WRITE' EXCEPTIONS ERROR_IN_FUNCTION_CALL = 1 TABLE_EMPTY = 2 SQL_ERROR = 3 WRONG_CALL = 4 OTHERS = 5.

GET_EUROCODES_CONVERSION_40 CALL FUNCTION 'GET_EUROCODES_CONVERSION_40' IMPORTING EUROWAERS = A_EWU-EUR_CUR EXCEPTIONS CUSTOMIZING_NOT_CONFIRMED = 1 OTHERS = 2.

EWU_PAKET_GET CALL FUNCTION 'EWU_PAKET_GET' IMPORTING PHASE = A_EWU-PHASE CHANGING PAKET = A_EWU-PAKET EXCEPTIONS ACTIVE_PAKET_NOT_FOUND = 1 OTHERS = 2.

EWU_AUTHORITY_CHECK CALL FUNCTION 'EWU_AUTHORITY_CHECK' EXCEPTIONS NO_PERMISSION = 1 OTHERS = 2.

EWU_STATUS_INITIALIZE CALL FUNCTION 'EWU_STATUS_INITIALIZE' EXPORTING PROGRAMM = A_EWU-PROGRAMM IMPORTING AUFSETZARG = A_EWU-RESTART EXCEPTIONS NO_PROGRAM_ENTRY = 1 WRONG_PHASE = 2 PRECESSOR_NOT_OK = 3 PROGRAM_ALREADY_STARTED = 4 PROGRAM_ALREADY_FINISHED = 5 NO_PAKET_ENTRY = 6 FOREIGN_LOCK = 7 SYSTEM_FAILURE = 8 ACTIVE_PAKET_NOT_FOUND = 9 OTHERS = 10.

EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING STATUS = A_EWU-STATUS AUFSETZARG = A_EWU-RESTART EXCEPTIONS NO_PAKET_ENTRY = 1 FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3 NO_PROGRAM_ENTRY = 4 WRONG_CALL = 5 ACTIVE_PAKET_NOT_FOUND = 6 UPDATE_DENIED = 7 OTHERS = 8.

FC_EURO_LIST CALL FUNCTION 'FC_EURO_LIST' EXPORTING E_DDICSTRUCT = V_DDNAME T_DISP = T_DISP T_TAB = IT_TAB[] E_TEXT = LD_TEXT CHANGING C_TAB = A_TAB EXCEPTIONS EXC_WRONG_CALL = 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 FICEURAA or its description.