SAP Reports / Programs

RJVSIBLMNG SAP ABAP Report - Quantity Comparison SD Delivery<->AM Order for AI Inserts







RJVSIBLMNG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RJVSIBLMNG enables you to compare M/SD delivery quantities and M/AM order quantities for ad insert insertions...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 RJVSIBLMNG 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

JVVB - IS-M: Qty Comp.SD/AM AI Insertion


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 RJVSIBLMNG. "Basic submit
SUBMIT RJVSIBLMNG AND RETURN. "Return to original report after report execution complete
SUBMIT RJVSIBLMNG 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: P_VORRAT = Worklist
Selection Text: P_PROZ_R = Percentage Excess
Selection Text: P_PROZ = Percentage Excess
Selection Text: P_OHNE = Deliveries Without Mixes
Selection Text: P_EDAT = Publication Date
Selection Text: PVA = Edition
Selection Text: DRER = Publication
Title: Quantity Comparison SD Delivery<->AM Order for AI Inserts
Text Symbol: 016 = Issues from (Updated) Worklist for Quantity Correction
Text Symbol: 015 = Update Worklist, Then Select Issues from Worklist
Text Symbol: 014 = Update Worklist for Quantity Correction
Text Symbol: 013 = Edit Worklist
Text Symbol: 012 = Display Worklist
Text Symbol: 011 = Only Issues with Deliveries (Without Mix) That Can Be Assigned a Mix
Text Symbol: 010 = All Issues
Text Symbol: 009 = Minimum Deviation in Delivery Quantity (%)
Text Symbol: 008 = Issues from (Existing) Worklist for Quantity Correction
Text Symbol: 007 = Parameters for Controlling Qty Comparison
Text Symbol: 006 = Worklist
Text Symbol: 005 = Product
Text Symbol: 004 = This function cannot be executed in the system.
Text Symbol: 003 = Insert processing with ad insert order is not active in the system.
Text Symbol: 002 = Order Qty
Text Symbol: 001 = Delivery Qty
Text Symbol: 017 = Over
Text Symbol: 018 = Under
Text Symbol: 100 = Display Quantity Comparison SD Delivery<->AM Order for AI Inserts
Text Symbol: 101 = Edit Quantity Comparison SD Delivery<->AM Order for AI Inserts
Text Symbol: 117 = (Over)
Text Symbol: 118 = (Under)
Text Symbol: 200 = No worklist found for selection


INCLUDES used within this REPORT RJVSIBLMNG

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_SIBLMNG_DB_TAB-LIEFERMENGE_BL AUFTRAGSMENGE_IN = H_SIBLMNG_DB_TAB-AUFTRAGSMENGE_BL IMPORTING DIFF_MENGE_OUT = SIBLMNG_PLUS_TAB-DIFF_MENGE DIFF_PROZ_OUT = SIBLMNG_PLUS_TAB-DIFF_PROZ EXCEPTIONS OTHERS = 1.

ISP_SELECT_SINGLE_JDTVAUSGB CALL FUNCTION 'ISP_SELECT_SINGLE_JDTVAUSGB' EXPORTING VAUSGB = H_SIBLMNG_DB_TAB-VAUSGBTRAE IMPORTING JDTVAUSGB_I = JDTVAUSGB EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

ISP_JVTSIBLMNG_UPDATE CALL FUNCTION 'ISP_JVTSIBLMNG_UPDATE' TABLES SIBLMNG_UPD_TAB = SIBLMNG_UPD_TAB.

ISM_JVTSIBLMNG_READ CALL FUNCTION 'ISM_JVTSIBLMNG_READ' EXPORTING DIFF_PROZ_IN = H_PROZ TABLES VA_TAB_IN = VA_TAB VA_TAB_OUT = VA_TAB_SELMNG SIBLMNG_TAB_OUT = SIBLMNG_PLUS_TAB SIBLMNG_DB_TAB_OUT = SIBLMNG_DB_TAB RANGE_WERK_IN = WERK EXCEPTIONS OTHERS = 1.

ISM_JVTSIMNG_QUANTITY_DELTA CALL FUNCTION 'ISM_JVTSIMNG_QUANTITY_DELTA' EXPORTING LIEFERMENGE_IN = SIBLMNG_MEM_TAB-LIEFERMENGE_BL AUFTRAGSMENGE_IN = SIBLMNG_MEM_TAB-AUFTRAGSMENGE_BL IMPORTING DIFF_MENGE_OUT = SIBLMNG_PLUS_TAB-DIFF_MENGE DIFF_PROZ_OUT = SIBLMNG_PLUS_TAB-DIFF_PROZ EXCEPTIONS OTHERS = 1.

ISM_JVTSIMNG_QUANTITY_DELTA CALL FUNCTION 'ISM_JVTSIMNG_QUANTITY_DELTA' EXPORTING LIEFERMENGE_IN = SIBLMNG_PLUS_TAB-LIEFERMENGE_BL AUFTRAGSMENGE_IN = SIBLMNG_PLUS_TAB-AUFTRAGSMENGE_BL IMPORTING DIFF_MENGE_OUT = SIBLMNG_PLUS_TAB-DIFF_MENGE DIFF_PROZ_OUT = SIBLMNG_PLUS_TAB-DIFF_PROZ EXCEPTIONS OTHERS = 1.

ISM_DUPLICATE_DELIVERY_BY_SI CALL FUNCTION 'ISM_DUPLICATE_DELIVERY_BY_SI' TABLES LFNG_TAB_IN = H_LFNG_TAB SI_BLGZUS_TAB_IN = SI_BLGZUS_TAB LFNG_SI_TAB_OUT = LFNG_SI_TAB VA_OHNE_SI_TAB_OUT = VA_OHNE_SI_TAB EXCEPTIONS OTHERS = 1.

ISM_QUANTITY_COMPARISON_SI_BL CALL FUNCTION 'ISM_QUANTITY_COMPARISON_SI_BL' EXPORTING XWITHOUT_ORDERS = CON_ANGEKREUZT TABLES * JHAES_TAB_IN = JHAES_UPD_TAB_ALL LFNG_SI_TAB_IN = LFNG_SI_TAB SIBLMNG_OUT = SIBLMNG_UPD_TAB 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 RJVSIBLMNG or its description.