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
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: FORMS for SELECT SINGLE Within Structures
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.