PROBLF01 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 PROBLF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_GET_DAILY_TOURS CALL FUNCTION 'ISP_GET_DAILY_TOURS' EXPORTING ITAB_ART = '1' " Splittrouten zurückliefern VON_DATUM = PAR_VON_DAT WERK = PAR_WERK XENQUEUE = ' ' TABLES ITAB_TROUTEN = TROUTEN_TAB ROUTEN_RNG_TAB = ROUTE_RG.
ISP_STRUCTURE_INITIALIZE * CALL FUNCTION 'ISP_STRUCTURE_INITIALIZE' * TABLES * ABLDBAR_TAB = DUMMY1_TAB * ABLDRGL_TAB = DUMMY2_TAB * HIETYP_TAB = DUMMY3_TAB * INT_TAB_ZUO = ABLSTFOLGE_TAB * KNOTEN_TAB = KNOTEN_TAB * LIEFBAR_TAB = DUMMY6_TAB * ROUPVA_TAB = DUMMY7_TAB * ZIEL_KNOART_TAB = DUMMY8_TAB.
ISP_DAILY_TOURS_DATA_COLLECT CALL FUNCTION 'ISP_DAILY_TOURS_DATA_COLLECT' EXPORTING DATUM = LOC_JRTTROUTE-DISPODAT "PAR_DATUM PLSTARTZ = LOC_JRTTROUTE-PLSTARTZ "PAR_ISTARTZ IVKMITART = LOC_JRTTROUTE-IVKMITART "PAR_IVKMITART ROUTE = LOC_JRTTROUTE-ROUTE "PAR_ROUTE ROUTENTYP = LOC_JRTTROUTE-ROUTENTYP WERK = PAR_WERK XABLOROUTE = PAR_XABLOROUTE XKABLADUNG = PAR_XKABLADUNG XTOLERANZ = PAR_XTOLERANZ XUEBERGEWI = PAR_XUEBERGEWI XUEBERZEIT = PAR_XUEBERZEIT XPRUEFUNG = PAR_XPRUEFUNG XNACHLESEN = PAR_XNACHLESEN XPLSTARTVT = LOC_JRTTROUTE-XPLSTARTVT XPLSTARTAT = LOC_JRTTROUTE-XPLSTARTAT XPLSTARTFT = LOC_JRTTROUTE-XPLSTARTFT KEY_LEISTE = KEY_LEISTE TABLES ABLADUNGEN_TAB = ABLADUNGEN_TAB ABLOROUTE_TAB = ABLOROUTE_TAB ABLSTFOLGE_TAB = ABLSTFOLGE_TAB ROUTEABLST_TAB = ROUTEABLST_TAB ROUTEINFO_TAB = ROUTEINFO_TAB ROUTEPVA_TAB = ROUTEPVA_TAB ABLADGEWICHTE_TAB = ABLADGEWICHTE_TAB ABLADBUNDE_TAB = ABLADBUNDE_TAB ABLADGEBINDE_TAB = ABLADGEBINDE_TAB VARIANTEN_TAB = VARIANTEN_TAB.
ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = FELDNAME INCL_POINTS = ' ' IMPORTING LEN_FIELD = DUMMY_LEN1 LEN_HEADER = DUMMY_LEN2 LEN_LONG = DUMMY_LEN3 LEN_MIDLE = DUMMY_LEN3 LEN_SHORT = DUMMY_LEN3 TEXT_HEADER = DUMMY_TEXT(55) TEXT_LONG = DUMMY_TEXT(40) TEXT_MIDLE = TEXT_MIDDLE TEXT_SHORT = TEXT_SHORT EXCEPTIONS NOT_FOUND = 01.
ISP_ADDRESS_INTO_SHOWFORM CALL FUNCTION 'ISP_ADDRESS_INTO_SHOWFORM' EXPORTING SADRWA_IN = PAR_JGTSADR IMPORTING SADRWA_OUT = LOC_ADRS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.