MJS0FB08 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 MJS0FB08 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_JSTPOFPRO_DELETE CALL FUNCTION 'ISP_JSTPOFPRO_DELETE' " in update task * CALL FUNCTION 'ISP_JSTPOFPRO_DELETE' EXPORTING STPOFPRO = JSTPOFPRO *STPOFPRO = *JSTPOFPRO EXCEPTIONS NO_DELETE = 1.
ISP_JSTPOFPRO_INSERT CALL FUNCTION 'ISP_JSTPOFPRO_INSERT' " in update task EXPORTING STPOFPRO = JSTPOFPRO *STPOFPRO = *JSTPOFPRO EXCEPTIONS NO_INSERT = 1.
ISP_JSTPOFPRO_UPDATE * call function 'ISP_JSTPOFPRO_UPDATE' " in update task * exporting stpofpro = jstpofpro * *stpofpro = *jstpofpro * exceptions * no_update = 1.
ISP_JSTPOFPRO_DELETE CALL FUNCTION 'ISP_JSTPOFPRO_DELETE' EXPORTING *STPOFPRO = SAVE_JSTPOFPRO STPOFPRO = SAVE_JSTPOFPRO EXCEPTIONS OTHERS = 1.
ISP_JSTPOFPRO_INSERT CALL FUNCTION 'ISP_JSTPOFPRO_INSERT' " in update task EXPORTING STPOFPRO = JSTPOFPRO *STPOFPRO = *JSTPOFPRO EXCEPTIONS NO_INSERT = 1.
ISP_COUNTRY_VERSION_GET CALL FUNCTION 'ISP_COUNTRY_VERSION_GET' IMPORTING OUT_COUNTRY = ACTIVE_COUNTRY.
ISP_JSTPOFPRO_POSTFACH_CHECK CALL FUNCTION 'ISP_JSTPOFPRO_POSTFACH_CHECK' EXPORTING PFNRVON = PFNRVON PFNRBIS = PFNRBIS PLZNEU_P = PLZNEU_P ALORT = ALORT LAND1 = LAND1 IMPORTING PFNRVON = PFNRVON PFNRBIS = PFNRBIS EXCEPTIONS INTERVALLKONFLIKT = 1 VON_GROESSER_BIS = 2.
ISP_POSTCODE_CHECK CALL FUNCTION 'ISP_POSTCODE_CHECK' EXPORTING LAND1 = LAND1 POSTLEITZAHL = POSTLEITZAHL LOC_JYTPLZART = JYTPLZART EXCEPTIONS PLZART_FEHLT = 01 PLZART_KONFLIKT = 02.
ISP_PLZ_PLAUSI_CHECK CALL FUNCTION 'ISP_PLZ_PLAUSI_CHECK' EXPORTING LAND1 = LAND1 PLZ = PLZ ORTSNR_KEY = ORTSNR_KEY EXCEPTIONS PLZ_KONFLIKT = 1.
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 MJS0FB08 or its description.
MJS0FB08 - FORMS for SELECT SINGLE Within Structures MJS0FB07 - IS_P: FORMS für die SELECT SINGLE innerhalb der Strukturen MJS0FB06 - FORMS for SELECT SINGLE Within Structures MJS0FB05 - FORMS for SELECT SINGLE Within Structures MJS0FB02 - FORMS for SELECT SINGLE Within Structures MJS0FB01 - documentation and ABAP source code