The Function Module TP_CHOOSE_MSC (Choose the Most Significant Carrier for a flight Item) is a standard Function Module in SAP ERP and is part of the function group FITP_GEN_RULES within the package PTRP_ADDON.
Function Module | TP_CHOOSE_MSC |
Short Text | Choose the Most Significant Carrier for a flight Item |
Function Group | FITP_GEN_RULES |
Package | PTRP_ADDON |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
POINT_OF_ORIGIN | LIKE | FTPT_FLIGHT-LOC_DEP | Abflugsort |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MS_CABIN | LIKE | FTPT_FLIGHT-CABIN | Kabinenklasse eines Fluges | |
MS_CARRIER | LIKE | FTPT_FLIGHT-AIRLINE | Fluggesellschaft | |
MS_SEGMENT | LIKE | FTPT_FLIGHT-SERVICE | Reisedienstleistungsposition Nummer Flug |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INPUT_ERROR | notwendige Informationen fehlen |
MORE_THAN_ONE | Entscheidendes Flugsegment nicht eindeutig bestimmbar |
NOT_ANY_MSC | Entscheidendes Fluggesellschaft nicht bestimmbar |
NOT_ANY_MSS | Entscheidendes Flugsegment nicht bestimmbar |