RV16NCHD 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 RV16NCHD 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: SO-AG = D Sales deal
Selection Text: SO-BO = D Rebate agreements
Selection Text: SO-DATAB = D Valid from
Selection Text: SO-DATBI = D Valid to
Selection Text: SO-KOTAB = D Table
Selection Text: SO-KSCHL = D Condition type
Selection Text: SO-PI = D Promotion
Selection Text: SO_DATE = D Date
Selection Text: SO_KNUMH = D Cond.record no.
Selection Text: SO_TCODE = D Transaction code
Selection Text: SO_TIME = D Time
Selection Text: SO_USER = D Name
Title: Display free goods change documents
Text Symbol: I01 = Please enter additional condition data red.
Text Symbol: I02 = Please enter select options criteria
Text Symbol: S01 = SELECTION CRITERIA - CHANGE DATA
Text Symbol: S02 = SELECTION CRITERIA - CONDITION DATA
Text Symbol: S03 = DISPLY CRITERIA
Text Symbol: S04 = Detailed display
No SAP DATABASE tables are accessed within this REPORT code!
SD_NATRAB_CHANGE_DOCS_LOAD CALL FUNCTION 'SD_NATRAB_CHANGE_DOCS_LOAD' EXPORTING NRREPORT = REPORT COND_DATA_ENTERED = COND_DATA_ENTERED CHANGE_DATA_ENTERED = CHANGE_DATA_ENTERED SELECTION_SCREEN_FLAG = SELECTION_SCREEN_FLAG 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_NATRAB_CHANGE_DOCS_DISPLAY CALL FUNCTION 'SD_NATRAB_CHANGE_DOCS_DISPLAY' EXPORTING UCOMM = SY-UCOMM 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.
RV16NCHD - Display free goods change documents RV16NCHD - Display free goods change documents 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