SAP Reports / Programs | Patient Management | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Management(IS-H-PM) SAP IS

MNPA5F44 SAP ABAP INCLUDE - Include LN_WP_008CL1







MNPA5F44 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 MNPA5F44 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MNPA5F44. "Basic submit
SUBMIT MNPA5F44 AND RETURN. "Return to original report after report execution complete
SUBMIT MNPA5F44 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MNPA5F44

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISH_SERVICE_ENTRY_SAVE call function 'ISH_SERVICE_ENTRY_SAVE' exporting falnr = nfal-falnr patnr = npat-patnr lfdbew = nbew-lfdnr importing text_update = leis_text_save.

ISH_SERVICE_ENTRY_CHECK call function 'ISH_SERVICE_ENTRY_CHECK' exporting saved = saved i_rnexl = rnexl ext_okcode = ext_okcode importing saved = saved exceptions others = 1.

ISH_GET_AUFDT_ENTDT call function 'ISH_GET_AUFDT_ENTDT' exporting ss_einri = rnexl-einri ss_falnr = rnexl-falnr * SS_STORNO = ' ' importing ss_aufart = rnexl-bwart * ss_aufatx = ss_aufdt = rnexl-aufdt ss_aufzt = rnexl-aufzt * ss_entart = * ss_entatx = ss_entdt = rnexl-entdt ss_entzt = rnexl-entzt ss_planauf = rnexl-planauf ss_planent = rnexl-planent * ss_rnf06 = * ss_rnf08 = exceptions not_found = 1 no_authority = 2 others = 3.

ISH_CHAIN_UP_NBEW call function 'ISH_CHAIN_UP_NBEW' exporting refresh_global = off tables nbewtab = actnbewtab.

ISH_SERVICE_ENTRY_INPATIENT call function 'ISH_SERVICE_ENTRY_INPATIENT' exporting change_nlei = change check_nlei = check ereignis = ereignis nbew_act = nbew nbew_act2 = nbew2 "absence period end * NBEW_NEW = NBEW_NEW nbew_old = nbew_old dynpro_variante = leistungserfassung i_rnexl = rnexl i_npat = npat i_nfal = nfal tcode = tcode vcode = vcode ext_fcode = fcode importing return_all_saved = leis_gesichert * RETURN_OKCODE = OK-CODE return_okcode = ss_ok_code problem = problem info = info * ABRKZ = NFAL-ABRKZ * FSPER = NFAL-FSPER "SR 18.06.1996

ISH_SERVICE_ENTRY_INPATIENT call function 'ISH_SERVICE_ENTRY_INPATIENT' exporting dynpro_variante = leistungserfassung move_generated_services = true last_nr = $last_nr i_rnexl = rnexl i_nfal = nfal "SR 21.04.1998

ISH_INFORMATION_WITH_PFKEY call function 'ISH_INFORMATION_WITH_PFKEY' exporting ss_arbgb = 'N1' ss_binpt = on ss_ext_prg = sy-cprog * SS_EXT_PRG = 'SAPMNPA5' ss_msgnr = msgnr importing ss_okcode = message_okcode.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting object = object show_linno = off exceptions inconsistent_range = 01 no_messages = 02.

ISH_CASESERVICE_CHECKADJUSTOLD call function 'ISH_CASESERVICE_CHECKADJUSTOLD' exporting ss_einri = nfal-einri ss_falnr = nfal-falnr ss_actnbew = nbew ss_testmode = p_testmode ss_storn = p_storno importing ss_break = break tables ss_nbew = nbewtab changing ss_nfal = actnfal.

ISH_DRG_REGROUP_PAT_CHANGE_OLD call function 'ISH_DRG_REGROUP_PAT_CHANGE_OLD' exporting ss_patnr = p_patnr ss_einri = p_einri ss_dialog = off importing ss_retmaxtype = l_retmaxtype tables ss_return = l_return.

ISH_DRG_REGROUP_CHANGE_OLD call function 'ISH_DRG_REGROUP_CHANGE_OLD' exporting ss_patnr = p_patnr ss_einri = p_einri ss_falnr = p_falnr * SS_DIALOG = OFF importing ss_retmaxtype = l_retmaxtype tables ss_return = l_return.



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 MNPA5F44 or its description.