REDEREG_INV_DOC_RESET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to reset the status of the following documents: You can set grid usage bills to status
If you would like to execute this report or see the full code listing simply enter REDEREG_INV_DOC_RESET 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: PA_UPD = Reset Documents
Selection Text: PA_XSIMU = Simulation
Selection Text: PA_LIMIT = D .
Selection Text: SO_DCBPT = D .
Selection Text: SO_DCDAT = D .
Selection Text: SO_DCEXT = D .
Selection Text: SO_DCSTA = D .
Selection Text: SO_DCTYP = D .
Selection Text: SO_DOCNR = D .
Title: Reset Ended Bill Receipt Documents
Text Symbol: F01 = Doc. No.
Text Symbol: F02 = Internal Business Partner and Bill Date
Text Symbol: F03 = External Bill Number
Text Symbol: F04 = Further Selections
Text Symbol: F05 = Maximum Number of Documents
Text Symbol: F06 = Execution
Text Symbol: N01 = Number of Reset Documents:
Text Symbol: N02 = Number of Documents That Can Be Reset:
Text Symbol: N03 = No Documents Found That Can Be Reset
INCLUDE REDEREG_INV_DOC_RESET_TOP . " GLOBAL DATA
INCLUDE REDEREG_INV_DOC_RESET_F01 . " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REDEREG_INV_DOC_RESET - Reset Ended Bill Receipt Documents REDEREG_INV_DOC_RESET - Reset Ended Bill Receipt Documents REDEREG_FILL_DB_FOR_REVTOP - REDEREGFILLDBFORREVTOP REDEREG_FILL_DB_FOR_REV01 - REDEREGFILLDBFORREV01 REDEREG_FILL_DB_FOR_REV - Reversal: Data Transfer from Z-Table to Standard Table REDEREG_FILL_DB_FOR_REV - Reversal: Data Transfer from Z-Table to Standard Table