MJS0FB05 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 MJS0FB05 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!
ISM_JSTXXXUPDA_GET CALL FUNCTION 'ISM_JSTXXXUPDA_GET' IMPORTING * JSTORTUPDA_TAB = * JSTSTRUPDA_TAB = JSTPLZUPDA_TAB = PLZUPDA_DEL * JSTPLOUPDA_TAB = * JSTKGSUPDA_TAB = * JSTPOFUPDA_TAB = * JSTOTLUPDA_TAB = EXCEPTIONS OTHERS = 1.
ISP_JSTPLZPRO_UPDATE CALL FUNCTION 'ISP_JSTPLZPRO_UPDATE' EXPORTING *STPLZPRO = JSTPLZPRO STPLZPRO = JSTPLZPRO EXCEPTIONS NO_UPDATE = 1.
ISP_JSTPLZUPDA_DELETE CALL FUNCTION 'ISP_JSTPLZUPDA_DELETE' TABLES DELETE_PLZ_TAB = PLZUPDA_DELETE EXCEPTIONS NO_SUCCESS = 1.
ISP_JSTPLZUPDA_INSERT CALL FUNCTION 'ISP_JSTPLZUPDA_INSERT' TABLES INSERT_PLZ_TAB = PLZUPDA_INSERT EXCEPTIONS NO_SUCCESS = 1.
ISM_JSTXXXUPDA_GET CALL FUNCTION 'ISM_JSTXXXUPDA_GET' IMPORTING JSTPLZUPDA_TAB = PLZUPDA_DEL JSTPLOUPDA_TAB = PLOUPDA_DEL EXCEPTIONS OTHERS = 1.
ISP_JSTPLZUPDA_DELETE CALL FUNCTION 'ISP_JSTPLZUPDA_DELETE' TABLES DELETE_PLZ_TAB = PLZUPDA_DELETE * DELETE_PLZ_TAB = PLZUPDA_DELETE EXCEPTIONS NO_SUCCESS = 1.
ISP_JSTPLZUPDA_INSERT CALL FUNCTION 'ISP_JSTPLZUPDA_INSERT' TABLES INSERT_PLZ_TAB = PLZUPDA_INSERT EXCEPTIONS NO_SUCCESS = 1.
ISP_POSTAL_CODE_CHECK CALL FUNCTION 'ISP_POSTAL_CODE_CHECK' EXPORTING COUNTRY = LAND1 POSTAL_CODE = PLZNEU EXCEPTIONS NOT_VALID = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.