SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

SAPMNB20 SAP ABAP dialog Program - IS-H: Edit Organizational Units







SAPMNB20 is a standard Module pool for a dialog screen ABAP Program 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 SAPMNB20 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

NB22 - IS-H: Display Organizational Unit
NB21 - IS-H: Change Organizational Unit
NB20 - IS-H: Create Organizational Unit


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 SAPMNB20. "Basic submit
SUBMIT SAPMNB20 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMNB20 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: Edit Organizational Units
Text Symbol: P07 = Not Released
Text Symbol: P06 = Released
Text Symbol: P05 = Release Flag
Text Symbol: P04 = Valid To ;;
Text Symbol: P03 = Valid From;;
Text Symbol: P02 = HigherOU;;
Text Symbol: P01 = Lower OU;;
Text Symbol: A82 = Administrative Data ;;
Text Symbol: A81 = lower-level org. units? ;;
Text Symbol: A80 = Delete the selected ;;
Text Symbol: A72 = unit? ;;
Text Symbol: A71 = Copy text for organizational ;;
Text Symbol: A70 = Long Text ;;
Text Symbol: A62 = intensive care indicator? ;;
Text Symbol: A61 = Do you want to change the ;;
Text Symbol: A52 = inter-dept. OU indicator? ;;
Text Symbol: A51 = Do you want to change the ;;
Text Symbol: A42 = inter-dept asgmt indicator? ;;
Text Symbol: A41 = Do you want to change the ;;
Text Symbol: A32 = dept assignment indicator? ;;
Text Symbol: A31 = Do you want to change the ;;
Text Symbol: A22 = nursing assignment indicator? ;;
Text Symbol: A21 = Do you want to change the ;;
Text Symbol: A12 = record archive indicator? ;;
Text Symbol: A11 = Do you want to change the medical ;;
Text Symbol: A02 = outpatient visit indicator? ;;
Text Symbol: A01 = Do you want to change the ;;
Text Symbol: 017 = Org. Text ;;
Text Symbol: 016 = Org. Category ;;
Text Symbol: 010 = Comment
Text Symbol: 009 = Org. Unit;;
Text Symbol: 008 = Ident.;;
Text Symbol: 006 = Block ;;
Text Symbol: 005 = Deletion Flag ;;
Text Symbol: 004 = Display ;;
Text Symbol: 003 = Create ;;
Text Symbol: 002 = Create ;;





Text Symbol: 001 = Change Indicator ;;


INCLUDES used within this REPORT SAPMNB20

INCLUDE MNB20F00. " FORM ROUTINES (SYSTEM-ROUTINEN)
INCLUDE MNB20F10. " FORM ROUTINES (SYSTEM-ROUTINEN)
INCLUDE MNB20F20. " FORM ROUTINES (LESEN,SCHREIBEN NORG)
INCLUDE MNB20F30. " FORM ROUTINES (TEXTVERARBEITUNG)
INCLUDE MNB20F90. " FORM ROUTINES (REXXXX IN ATAB-TABLES)
INCLUDE MNCOLOUR.
INCLUDE MNB20FCH.
INCLUDE MNB20OCH.
INCLUDE MNB20ICH.


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:

No SAP FUNCTION MODULES are executed within this report code!



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