MJD00F10 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 MJD00F10 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: Form Routines for RJDAKZFO (Arrival Times of Third Party Objects)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_TIME_BETWEEN_DATES CALL FUNCTION 'ISP_TIME_BETWEEN_DATES' EXPORTING DATE1 = JDTVAWERK-ANLIEFTAGS DATE2 = JDTVAWERK-ANLIEFTAGI TIME1 = JDTVAWERK-ANLIEFERZS TIME2 = JDTVAWERK-ANLIEFERZI IMPORTING DAYS = DATEN_TAB-TAGE_DIFF HOURS = DATEN_TAB-STUNDEN_DIFF SIGN = DATEN_TAB-VORZEICHEN_DIFF.
ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = PAR_TAB IMPORTING LEN_FIELD = FELDLAENGE TEXT_HEADER = PAR_TEXT EXCEPTIONS NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJD00F10 - Form Routines for RJDAKZFO (Arrival Times of Third Party Objects) MJD00F06 - General Forms for Packing Rule MJD00F05 - FORMS for SELECT SINGLE Within Structures MJD00F04 - FORMS for SELECT SINGLE Within Structures MJD00F03 - FORMS for SELECT SINGLE Within Structures MJD00F01 - FORMS for SELECT SINGLE Within Structures