MNPB2F30 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 MNPB2F30 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-H: Routines for Screens 300, 301, 302
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_BOOK_APPOINTMENT CALL FUNCTION 'ISH_BOOK_APPOINTMENT' EXPORTING ss_institution = rnpb3-institution ss_appoint_index = p_app_index ss_appointments = p_appointments ss_patient_data = p_pat_data IMPORTING ss_booked_appoint = booked_appoint ss_okay = p_okay TABLES ss_return_tab = error_table.
ISH_BAPI_FILL_RETURN_PARAM CALL FUNCTION 'ISH_BAPI_FILL_RETURN_PARAM' EXPORTING msgty = p_typ msgid = p_kla msgno = p_num msgv1 = p_mv1 msgv2 = p_mv2 msgv3 = p_mv2 msgv4 = p_mv2 parameter = p_par row = p_row field = p_fld * APPLLOG_NO = * APPLLOG_MSG_NO = IMPORTING return = p_return EXCEPTIONS OTHERS = 0.
ISH_TN00R_READ CALL FUNCTION 'ISH_TN00R_READ' EXPORTING ss_einri = p_einri ss_param = 'WEBAPPTS' ss_alpha = off IMPORTING ss_value = lwebappts.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = lwebappts IMPORTING output = lwebappts.
DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = wa_app_in-date IMPORTING week = last_week EXCEPTIONS OTHERS = 0.
DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = wa_app_in-date IMPORTING week = lweek EXCEPTIONS OTHERS = 1.
ISH_NGPA_CONCATENATE CALL FUNCTION 'ISH_NGPA_CONCATENATE' EXPORTING ss_gpart = p_app_out-barzt ss_read_ngpa = on ss_rolle = '1' ss_list = on IMPORTING ss_pname = p_app_out-app_doctor_name EXCEPTIONS wrong_gpart = 1 OTHERS = 2.
ISH_GET_WEEKDAY_NAME CALL FUNCTION 'ISH_GET_WEEKDAY_NAME' EXPORTING date = p_app_out-date language = sy-langu IMPORTING longtext = p_app_out-app_weekday EXCEPTIONS calendar_id = 1 date_error = 2 not_found = 3 wrong_input = 4 OTHERS = 5.
ISH_SMARTFORM_TO_ASCII CALL FUNCTION 'ISH_SMARTFORM_TO_ASCII' EXPORTING ss_ish_pat_data_short = patient_data ss_rnniapps = iniapps ss_rnapp3_web_line_type = booked_appoint ss_formname = iniapps-smartformname TABLES ss_tline = tline.
ISH_SEND_EMAIL CALL FUNCTION 'ISH_SEND_EMAIL' EXPORTING ss_email = iniapps-email * IMPORTING * SS_ERROR = TABLES ss_tline = tline.
CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = rnapp3_web_line_type-date IMPORTING date_external = date_external EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.
SEND_SMS CALL FUNCTION 'SEND_SMS' DESTINATION 'KK4-CIP' EXPORTING smsid = smsstruct-smsid smsnumber = smsstruct-smsnumber smsmessage = smsstruct-smsmessage smsprio = smsstruct-smsprio notification = smsstruct-notification smstype = smsstruct-smstype.
ISH_GPA2USER_READ CALL FUNCTION 'ISH_GPA2USER_READ' * EXPORTING * SS_USER = SY-UNAME IMPORTING ss_retmaxtype = retmax TABLES ss_rngpa = irngpa.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = rnapp3_web_line_type-orgfa IMPORTING orgkb_e = rnapp3_web_line_type-orgfakb EXCEPTIONS OTHERS = 0.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = rnapp3_web_line_type-orgpf IMPORTING orgkb_e = rnapp3_web_line_type-orgpfkb EXCEPTIONS OTHERS = 0.
ISH_READ_NBAU CALL FUNCTION 'ISH_READ_NBAU' EXPORTING ss_bauid = rnapp3_web_line_type-zimmr IMPORTING ss_nbau = lnbau EXCEPTIONS OTHERS = 1.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_patnr = lpatnr ss_check_auth = off ss_no_messages = on EXCEPTIONS not_found = 1 OTHERS = 2.
CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_in_update_task = off i_save_all = on * i_t_log_handle = EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = g_log_handle EXCEPTIONS OTHERS = 0.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = l_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
ISH_DISPO_CHECK CALL FUNCTION 'ISH_DISPO_CHECK' EXPORTING ss_einri = rnpb3-institution ss_orgid = waapps-orgpf ss_dispo = waapps-dspty IMPORTING ss_dtext = waapps-dsptx EXCEPTIONS not_found = 1 not_valid = 2 OTHERS = 3.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING * EINRI = ' ' orgid = waapps-orgpf IMPORTING orgkb_e = waapps-orgpfkb EXCEPTIONS missing_orgid = 1 OTHERS = 2.
ISH_ARCHIVE_CREATE CALL FUNCTION 'ISH_ARCHIVE_CREATE' EXPORTING sap_object = 'BUS1311' " Object appointment ar_object = ar_object " e.g. 'ISHPDF'
ISH_CALENDAR_TIMESLOT_GETLIST CALL FUNCTION 'ISH_CALENDAR_TIMESLOT_GETLIST' EXPORTING si_institution = dynpro_data-institution si_days = search_horizon * SI_UPD_DATE_FROM = '00000000' * SI_UPD_DATE_TO = '00000000' * SI_DEPOU = ' ' si_reduce_by_profile = on si_reduce_no_booked = on * SI_REDUCE_NO_OU = OFF * SI_REDUCE_NO_PERSON = OFF * SI_REDUCE_NO_ROOM = OFF si_reduce_by_webappts = on IMPORTING se_retmaxtype = error_max TABLES si_profile_treatm_unit = profile_treatm_unit " in si_profile_treatm_unitpos = profile_treatm_unitpos " in se_calendar_timeslots = found_timeslots " out se_calendar_timeslots_text = p_appointment se_return_tab = error_tab.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 1 OTHERS = 2.
ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = p_institution i_add_cond_ou = ls_addcond IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 0 internal_error = 0 OTHERS = 0.
ISH_OM_OUSPLTY_GET CALL FUNCTION 'ISH_OM_OUSPLTY_GET' EXPORTING it_orgid = lt_ishid i_fatyp = '7' i_fachr = p_speciality_org IMPORTING et_tnkfo = lt_tnkfo EXCEPTIONS internal_error = 0 nothing_found = 0 OTHERS = 0.
ISH_DISPO_CHECK CALL FUNCTION 'ISH_DISPO_CHECK' EXPORTING ss_einri = p_einri ss_orgid = p_app_in-orgpf ss_dispo = p_app_in-dspty IMPORTING ss_dtext = p_app_out-dsptx EXCEPTIONS not_found = 1 not_valid = 2 OTHERS = 3.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING * EINRI = ' ' orgid = p_app_in-orgpf IMPORTING orgkb_e = p_app_out-orgpfkb EXCEPTIONS missing_orgid = 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.
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 MNPB2F30 or its description.