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

MNBEGF00 SAP ABAP INCLUDE - IS-H: Medical grounds







MNBEGF00 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 MNBEGF00 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 MNBEGF00. "Basic submit
SUBMIT MNBEGF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MNBEGF00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H: Medical grounds


INCLUDES used within this REPORT MNBEGF00

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_SET_NEXT_SCREEN CALL FUNCTION 'ISH_SET_NEXT_SCREEN' EXPORTING ACT_TCODE = ACT_TCODE EINRI = RNPA1-EINRI FCODE = $FCODE LEAVE_TCODE = $LEAVE_TCODE SCREEN_CALLED = $SCREEN_CALLED IMPORTING NEXT_DYNNR = NEXT_DYNNR.

ISH_CASE_SCREEN CALL FUNCTION 'ISH_CASE_SCREEN' EXPORTING SS_OK_CODE = OK-CODE SS_TCODE = TCODE SS_VCODE_NFAL = VCODE SS_ENQUEUE_NPAT = OFF SS_ENQUEUE_NFAL = ON.

ISH_CASE_SCREEN CALL FUNCTION 'ISH_CASE_SCREEN' EXPORTING SS_OK_CODE = OK-CODE SS_LIST_OK_CODE = LIST_OKCODE SS_TCODE = TCODE SS_VCODE_NFAL = VCODE IMPORTING SS_EINRI = RNPA1-EINRI SS_FALNR = NFAL-FALNR SS_FZIFF = NFAL-FZIFF SS_LIST_OKCODE = LIST_OKCODE SS_OKCODE = OK-CODE SS_PATNR = NPAT-PATNR SS_PZIFF = NPAT-PZIFF SS_VCODE_NEW = VCODE_NEW SS_LEAVE_SCREEN = LEAVE_SCREEN.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING SS_EINRI = RNPA1-EINRI SS_PATNR = NPAT_PATNR SS_WITH_NPAE = ON IMPORTING SS_NPAT = NPAT SS_NPAE = NPAE EXCEPTIONS NOT_FOUND = 01 NO_AUTHORITY = 02.

ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING SS_EINRI = NFAL_EINRI SS_FALNR = NFAL_FALNR IMPORTING SS_NFAL = NFAL EXCEPTIONS NOT_FOUND = 01 NO_AUTHORITY = 02.

ISH_MEDICAL_REASON_CHANGES CALL FUNCTION 'ISH_MEDICAL_REASON_CHANGES' EXPORTING SS_EINRI = RNPA1-EINRI SS_FALNR = NFAL-FALNR SS_VCODE = VCODE IMPORTING SS_ALL_SAVED = ALL_SAVED.

ISH_MEDICAL_REASON_SAVE CALL FUNCTION 'ISH_MEDICAL_REASON_SAVE' EXPORTING SS_EINRI = RNPA1-EINRI SS_FALNR = NFAL-FALNR.



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