SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJVNCZZ5 SAP ABAP Report - IS-M/SD: Netchange Problems: Netchange Per Order for Problems







RJVNCZZ5 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RJVNCZZ* reports should never be executed during normal operations...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 RJVNCZZ5 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 RJVNCZZ5. "Basic submit
SUBMIT RJVNCZZ5 AND RETURN. "Return to original report after report execution complete
SUBMIT RJVNCZZ5 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: VBELN = Include/Exclude Orders
Selection Text: TEST = Test Run
Title: IS-M/SD: Netchange Problems: Netchange Per Order for Problems
Text Symbol: 046 = =============> T --- E --- S --- T --------- R --- U --- N <==========
Text Symbol: 070 = The planning trigger is currently being processed.
Text Symbol: 071 = Therefore netchange per order cannot be started.
Text Symbol: 072 = The deliveries are currently being processed.
Text Symbol: 073 = A change number is currently being released.
Text Symbol: 006 = Error in RJVNETCH:
Text Symbol: 001 = All orders for which netchange records are currently available:
Text Symbol: 002 = (Please note any error messages at the end of this log
Text Symbol: 003 = or update cancellations that may have occurred).
Text Symbol: 004 = Netchange for Each Order
Text Symbol: 005 = The program is currently inactive
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 912 = Text
Text Symbol: 910 = Print Immediately
Text Symbol: 900 = Print specifications for netchange log per order:
Text Symbol: 904 = Number of Printouts
Text Symbol: 905 = Printer
Text Symbol: 906 = Delete After Print
Text Symbol: 907 = Retention Period


INCLUDES used within this REPORT RJVNCZZ5

No INCLUDES are used within this REPORT code!


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:

ISP_JVTANNSTAT_BY_NETCHANGE CALL FUNCTION 'ISP_JVTANNSTAT_BY_NETCHANGE'.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING DESTINATION = PRINTER COPIES = ANZCOPY LIST_NAME = 'LIS2' LIST_TEXT = DECKTXT IMMEDIATELY = SOFORT RELEASE = LOESCHN * NEW_LIST_ID = 'X' "TK22051996 NEW_LIST_ID = ' ' "TK22051996 EXPIRATION = VERWDAU LINE_SIZE = 79 LINE_COUNT = 23 LAYOUT = 'X_65_80' SAP_COVER_PAGE = DECKBL COVER_PAGE = ' ' RECEIVER = SY-UNAME DEPARTMENT = ' ' NO_DIALOG = 'X' IMPORTING OUT_PARAMETERS = PARAMS VALID = VALID.



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