SAP Reports / Programs

RACORR07 SAP ABAP Report - Delete ANEK/ANEP/ANEA with certain current numbers







RACORR07 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 RACORR07 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 RACORR07. "Basic submit
SUBMIT RACORR07 AND RETURN. "Return to original report after report execution complete
SUBMIT RACORR07 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: TESTRUN = Test Run
Title: Delete ANEK/ANEP/ANEA with certain current numbers
Text Symbol: T06 = No database changes are made in test mode!
Text Symbol: T05 = Choose sequential number of transaction:
Text Symbol: T04 = Choose a fiscal year:
Text Symbol: T03 = Choose an asset:
Text Symbol: T02 = Choose a company code:
Text Symbol: T01 = Delete ANEK/ANEP/ANEA with Certain Sequential Number
Text Symbol: A12 = was(were) deleted during an update run.
Text Symbol: A11 = was(were) deleted!
Text Symbol: A10 = Entries in Table
Text Symbol: A09 = Entry in Table
Text Symbol: A08 = Amount Posted
Text Symbol: A07 = Trans. Type
Text Symbol: A06 = Doc. Number
Text Symbol: A05 = Sequential Number(s)
Text Symbol: A04 = Area
Text Symbol: A03 = Fiscal Year
Text Symbol: A02 = Asset
Text Symbol: A01 = Company Code
Text Symbol: 009 = No line items deleted.
Text Symbol: 008 = Summary
Text Symbol: 006 = UPDATE RUN:
Text Symbol: 005 = TEST RUN:
Text Symbol: 004 = Error occurred when deleting!
Text Symbol: 003 = Processing terminate, no data deleted!
Text Symbol: 002 = No document (ANEK) found for selection.
Text Symbol: 001 = No line items (ANEP) exist for document.


INCLUDES used within this REPORT RACORR07

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:

ASSET_NUMBER_CONVERT CALL FUNCTION 'ASSET_NUMBER_CONVERT' EXPORTING i_bukrs = -bukrs i_anln1 = -anln1 i_anln2 = -anln2 IMPORTING e_asset = ld_asset_no.

ASSET_NUMBER_CONVERT CALL FUNCTION 'ASSET_NUMBER_CONVERT' EXPORTING i_bukrs = -bukrs i_anln1 = -anln1 i_anln2 = -anln2 IMPORTING e_asset = ld_asset_no.

ASSET_NUMBER_CONVERT CALL FUNCTION 'ASSET_NUMBER_CONVERT' EXPORTING i_bukrs = -bukrs i_anln1 = -anln1 i_anln2 = -anln2 IMPORTING e_asset = ld_asset_no.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = '00' msgty = i_type msgv1 = i_text txtnr = '208'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING reset = 'X' IMPORTING e_identification = gd_ident.

MESSAGES_SAVE CALL FUNCTION 'MESSAGES_SAVE' EXPORTING i_balobject = con_balobject i_balsubobject = con_balsubobj i_identification = gd_ident IMPORTING e_log_handle = ld_log_handle EXCEPTIONS no_messages = 1 not_active = 2 program_error = 3 save_not_allowed = 4 wrong_identification = 5 OTHERS = 6.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXPORTING i_reset_identification = 'X' i_identification = gd_ident i_reset_messages = 'X' EXCEPTIONS OTHERS = 1.



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