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

RJVABF0S SAP ABAP INCLUDE - RJVABLLI FORMs Letter S







RJVABF0S is a standard ABAP INCLUDE 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 RJVABF0S 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 RJVABF0S. "Basic submit
SUBMIT RJVABF0S AND RETURN. "Return to original report after report execution complete
SUBMIT RJVABF0S VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: RJVABLLI FORMs Letter S


INCLUDES used within this REPORT RJVABF0S

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_STRUCTURE_IRAS_STRUCTURE call function 'ISP_STRUCTURE_IRAS_STRUCTURE' exporting in_knoten = route in_richtung = con_baukasten in_knotenart = con_route in_outknoart = con_abladestelle in_begin_date = in_datum in_end_date = in_datum tables out_split_tab = roubeatab.

ISP_BUFFER_READ_JRTROUBEA_ROUT call function 'ISP_BUFFER_READ_JRTROUBEA_ROUT' exporting abladestelle = roubeatab-struknoten datum = datum route = rtab-route importing folgenummer_ablstelle = folgenummer exceptions abldstelle_nicht_gefunden = 1 datum_falsch = 2 others = 3.

ISP_STRUCTURE_INITIALIZE * CALL FUNCTION 'ISP_STRUCTURE_INITIALIZE' * TABLES * HIETYP_TAB = HIETYP * INT_TAB_ZUO = INT_ZUO * KNOTEN_TAB = KNOTEN * ZIEL_KNOART_TAB = KNOART * EXCEPTIONS * OTHERS = 1.

ISP_STRUCTURE_READ * CALL FUNCTION 'ISP_STRUCTURE_READ' * EXPORTING * AB = CON_TIME_ZERO * BIS = CON_TIME_INFINITY * LESART = CON_KNOTEN * OUTPUT = CON_INTTABZUO * STARTZUORDTYP = CON_ROUTEBEABST * XUMFELD = CON_ANGEKREUZT * ZIELZUORDTYP = CON_ROUTEBEABST * ZUGRIFFSPFAD = CON_PFAD_ROUBEA * TABLES * HIETYP_TAB = HIETYP * INT_TAB_ZUO = INT_ZUO * KNOTEN_TAB = KNOTEN * ZIEL_KNOART_TAB = KNOART * EXCEPTIONS * OTHERS = 1.

ISP_BUFFER_READ_JSTROUPVA CALL FUNCTION 'ISP_BUFFER_READ_JSTROUPVA' EXPORTING DATUM = d ROUTE = -ROUTE TABLES OUT_ROUPVA_TAB = lt_jstroupva_new.

ISM_SELECT_SINGLE_JRTBEABST CALL FUNCTION 'ISM_SELECT_SINGLE_JRTBEABST' EXPORTING BEABLST = -ablstelle * MSGTY = '*' IMPORTING * MELDUNG = JRTBEABST_I = ls_jrtbeabst EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

ISP_JRTBEABST_MAINTAIN call function 'ISP_JRTBEABST_MAINTAIN' exporting aufgabe = con_beabst_read * inputaddress = loc_jgtsadr inputbeabst = beabst_struc importing outputaddress = info_struc outputbeabst = beabst_struc exceptions address_not_found = 01 jrtbeabst_not_found = 02.



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