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
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.
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
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJVPRLFB - IS-M/SD: Print Delivery Viability Sets RJVPRLFB - IS-M/SD: Print Delivery Viability Sets RJVPRINT - Print Report for Delivery Viability Sets RJVPRINT - Print Report for Delivery Viability Sets RJVPRABL - IS-M/SD: Report for Printing Unloading Viability Sets RJVPRABL - IS-M/SD: Report for Printing Unloading Viability Sets