Functionality The method EmployeeTrip.GetDetails> is used to obtain all of thedetails of an employee trip. As parameter, the complete qualifying key of the employee trip onlymust be specified. The key consists of the EmployeeNumber> andthe TripNumber>. The Language> parameter is optional and indicates the languagefor the referenced table entries, if they differ from the logonlanguage of the calling program. Trip details include:
- Framework data of the trip (Framedata>)
- Status of the trip (Status>)
- Receipts (Receipts>)
- Additional receipt information (Addinfo>)
- Trip text (Text>)
- Miles/Kms distribution (Mileage>)
- Stopovers (Stopover>)
- Deductions (Deductions>)
- Cost distribution for entire trip (CostDist_Trip>)
- Cost distribution for stopovers (CostDist_Stop>)
- Cost distribtution for receipts (CostDist_Rece>)
- Cost distribution for miles/kms distribution (CostDist_Mile>)
Furthermore, additional information on the employee trip is specified.The additional trip information refers to the different amounts for thetrip (Amounts>), as well as employee information(Emp_Info>). The status of the method call can be determined from the returnparameter Return> after the method has been performed.Further information Information on the fields of the individual tables can be found instructure documentation or the Data Dictionary. Description Personnel number
|