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

MJS0FB06 SAP ABAP INCLUDE - FORMS for SELECT SINGLE Within Structures







MJS0FB06 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 MJS0FB06 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 MJS0FB06. "Basic submit
SUBMIT MJS0FB06 AND RETURN. "Return to original report after report execution complete
SUBMIT MJS0FB06 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 MJS0FB06

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:

ISP_JSTORTPRO_UPDATE call function 'ISP_JSTORTPRO_UPDATE' exporting *stortpro = jstortpro stortpro = jstortpro exceptions no_update = 1.

ISP_JSTORTUPDA_DELETE call function 'ISP_JSTORTUPDA_DELETE' tables delete_ort_tab = ortupda_delete exceptions no_success = 1.

ISP_JSTORTUPDA_INSERT call function 'ISP_JSTORTUPDA_INSERT' tables insert_ort_tab = ortupda_insert exceptions no_success = 1.

ISP_SUCHFELD_PHONETISCHE_SUCHE call function 'ISP_SUCHFELD_PHONETISCHE_SUCHE' exporting sortierfeld = jstortpro-ort_name_l land1 = jstortpro-land1 feldname = con_ort art_ph_suche = con_art_ps_ort "HGL121296 importing suchfeld = jstortpro-suchfeldo.

ISP_JSTORTUPDA_INSERT call function 'ISP_JSTORTUPDA_INSERT' tables insert_ort_tab = ortupda_insert exceptions no_success = 1.

ISM_JSTXXXUPDA_GET call function 'ISM_JSTXXXUPDA_GET' importing jstortupda_tab = ortupda_tab jstotlupda_tab = otlupda_tab jststrupda_tab = strupda_tab exceptions others = 1.

ISP_JSTORTPRO_UPDATE * CALL FUNCTION 'ISP_JSTORTPRO_UPDATE' * EXPORTING * *STORTPRO = SAVE_JSTORTPRO * STORTPRO = SAVE_JSTORTPRO * EXCEPTIONS * NO_UPDATE = 1.

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_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_JSTORTPRO_UPDATE call function 'ISP_JSTORTPRO_UPDATE' exporting *stortpro = save_jstortpro stortpro = save_jstortpro exceptions no_update = 1.

ISP_JSTORTUPDA_DELETE call function 'ISP_JSTORTUPDA_DELETE' tables delete_ort_tab = ortupda_delete exceptions no_success = 1.

ISP_JSTORTUPDA_INSERT call function 'ISP_JSTORTUPDA_INSERT' tables insert_ort_tab = ortupda_insert exceptions no_success = 1.

ISP_UMLAUT_CHECK call function 'ISP_UMLAUT_CHECK' exporting sortierfeld = sortierfeld exceptions wrong_sign = 1.

ISP_SUCHFELD_PHONETISCHE_SUCHE call function 'ISP_SUCHFELD_PHONETISCHE_SUCHE' exporting feldname = con_kgs land1 = land1 sortierfeld = hlp_sortfeld art_ph_suche = con_art_ps_kgs "HGL121296 importing suchfeld = jstkgspro-suchfeldkg.

ISP_JSTKGSPRO_INSERT call function 'ISP_JSTKGSPRO_INSERT' " in update task exporting *stkgspro = jstkgspro stkgspro = jstkgspro exceptions no_insert = 01.



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