SAP ABAP Function Module ISH_GET_ENDDATE_SERVICES (IS-H: Determine end date of an extended service)
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_GET_ENDDATE_SERVICES IS-H: Determine end date of an extended service  
Function Group N011   IS-H: Quantity Determination  
Program Name SAPLN011   IS-H: Prüfbausteine Anlegen/Ändern Debitor im RF (alt) 
INCLUDE Name LN011U02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ENDDT TYPE SYST-DATUM Date at which service ends
Importing AUFDT TYPE SYST-DATUM '19931001' Date at which case admitted
Importing AUFZT TYPE SYST-UZEIT '100000' Time at which case admitted
Importing BEGDT TYPE SYST-DATUM '19931001' Date at which service begins
Importing BEGZT TYPE SYST-UZEIT '100000' Time at which service begins
Importing EINRI TYPE TN01-EINRI '0001' Institution
Importing FALNR TYPE NFAL-FALNR Fallnummer
Importing ETLART TYPE NBEW-BWART 'X' Discharge type of case
Importing ETLDT TYPE SYST-DATUM '19931001' Date at which case discharged
Importing ETLZT TYPE SYST-UZEIT '220000' Time at which case discharged
Importing QUANTITY TYPE Service quantity
Importing S_PARAM TYPE NTPK-BFORM '01' Parameter which service should be billed
Importing EXACT_ABDAT TYPE NPDOK-XFELD ' ' Procedure determination ENDDT ->F2
Importing TALST TYPE NTPK-TALST SPACE Charge master of performed service
Importing TARID TYPE NTPK-TARIF SPACE ID of performed service
Exception AUFDT_GT_BEGDT TYPE Admission date > start of service
Exception AUF_GT_ETL TYPE Admission of case after discharge
Exception BEGDT_GT_ENDDT TYPE
Exception ETLDT_LT_ENDDT TYPE Discharge date < end of service
Exception INVALID_EINRI TYPE Wrong institution
Exception INVALID_S_PARAM TYPE Wrong parameter specified
Exception ZUW_LEIST TYPE
               
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