MJS10FSL 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 MJS10FSL 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: Include
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_ORTPRO_ORTUPDA_MERGE CALL FUNCTION 'ISM_ORTPRO_ORTUPDA_MERGE' EXPORTING in_validfrom = con_time_begin in_validto = con_time_infinity in_country = land1 * IN_CHANGENUMBER = in_city = ortnummer IMPORTING city_tab = city_tab out_msg = l_msg city_upda_tab = city_upda_tab EXCEPTIONS invalid_input = 1 changes_found = 2 wrong_changenumber = 3.
ISP_ADDRESS_CHECK CALL FUNCTION 'ISP_ADDRESS_CHECK' EXPORTING land1 = land1 ortname = hlp_ortname IMPORTING ortname = hlp_ortname postort = ortnummer EXCEPTIONS invalid_input = 01 no_such_postcode_found = 01 no_such_town_found = 01 plzart_conflict = 01 plz_keinem_ort_zugeordnet = 01 OTHERS = 01. "Rel.4.01
ISP_SUCHFELD_PHONETISCHE_SUCHE CALL FUNCTION 'ISP_SUCHFELD_PHONETISCHE_SUCHE' EXPORTING sortierfeld = ortname land1 = land1 feldname = con_ort art_ph_suche = con_art_ps_ort IMPORTING suchfeld = hlp_suchfeld.
ISM_STREET_SELECT CALL FUNCTION 'ISM_STREET_SELECT' EXPORTING in_country = land1 in_zipcode = plzneu in_city = alort in_validfrom = p_jstaender-gueltigab in_validto = p_jstaender-gueltigbis * IN_STREETNUMBER = IMPORTING street_tab = street_tab * OUT_MSG = EXCEPTIONS invalid_input = 1 not_found = 2 OTHERS = 3.
ISP_JSTSTRPRO_ARRAY_UPDATE CALL FUNCTION 'ISP_JSTSTRPRO_ARRAY_UPDATE' TABLES update_strpro_tab = loc_strpro_tab EXCEPTIONS no_success = 1.
ISP_JSTSTRUPDA_INSERT CALL FUNCTION 'ISP_JSTSTRUPDA_INSERT' TABLES insert_str_tab = loc_strupda_tab EXCEPTIONS no_success = 1.
ISP_COUNTRY_VERSION_GET call function 'ISP_COUNTRY_VERSION_GET' IMPORTING out_country = country_version.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.