SAP Reports / Programs

RJVSIVTMNG SAP ABAP Report - Quantity comparison SD delivery<->AM order for AI distribution







RJVSIVTMNG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RJVSIVTMNG enables you to compare M/SD delivery quantities and M/AM order quantities for ad insert distribution...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 RJVSIVTMNG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JVVV - IS-M: Qty Comp.SD/AM AI Distribution


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 RJVSIVTMNG. "Basic submit
SUBMIT RJVSIVTMNG AND RETURN. "Return to original report after report execution complete
SUBMIT RJVSIVTMNG 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: WERK = Plant
Selection Text: SI_NR = Ad insert number
Selection Text: P_PROZ = Percentage excess
Selection Text: P_EDAT = Distribution date
Title: Quantity comparison SD delivery<->AM order for AI distribution
Text Symbol: 007 = Parameters for controlling qty comparison
Text Symbol: 008 = Ad inserts from worklist for quantity correction
Text Symbol: 009 = Minimum deviation in delivery quantity (%)
Text Symbol: 010 = Display worklist
Text Symbol: 011 = Edit worklist
Text Symbol: 013 = AI sh.text
Text Symbol: 001 = Delivery qty
Text Symbol: 002 = Order qty
Text Symbol: 003 = Distribution with ad insert order is not active in the system.
Text Symbol: 004 = This function cannot be executed in the system.
Text Symbol: 005 = Product
Text Symbol: 006 = Worklist
Text Symbol: 200 = No worklist found for selection
Text Symbol: 017 = Over
Text Symbol: 018 = Under
Text Symbol: 100 = Display quantity comparison SD delivery<->AM order for AI distribution
Text Symbol: 101 = Edit quantity comparison SD delivery<->AM order for AI distribution
Text Symbol: 117 = (Over)
Text Symbol: 118 = (Under)


INCLUDES used within this REPORT RJVSIVTMNG

INCLUDE MJ000TAL.
INCLUDE MJY00T05.
INCLUDE MJD00T03.
INCLUDE MJD00T04.
INCLUDE MJD00T05.
INCLUDE MJD00TS2.
INCLUDE MJV00T07.
INCLUDE MJV00T10.


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:

ISM_JVTSIMNG_QUANTITY_DELTA CALL FUNCTION 'ISM_JVTSIMNG_QUANTITY_DELTA' EXPORTING LIEFERMENGE_IN = H_SIVTMNG_DB_TAB-LIEFERMENGE_VT AUFTRAGSMENGE_IN = H_SIVTMNG_DB_TAB-AUFTRAGSMENGE_VT IMPORTING DIFF_MENGE_OUT = SIVTMNG_PLUS_TAB-DIFF_MENGE DIFF_PROZ_OUT = SIVTMNG_PLUS_TAB-DIFF_PROZ EXCEPTIONS OTHERS = 1.

ISM_JVTSIVTMNG_READ CALL FUNCTION 'ISM_JVTSIVTMNG_READ' EXPORTING DIFF_PROZ_IN = H_PROZ TABLES SI_TAB_IN = SI_TAB SI_TAB_OUT = SI_TAB_SELMNG SIVTMNG_TAB_OUT = SIVTMNG_PLUS_TAB SIVTMNG_DB_TAB_OUT = SIVTMNG_DB_TAB RANGE_WERK_IN = WERK EXCEPTIONS OTHERS = 1.

ISM_JVTSIMNG_QUANTITY_DELTA CALL FUNCTION 'ISM_JVTSIMNG_QUANTITY_DELTA' EXPORTING LIEFERMENGE_IN = SIVTMNG_MEM_TAB-LIEFERMENGE_VT AUFTRAGSMENGE_IN = SIVTMNG_MEM_TAB-AUFTRAGSMENGE_VT IMPORTING DIFF_MENGE_OUT = SIVTMNG_PLUS_TAB-DIFF_MENGE DIFF_PROZ_OUT = SIVTMNG_PLUS_TAB-DIFF_PROZ EXCEPTIONS OTHERS = 1.

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = FIELDNAME IMPORTING LEN_FIELD = FELD_LAENGE LEN_HEADER = LAENGE_SCHL_WORT_HEADER LEN_LONG = LAENGE_SCHL_WORT_LANG LEN_MIDLE = LAENGE_SCHL_WORT_MITTEL LEN_SHORT = LAENGE_SCHL_WORT_KURZ TEXT_HEADER = UEBERSCHRIFT TEXT_LONG = SCHL_WORT_LANG TEXT_MIDLE = SCHL_WORT_MITTEL TEXT_SHORT = SCHL_WORT_KURZ EXCEPTIONS NOT_FOUND = 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 RJVSIVTMNG or its description.