SAP ABAP Function Module ISH_PCS_CASE_KEYFIGURES (IS-H: Determines Case-Related PCS Keyfigures)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NPAS (Package) Application development patient accounting system
Basic Data
Function Module ISH_PCS_CASE_KEYFIGURES IS-H: Determines Case-Related PCS Keyfigures  
Function Group NPCS_KEYFIGURES   IS-H: PCS Key Figures  
Program Name SAPLNPCS_KEYFIGURES    
INCLUDE Name LNPCS_KEYFIGURESU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ES_COMMON_KEYFIGURES TYPE RNPCS_CASE_KEYFIGURES IS-H: Case-Dependent PCS Keyfigures. PCS Type Independent
Exporting ES_SPECIFIC_KEYFIGURES TYPE ANY PCS Type Dependent Keyfigures
Importing I_INSTITUTION TYPE TN01-EINRI Institution
Importing I_CASE_NO TYPE FALNR Case number
Importing I_PCS_TYPE TYPE ISH_PCS_TYPE IS-H: PCS Type (PCS = Patient Classification System)
Importing IS_CASE_DATA TYPE NFAL Case Data
Importing IS_SPECIFIC_IMPORT_PARAMS TYPE ANY Import Parameters needed for specific PCS types
Importing I_READ_PCS_FROM_DB TYPE ISH_ON_OFF 'X' Always read PCS code, PCS cat., PCS super group and its cat. from database
Importing I_NO_BUFFERING TYPE ISH_ON_OFF ' ' Keep buffers?
Importing I_READ_ZE TYPE ISH_ON_OFF 'X' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ')
Tables IT_MOVEMENT_DATA TYPE NBEW Movement Data
Exception CALCULATION_ERROR TYPE An error occured during keyfigure calculation. See sy- message variables
Exception PCS_TYPE_NOT_SUPPORTED TYPE This type of PCS is not supported by this function module
Exception NO_PCS_CODE TYPE There is no PCS-Code for this case.
Exception MISSING_PCS_PARAMETERS TYPE You specified a PCS Code, but no PCS Catalog, no PCS Group or no PCS Group Cat.
Exception NO_ADMISSION TYPE Case has no admission
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20050224 
SAP Release Created in 472