SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Accrual Engine(FI-GL-GL-ACE) SAP FI

ACE_LEGACY_DATA_DELETE_F10 SAP ABAP INCLUDE - ACELEGACYDATADELETEF10







ACE_LEGACY_DATA_DELETE_F10 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ACE_LEGACY_DATA_DELETE_F10 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 ACE_LEGACY_DATA_DELETE_F10. "Basic submit
SUBMIT ACE_LEGACY_DATA_DELETE_F10 AND RETURN. "Return to original report after report execution complete
SUBMIT ACE_LEGACY_DATA_DELETE_F10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ACE_LEGACY_DATA_DELETE_F10

INCLUDE ACE_MESSAGES_DISPLAY.
INCLUDE ACEPS_SEND_ALL_MESSAGES.
INCLUDE ACE_CHECK_ERROR_OCCURRED.
INCLUDE ACE_CHECK_ERROR_AND_UNLOCK.
INCLUDE ACE_LOCK_SET.
INCLUDE ACE_QUEUE.
INCLUDE ACE_MSG_TO_BAPIRET_CONVERT.
INCLUDE ACEPS_AUTHORITY_CHECK_RANGES.
INCLUDE ACE_CHECK_ACE_LOCKED.
INCLUDE ACEPS_COMPONENT_FILL.
INCLUDE ACE_CHECK_COMP_FILLED.
INCLUDE ACEPS_EXEC_USER_COMMAND.
INCLUDE ACEPS_REPORT_STATUS_SET.
INCLUDE ACEPS_COMMAND_EXEC.


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:

ACE_BUKRSRANGE_TO_BUKRS_CONV CALL FUNCTION 'ACE_BUKRSRANGE_TO_BUKRS_CONV' EXPORTING ID_COMP = ID_COMP IT_BUKRS_RANGE = IT_COMP_CODE_RANGE IMPORTING ET_BUKRS = LT_COMP_CODE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ACE_DATA_EXIST_CHECK CALL FUNCTION 'ACE_DATA_EXIST_CHECK' EXPORTING ID_COMP = ID_COMP IT_GENERIC_RANGES = LT_GENERIC_RANGES EXCEPTIONS DATA_FOUND = 1 OTHERS = 2.

ACEDS_TACEDS_LEGACYM_READ CALL FUNCTION 'ACEDS_TACEDS_LEGACYM_READ' EXPORTING ID_COMP = ID_COMP ID_BUKRS = IMPORTING ES_TACEDS_LEGACYM = LS_TACEDS_LEGACYM EXCEPTIONS NOT_FOUND = 0.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS NOT_ACTIVE = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING LINE_FROM = LC_MSG_POSITION LINE_TO = LC_MSG_POSITION.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'ACE' MSGTY = 'W' TXTNR = '408' ZEILE = LC_MSG_POSITION.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING LINE_FROM = LC_MSG_POSITION LINE_TO = LC_MSG_POSITION CORRECTIONS_OPTION = 'X' SHOW_LINNO = ' ' IMPORTING CORRECTIONS_WANTED = ED_CANCELLED E_EXIT_COMMAND = LD_EXIT_COMMAND.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING LINE_FROM = LC_MSG_POSITION LINE_TO = LC_MSG_POSITION.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP'.

ACE2_SYST_EVENTS_READ CALL FUNCTION 'ACE2_SYST_EVENTS_READ' EXPORTING ID_ACE_APPL = ACEC_APPL-ACE ID_COMP = ID_COMP ID_EVENT = ACEC_EVENT-DATA_DELETE IMPORTING ET_EVENT_FUNCTIONS = LT_EVENT_FUNCTIONS EXCEPTIONS NOT_FOUND = 0.

ACE_COMP_REFKEY_TABNAME_READ CALL FUNCTION 'ACE_COMP_REFKEY_TABNAME_READ' EXPORTING ID_COMP = ID_COMP IMPORTING ED_TABNAME = LD_REF_KEY_TABNAME EXCEPTIONS NOT_FOUND = 0.



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