SAP Reports / Programs | Master Data | SAP Media | Master Data(IS-M-MD) SAP IS

MJS0FB07 SAP ABAP INCLUDE - IS_P: FORMS für die SELECT SINGLE innerhalb der Strukturen







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


Text pool values


Title: FORMS for SELECT SINGLE Within Structures


INCLUDES used within this REPORT MJS0FB07

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:

ISM_JSTXXXUPDA_GET * call function 'ISM_JSTXXXUPDA_GET' * importing * jststrupda_tab = strupda_tab * exceptions * others = 1.

ISP_SUCHFELD_PHONETISCHE_SUCHE CALL FUNCTION 'ISP_SUCHFELD_PHONETISCHE_SUCHE' EXPORTING sortierfeld = jststrpro-str_name_l land1 = jststrpro-land1 feldname = con_str IMPORTING suchfeld = jststrpro-suchfelds.

ISP_COUNTRY_VERSION_GET CALL FUNCTION 'ISP_COUNTRY_VERSION_GET' IMPORTING out_country = lv_country_version.

ISM_JSTSTRUPDA_GENERATE CALL FUNCTION 'ISM_JSTSTRUPDA_GENERATE' EXPORTING in_actioncode = con_actioncode_add in_jststrpro = loc_save_jststrpro in_jstaender = p_jstaender in_creator = sy-uname CHANGING street_upda_tab = strupda_tab EXCEPTIONS identical = 1 others = 2.

ISP_JSTSTRUPDA_INSERT CALL FUNCTION 'ISP_JSTSTRUPDA_INSERT' TABLES insert_str_tab = strupda_insert EXCEPTIONS no_success = 1.

ISM_JSTSTRUPDA_GENERATE CALL FUNCTION 'ISM_JSTSTRUPDA_GENERATE' EXPORTING in_actioncode = con_actioncode_update in_jststrpro = loc_save_jststrpro in_jstaender = p_jstaender in_creator = sy-uname in_xdialog = jpsd_x CHANGING street_upda_tab = strupda_tab EXCEPTIONS identical = 1 others = 2.

ISP_JSTSTRPRO_UPDATE CALL FUNCTION 'ISP_JSTSTRPRO_UPDATE' EXPORTING *ststrpro = save_jststrpro ststrpro = save_jststrpro EXCEPTIONS no_update = 1.

ISP_JSTSTRUPDA_DELETE * CALL FUNCTION 'ISP_JSTSTRUPDA_DELETE' * TABLES * delete_str_tab = strupda_delete * EXCEPTIONS * no_success = 1.

ISP_JSTSTRUPDA_INSERT CALL FUNCTION 'ISP_JSTSTRUPDA_INSERT' TABLES insert_str_tab = strupda_insert EXCEPTIONS no_success = 1.

ISP_UMLAUT_CHECK CALL FUNCTION 'ISP_UMLAUT_CHECK' EXPORTING sortierfeld = sortierfeld EXCEPTIONS wrong_sign = 1.

ISM_HOUSE_NUMBER_FORMAT_CHECK CALL FUNCTION 'ISM_HOUSE_NUMBER_FORMAT_CHECK' EXPORTING land1 = land1 CHANGING hausn = hausnrvon EXCEPTIONS invalid_format = 1 nonnumerical_format = 2 boundary_violation = 3 others = 4.

ISM_HOUSE_NUMBER_FORMAT_CHECK CALL FUNCTION 'ISM_HOUSE_NUMBER_FORMAT_CHECK' EXPORTING land1 = land1 CHANGING hausn = hausnrbis EXCEPTIONS invalid_format = 1 nonnumerical_format = 2 boundary_violation = 3 others = 4.

ISP_SELECT_SINGLE_T005 CALL FUNCTION 'ISP_SELECT_SINGLE_T005' EXPORTING land1 = land1 * MSGTY = 'E' IMPORTING * MELDUNG = t005_i = t005 EXCEPTIONS no_entry_found = 1.

ISP_HOUSENUMBER_CONVERT CALL FUNCTION 'ISP_HOUSENUMBER_CONVERT' EXPORTING hausnrvon = hausnrvon hausnrbis = hausnrbis hnrzusatzvon = hnrzusatzvon hnrzusatzbis = hnrzusatzbis hausnrkennung = hausnrkennung strhnr1000 = strhnr1000 IMPORTING hausnrvon = hausnrvon hausnrbis = hausnrbis hnrzusatzvon = hnrzusatzvon hnrzusatzbis = hnrzusatzbis.

ISP_HOUSENUMBER_CHECK CALL FUNCTION 'ISP_HOUSENUMBER_CHECK' EXPORTING hausnrvon = hausnrvon hausnrbis = hausnrbis hausnrkennung = hausnrkennung EXCEPTIONS invalid_input = 01 von_groesser_bis = 02 konflikt_kenn_2 = 03 konflikt_kenn_1 = 04.

ISP_JSTSTRPRO_HNRZUSATZ_CHECK CALL FUNCTION 'ISP_JSTSTRPRO_HNRZUSATZ_CHECK' EXPORTING hnrzvon = hnrzvon hnrzbis = hnrzbis IMPORTING hnrzvon = hnrzvon hnrzbis = hnrzbis EXCEPTIONS invalid_input = 1.

ISP_POSTCODE_CHECK CALL FUNCTION 'ISP_POSTCODE_CHECK' EXPORTING land1 = land1 postleitzahl = postleitzahl loc_jytplzart = jytplzart EXCEPTIONS plzart_fehlt = 01 plzart_konflikt = 02 no_such_postcode_found = 03.

ISP_PLZ_PLAUSI_CHECK CALL FUNCTION 'ISP_PLZ_PLAUSI_CHECK' EXPORTING land1 = land1 plz = plz ortsnr_key = ortsnr_key EXCEPTIONS plz_konflikt = 1.

ISP_COUNTRY_VERSION_GET





CALL FUNCTION 'ISP_COUNTRY_VERSION_GET' IMPORTING OUT_COUNTRY = country.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 default_button = '2' display_cancel_button = space popup_type = 'ICON_MESSAGE_ERROR' IMPORTING answer = lv_answer.



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