RM06HL06 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes purchase requisitions without a document number or with a number in the form '# ...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 RM06HL06 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: NO_UPD = Without database update
Title: Correction Report for Requisitions with 'Temporary' Document Number
Text Symbol: 012 = Selected
Text Symbol: 011 = Entries
Text Symbol: 010 = Text
Text Symbol: 009 = Assigned
Text Symbol: 008 = Stock tfr
Text Symbol: 007 = Commitm.
Text Symbol: 006 = Item
Text Symbol: 005 = Header txt
Text Symbol: 004 = PReq. no.
Text Symbol: 003 = Selection list:
Text Symbol: 002 = See also OSS Note 100409!
Text Symbol: 001 = This will reset the commitment for these items.
Text Symbol: 000 = After database changes, please run report ZKOIDE0!
Text Symbol: 013 = Deleted
Text Symbol: 024 = Log:
Text Symbol: 023 = Specify the selected commitment-relevant requisitions as parameters.
Text Symbol: 022 = Please run report ZKAOIDE2. See OSS Note 334851.
Text Symbol: 021 = Deletion of reset commitment data records from table C00I:
Text Symbol: 020 = No requisitions could be selected!
Text Symbol: 019 = This report will not delete these!
Text Symbol: 018 = Caution! Service requisitions have been selected!
Text Symbol: 017 = Item texts
Text Symbol: 016 = Header texts
Text Symbol: 015 = Account assignments
Text Symbol: 014 = Stock transfer indexes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_TEXT call function 'SELECT_TEXT' exporting database_only = 'X' object = htext-tdobject name = htext-tdname id = htext-tdid importing entries = lf_entries exceptions others = 0.
DELETE_TEXT call function 'DELETE_TEXT' exporting id = htext-tdid language = htext-tdspras name = htext-tdname object = htext-tdobject savemode_direct = 'X' exceptions not_found = 1 others = 2.
SELECT_TEXT call function 'SELECT_TEXT' exporting database_only = 'X' object = htext-tdobject name = htext-tdname id = htext-tdid importing entries = lf_entries exceptions others = 0.
DELETE_TEXT call function 'DELETE_TEXT' exporting id = htext-tdid language = htext-tdspras name = htext-tdname object = htext-tdobject savemode_direct = 'X' exceptions not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06HL06 - Correction Report for Requisitions with 'Temporary' Document Number RM06HL06 - Correction Report for Requisitions with 'Temporary' Document Number RM06HL05 - Correction Report for Outl. Agreements in Which EKPO-BANFN is Missing RM06HL05 - Correction Report for Outl. Agreements in Which EKPO-BANFN is Missing RM06HL04 - General Correction Report: Ordering Statistics for Requisitions RM06HL04 - General Correction Report: Ordering Statistics for Requisitions