SAP Reports / Programs

RV16ACHD SAP ABAP Report - Change documents for conditions







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


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 RV16ACHD. "Basic submit
SUBMIT RV16ACHD AND RETURN. "Return to original report after report execution complete
SUBMIT RV16ACHD 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: 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


INCLUDES used within this REPORT RV16ACHD

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_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.



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 RV16ACHD or its description.