MNSERV01F11 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 MNSERV01F11 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: Include MNSERV01F11
INCLUDE MNSERV01FIX.
INCLUDE MNSERV01FLX.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SRVC_SET_DISPLAY_MODE call function 'ISH_SRVC_SET_DISPLAY_MODE' exporting ss_fullscreen = on.
ISH_SERVICE_ENTRY_MASK_PBO call function 'ISH_SERVICE_ENTRY_MASK_PBO' exporting ss_einri = einri ss_progr = 'SAPMNSERV01' ss_dynnr = '0100' ss_vcode = vcode ss_case_related = case_related ss_show_case = on ss_viewtype = viewtype ss_viewid = viewid * SS_VIEWTITLE = ss_clear_marks = clear_marks tables ss_vnlei = ivnlei ss_vnnlz = ivnnlz ss_vnllz = ivnllz ss_vnwchzme = ivnwchzme ss_rnlsr = irnlsr ss_return = error_tab .
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = c_version.
ISH_SRVC_CONVERSION_CHECK call function 'ISH_SRVC_CONVERSION_CHECK' exporting i_einri = einri importing e_active = l_conv_active.
ISH_SERVICE_ENTRY_MASK_PAI call function 'ISH_SERVICE_ENTRY_MASK_PAI' exporting ss_rgart = rgart importing ss_field = cur_field tables ss_rnlsr = irnlsr ss_rnlrg = irnlrg ss_rnlrz = irnlrz ss_marks = imarks.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = c_version.
ISH_CASESERVICE_MODIFYMULTIPLE call function 'ISH_CASESERVICE_MODIFYMULTIPLE' exporting ss_einri = einri ss_falnr =
-falnr * SS_AUTHCHECK = 'X' * SS_TESTRUN = 'X' ss_act_complete = -act_complete ss_dialog = l_dialog ss_changenfal = l_changenfal * IMPORTING * SS_RETMAXTYPE = tables ss_rnlsr = wrnlsr ss_rnlrg = irnlrg ss_rnlrz = irnlrz ss_actnlei = -actnlei ss_actnnlz = -actnnlz ss_actnllz = -actnllz ss_actnlicz = -actnlicz ss_onlei = -onlei ss_onnlz = -onnlz ss_actnbew = -actnbew ss_return = return changing ss_actnfal = -actnfal .
ENQUEUE_ENFAL call function 'ENQUEUE_ENFAL' exporting * MODE_NFAL = 'E' * MANDT = SY-MANDT einri = einri falnr = p_falnr * X_EINRI = ' ' * X_FALNR = ' ' _scope = '3' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3 .
ISH_READ_NFAL call function 'ISH_READ_NFAL' exporting ss_einri = einri ss_falnr = p_falnr * SS_READ_DB = ' ' ss_check_auth = ' ' * SS_MESSAGE_NO_AUTH = 'X' * SS_NO_BUFFERING = ' ' * SS_CHECK_ARCHIVE = ' ' importing ss_nfal = infal * SS_PATNR_ARCHIVE = exceptions not_found = 1 not_found_archived = 2 no_authority = 3 others = 4 .
ISH_OUSERVICE_MODIFYMULTIPLE call function 'ISH_OUSERVICE_MODIFYMULTIPLE' exporting ss_einri = einri ss_authcheck = 'X' ss_testrun = 'X' * IMPORTING * SS_RETMAXTYPE = tables ss_rnlsr = p_rnlsr ss_actnlei = p_actnlei ss_onlei = p_onlei ss_return = p_return .
ISH_READ_NFAL call function 'ISH_READ_NFAL' exporting ss_einri = p_einri ss_falnr = p_falnr * SS_READ_DB = ' ' ss_check_auth = ' ' ss_message_no_auth = ' ' * SS_NO_BUFFERING = ' ' * SS_CHECK_ARCHIVE = ' ' importing ss_nfal = p_act-onfal * SS_PATNR_ARCHIVE = exceptions not_found = 1 not_found_archived = 2 no_authority = 3 others = 4 .
ISH_NBEWTAB_READ call function 'ISH_NBEWTAB_READ' exporting ss_einri = p_einri ss_falnr = p_falnr * SS_READ_DB = ' ' * SS_READ_STORN = ' ' tables ss_nbewtab = inbew exceptions not_found = 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.
MNSERV01F11 - Include MNSERV01F11 MNSERV01F01 - documentation and ABAP source code MNSAWE_ENH_FC_TOP - Include MNSAWE_ENH_FC_TOP MNS01TOP - FDÜ: Zusatzinfo zu FDÜ-Typ ermitteln: Z.B: Ergebnis- oder RM-Bereich MNS01T01 - documentation and ABAP source code MNS01O01 - FDÜ: Zusatzinfo zu FDÜ-Typ ermitteln: Z.B: Ergebnis- oder RM-Bereich