SAPMNT11 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 SAPMNT11 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
NT02 - IS-H: Change Services in Catalog
NT01 - IS-H: Create Services in Catalog
NT03 - IS-H: Display Services in Catalog
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: Service Master with Time-Dependent Catalog Columns (Intervals)
Text Symbol: I04 = Service
Text Symbol: P03 = IS-H: Detail Screen
Text Symbol: P04 = Do you want to cancel? (any new specifications will be lost)
Text Symbol: S01 = Do you want to
Text Symbol: S02 = delete the sel. record?
Text Symbol: S03 = You chose "Delete".
Text Symbol: S04 = Do you want to
Text Symbol: S05 = delete the sel. records?
Text Symbol: S10 = Do you really want to delete the selected records?
Text Symbol: S11 = You chose "Delete".
Text Symbol: S12 = Ye
Text Symbol: S13 = No
Text Symbol: T01 = Absence-Relevant
Text Symbol: T02 = Federal Regulation for Hospitals Discount
Text Symbol: T03 = Summarization ID
Text Symbol: T04 = Table of Operation
Text Symbol: T05 = Performance Type
Text Symbol: T06 = Charge Factor Materials
Text Symbol: T07 = Charge Factor Personnel Basic Services Main Department
Text Symbol: T08 = Charge Factor Materials Basic Services Main Department
Text Symbol: T09 = Flat Rate for Acute Treatment
Text Symbol: T10 = Cost Weight External Transfer External Physician Department
Text Symbol: T11 = Minimum Length of Stay
Text Symbol: T12 = Readmission Exception
Text Symbol: T13 = Planned Days Without Discount
Text Symbol: T14 = Surcharge or Discount per Service
Text Symbol: 001 = Caution! Do you want to make
Text Symbol: 002 = retroactive changes?
Text Symbol: 003 = Interval End
Text Symbol: 004 = Caution, time intervals will be changed:
Text Symbol: 005 = Existing Time Interval New Time Interval
Text Symbol: 006 = | Tax Ctgry | Tax C. | Description |
Text Symbol: 007 = Input Help
Text Symbol: 008 = User
Text Symbol: 009 = Interval Start
Text Symbol: 010 = Is service &1 to end on &2?
Text Symbol: 011 = Detailed Selection Anatomy
INCLUDE MNT11O70.
INCLUDE MNT11OCH.
INCLUDE MNT11OAT.
INCLUDE MNT11OFR.
INCLUDE MNT11OCN.
INCLUDE MNT11I70.
INCLUDE MNT11ICH.
INCLUDE MNT11IAT.
INCLUDE MNT11IFR.
INCLUDE MNT11ICN.
INCLUDE MNT11F00. " FORM ROUTINES SYSTEM-ROUTINEN,STEUERUNG ECT
INCLUDE MNT11F05. " FORM ROUTINES JB TARIFSTAMM LESEN
INCLUDE MNT11F10. " FORM ROUTINES TEXTE/SPALTENWERTE LESEN
INCLUDE MNT11F21. " FORM ROUTINES STATUS FÜR FUB ANZEIGEN TALST
INCLUDE MNT11F30. " FORM ROUTINES STEP-LOOP-AUFBEREITUNG
INCLUDE MNT11F34. " FORM ROUTINES PEPP DYNPRO 314
INCLUDE MNT11F36. " FORM ROUTINES STEP-LOOP-AUFBEREITUNG 0306
INCLUDE MNT11F70.
INCLUDE MNT11F71.
INCLUDE MNT11F90. " FORM ROUTINES REXXXX IN ATAB-TABLES
INCLUDE MNT11F309.
INCLUDE MNT11F311.
INCLUDE MNT11FCH.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SAPMNT11 or its description.
SAPMNT11 - IS-H: Service Master with Time-Dependent Catalog Columns (Intervals) SAPMNT11 - IS-H: Service Master with Time-Dependent Catalog Columns (Intervals) SAPMNSERV01 - IS-H: Service Entry for All Cases SAPMNSERV01 - IS-H: Service Entry for All Cases SAPMNS01 - View Cluster Prototype using SUBSCREEN Technique (STEP LOOP) SAPMNS01 - View Cluster Prototype using SUBSCREEN Technique (STEP LOOP)