MJS00F09 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 MJS00F09 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: 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_JSTORTUPDA_DELETE * call function 'ISP_JSTORTUPDA_DELETE' " in update task * tables * delete_ort_tab = del_ortupda_tab * exceptions * no_success = 1 * others = 2.
ISP_JSTOTLUPDA_DELETE * call function 'ISP_JSTOTLUPDA_DELETE' " in update task * tables * delete_otl_tab = del_otlupda_tab * exceptions * no_success = 1 * others = 2.
ISP_JSTSTRUPDA_DELETE * call function 'ISP_JSTSTRUPDA_DELETE' " in update task * tables * delete_str_tab = del_strupda_tab * exceptions * no_success = 1 * others = 2.
ISP_JSTPLZUPDA_DELETE * call function 'ISP_JSTPLZUPDA_DELETE' " in update task * tables * delete_plz_tab = del_plzupda_tab * exceptions * no_success = 1 * others = 2.
ISP_JSTPLOUPDA_DELETE * call function 'ISP_JSTPLOUPDA_DELETE' " in update task * tables * delete_plo_tab = del_ploupda_tab * exceptions * no_success = 0 * others = 0.
ISM_JSTXXXUPDA_GET call function 'ISM_JSTXXXUPDA_GET' importing jstortupda_tab = ortupda_tab jststrupda_tab = strupda_tab jstplzupda_tab = plzupda_tab jstploupda_tab = ploupda_tab jstkgsupda_tab = kgsupda_tab jstpofupda_tab = pofupda_tab jstotlupda_tab = otlupda_tab exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJS00F09 - IS-M: FORMS for SELECT SINGLE Within Structures MJS00F08 - IS-M: FORMS for SELECT SINGLE Within Structures MJS00F07 - IS_P: FORMS für die SELECT SINGLE innerhalb der Strukturen MJS00F06 - FORMS for SELECT SINGLE Within Structures MJS00F05 - FORMS for SELECT SINGLE Within Structures MJS00F03 - FORMS for SELECT SINGLE Within Structures