SAP Reports / Programs | Sales and Distribution | Master Data | Conditions(SD-MD-CM) SAP SD

RV16NCHD SAP ABAP Report - Display free goods change documents







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RV16NCHD. "Basic submit
SUBMIT RV16NCHD AND RETURN. "Return to original report after report execution complete
SUBMIT RV16NCHD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RV16NCHD

INCLUDE: COMMCONS,
VAKEDATA.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RV16NCHD or its description.