MJS00F07 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 MJS00F07 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_JSTSTRPRO_SUCHFELD_SELECT call function 'ISM_JSTSTRPRO_SUCHFELD_SELECT' exporting in_validfrom = p_gueltigab in_validto = p_gueltigbis in_changenumber = p_aendnr in_country = p_jststrpro-land1 in_city = p_jststrpro-alort in_streetnrpost = p_jststrpro-str_nrpost in_hnrfrom = p_jststrpro-hnr1von in_hnradfrom = p_jststrpro-hnr2von in_hnrto = p_jststrpro-hnr1bis in_hnradto = p_jststrpro-hnr2bis in_phoneticstring = p_jststrpro-suchfelds importing street_tab = street_tab exceptions invalid_input = 1 others = 2.
ISM_JSTSTRPRO_OVERLAP_CHECK call function 'ISM_JSTSTRPRO_OVERLAP_CHECK' exporting in_gueltigab = par_gueltigab in_jststrpro = par_jststrpro * in_xotl_check = space * in_xstrname_check = space changing street_tab = street_tab exceptions overlap = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 MJS00F02 - FORMS for SELECT SINGLE Within Structures MJS00F01 - documentation and ABAP source code