RV16ACHD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used for the display of change documents for condition records...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 RV16ACHD 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: P_DRILL = Detailed display
Selection Text: P_KDELE = only physically deleted recs
Selection Text: P_NEW = New Output (Long VAKEY)
Selection Text: SO-AG = D .
Selection Text: SO-BO = D .
Selection Text: SO-DATAB = D .
Selection Text: SO-DATBI = D .
Selection Text: SO-KOTAB = D .
Selection Text: SO-KSCHL = D .
Selection Text: SO-PI = D .
Selection Text: SO_DATE = D .
Selection Text: SO_TCODE = D .
Selection Text: SO_TIME = D .
Selection Text: SO_USER = D .
Title: Change documents for conditions
Text Symbol: I01 = Please enter additional condition data red.
Text Symbol: I02 = Please enter selection criteria
Text Symbol: S01 = Selection criteria - change data
Text Symbol: S02 = Selection criteria - condition data
Text Symbol: S03 = Display Options
Text Symbol: S04 = Detailed display
No SAP DATABASE tables are accessed within this REPORT code!
SD_CONDITION_CHANGE_DOCS_LOAD CALL FUNCTION 'SD_CONDITION_CHANGE_DOCS_LOAD' EXPORTING REPORT = REPORT COND_DATA_ENTERED = COND_DATA_ENTERED CHANGE_DATA_ENTERED = CHANGE_DATA_ENTERED SELECTION_SCREEN_FLAG = SELECTION_SCREEN_FLAG ONLY_DELETED_RECORDS = P_KDELE NEW_DISPLAY = P_NEW TABLES SO_KNUMH = SO_KNUMH SO_DATE = SO_DATE SO_TIME = SO_TIME SO_USER = SO_USER SO_TCODE = SO_TCODE EXCEPTIONS OTHERS = 1.
SD_CONDITION_CHANGE_DOCS_DISPL CALL FUNCTION 'SD_CONDITION_CHANGE_DOCS_DISPL' EXPORTING UCOMM = SY-UCOMM NEW_DISPLAY = P_NEW 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.
RV16ACHD - Change documents for conditions RV16ACHD - Change documents for conditions RV15F001 - Reorganization of Condition Indices for Condition Records RV15F001 - Reorganization of Condition Indices for Condition Records RV15CISS - Copying Conditions : Include RV15CISO - Copying Conditions : Include Forms