MJS13FOB 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 MJS13FOB 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: CUA Forms (Sample PGM)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_POPUP_USERDATA CALL FUNCTION 'ISP_POPUP_USERDATA' EXPORTING aendate = jstortpro-aendate aentime = jstortpro-aentime aenuser = jstortpro-aenuser erfdate = jstortpro-erfdate erftime = jstortpro-erftime erfuser = jstortpro-erfuser tabname = con_jstortpro_tab EXCEPTIONS error_in_fields = 01.
ISP_POPUP_USERDATA CALL FUNCTION 'ISP_POPUP_USERDATA' EXPORTING aendate = wa_rjs1301-aendate aentime = wa_rjs1301-aentime aenuser = wa_rjs1301-aenuser erfdate = wa_rjs1301-erfdate erftime = wa_rjs1301-erftime erfuser = wa_rjs1301-erfuser tabname = con_jstotlpro_tab EXCEPTIONS error_in_fields = 01.
NUMBER_GET_NEXT * CALL FUNCTION 'NUMBER_GET_NEXT' * EXPORTING NR_RANGE_NR = NR_RANGE_NR * OBJECT = OBJECT * IMPORTING NUMBER = JSTORTPRO-ALORT * RETURNCODE = RCODE_NR * EXCEPTIONS INTERVAL_NOT_FOUND = 1 * NUMBER_RANGE_NOT_INTERN = 2 * OBJECT_NOT_FOUND = 3 * QUANTITY_IS_0 = 4.
ISP_JSTOTLUPDA_DELETE CALL FUNCTION 'ISP_JSTOTLUPDA_DELETE' TABLES delete_otl_tab = otlupda_delete EXCEPTIONS no_success = 1.
ISP_JSTOTLUPDA_INSERT CALL FUNCTION 'ISP_JSTOTLUPDA_INSERT' TABLES insert_otl_tab = otlupda_insert EXCEPTIONS no_success = 1.
ISM_STREET_SELECT CALL FUNCTION 'ISM_STREET_SELECT' EXPORTING in_country = land1_alt * IN_ZIPCODE = in_city = alort_alt in_validfrom = jstaender-gueltigab in_validto = jstaender-gueltigbis * IN_STREETNUMBER = IMPORTING street_tab = street_tab * OUT_MSG = EXCEPTIONS invalid_input = 1 not_found = 2 OTHERS = 3.
ISP_JSTPLZORT_UPDATE * CALL FUNCTION 'ISP_JSTPLZORT_UPDATE' * EXPORTING * *STPLZORT = LOC_PLZORT_TAB * STPLZORT = LOC_PLZORT_TAB * EXCEPTIONS * NO_UPDATE = 1 * OTHERS = 2.
ISP_JSTPLOUPDA_INSERT * CALL FUNCTION 'ISP_JSTPLOUPDA_INSERT' * TABLES * INSERT_PLO_TAB = LOC_PLOUPDA_TAB * EXCEPTIONS * NO_SUCCESS = 1 * OTHERS = 2.
ISP_SUCHFELD_PHONETISCHE_SUCHE CALL FUNCTION 'ISP_SUCHFELD_PHONETISCHE_SUCHE' EXPORTING feldname = con_otl land1 = par_daten-land1 sortierfeld = hlp_sortfeld art_ph_suche = con_art_ps_otl IMPORTING suchfeld = par_daten-suchfeldot.
ISP_SUCHFELD_PHONETISCHE_SUCHE CALL FUNCTION 'ISP_SUCHFELD_PHONETISCHE_SUCHE' EXPORTING feldname = con_otl land1 = par_daten-land1 sortierfeld = hlp_sortfeld art_ph_suche = con_art_ps_otl "HGL121296 IMPORTING suchfeld = par_daten-suchfeldot.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.