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
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.
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RACORR07 - Delete ANEK/ANEP/ANEA with certain current numbers RACORR07 - Delete ANEK/ANEP/ANEA with certain current numbers RACORR06 - Change posting line in line items RACORR06 - Change posting line in line items RACORR05A - Generate Line Items/Adjustment Amount in Line Items (= RAANEPCR) RACORR05A - Generate Line Items/Adjustment Amount in Line Items (= RAANEPCR)