SAP Reports / Programs

RJVPRLFB SAP ABAP Report - IS-M/SD: Print Delivery Viability Sets







RJVPRLFB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RJVPRLFB 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 RJVPRLFB. "Basic submit
SUBMIT RJVPRLFB AND RETURN. "Return to original report after report execution complete
SUBMIT RJVPRLFB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-M/SD: Print Delivery Viability Sets
Text Symbol: S01 = Organization
Text Symbol: S02 = Delivery Type
Text Symbol: S03 = Sales Organization
Text Symbol: S04 = Dist.Channel
Text Symbol: S05 = Plant
Text Symbol: S06 = Carrier Route
Text Symbol: S07 = Geo.Unit
Text Symbol: S08 = Publication
Text Symbol: S09 = Publication
Text Symbol: S10 = Edition
Text Symbol: S11 = Mix Type
Text Symbol: S12 = Publication Type
Text Symbol: S14 = Delivery Round
Text Symbol: S15 = Further Selection Parameters
Text Symbol: S16 = Valid From
Text Symbol: S17 = Valid To
Text Symbol: S18 = Active Viab.Sets
Text Symbol: S19 = Inactive Viab.Sets
Text Symbol: S20 = Sort Sequence (Blank = No Sort)
Text Symbol: S21 = Cust.Pick-Up Point


INCLUDES used within this REPORT RJVPRLFB

INCLUDE: MJ000TAL,
MJV10TOP,


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_DELIVERABILITY_LIST_PRINT CALL FUNCTION 'ISP_DELIVERABILITY_LIST_PRINT' TABLES EDIT_TAB = DATEN_TAB EXCEPTIONS OTHERS = 1.

ISP_STRUCTURE_INITIALIZE CALL FUNCTION 'ISP_STRUCTURE_INITIALIZE' TABLES ABLDBAR_TAB = ABLDBARTAB_DUMMY ABLDRGL_TAB = ABLDRGLTAB_DUMMY ROUPVA_TAB = ROUPVATAB_DUMMY INT_TAB_ZUO = INT_ZUO KNOTEN_TAB = KNOTEN HIETYP_TAB = HIETYP ZIEL_KNOART_TAB = KNOART LIEFBAR_TAB = DATEN_TAB.

ISP_STRUCTURE_READ CALL FUNCTION 'ISP_STRUCTURE_READ' EXPORTING AB = JVTLIEFBAR-GUELTIGAB BIS = JVTLIEFBAR-GUELTIGBIS RICHT = CON_BAUKASTEN ZUGRIFFSPFAD = CON_PFAD_LIEFBAR UMFAKT = STRU_AKTIV_INAKTIV LIEFBARPAR = RJV1001 TABLES ABLDBAR_TAB = ABLDBARTAB_DUMMY ABLDRGL_TAB = ABLDRGLTAB_DUMMY ROUPVA_TAB = ROUPVATAB_DUMMY INT_TAB_ZUO = INT_ZUO KNOTEN_TAB = KNOTEN HIETYP_TAB = HIETYP ZIEL_KNOART_TAB = KNOART LIEFBAR_TAB = DATEN_TAB EXCEPTIONS NOT_INITIAL = 4.

ISP_JVTLFBARGP_SELECTION CALL FUNCTION 'ISP_JVTLFBARGP_SELECTION' EXPORTING LIEFBARNR = DATEN_TAB-LIEFBARNR X_APPEND_TAB = CON_ANGEKREUZT IMPORTING COUNT_ALL = HLP_COUNT TABLES GP_LIEFBAR_TAB = GPARTNER_TAB.



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