SAP ABAP Class CL_FITV_T706_SRV_CODE (Reading of Service Codes)
Hierarchy
☛
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
⤷
FI-TV-COS (Application Component) Travel Expenses
⤷
PTRA_ADDON (Package) Travel Management Add-On
⤷
⤷
Properties
| Class | CL_FITV_T706_SRV_CODE | |
| Short Description | Reading of Service Codes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PTRA_ADDON | Travel Management Add-On |
| Created | 20100216 | SAP |
| Last change | 20110810 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FITV_T706_SRV_CODE has no interface implemented.
Friends
Class CL_FITV_T706_SRV_CODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CL_FITV_T706_SRV_CODE' | Class Name | 20100510 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'T706_SRV_CODE' | Table name | 20100510 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Checks If Entry Exists for Primary Key (Exception) | 20100510 | |
| 2 | Static method | Public | Method | Checks If Entry Exists for Prim. Key within LS (Exception) | 20100510 | |
| 3 | Static method | Public | Method | Checks if service code and any subservice code are filled | 20100510 | |
| 4 | Static method | Public | Method | Checks If Entry Exists for Primary Key (Y/N) | 20100510 | |
| 5 | Static method | Public | Method | Checks If Entry Exists for Prim. Key within Lifespan (Y/N) | 20100510 | |
| 6 | Static method | Public | Method | Retrieves Number of Entries | 20100510 | |
| 7 | Static method | Public | Method | Retrieves Structure to Primary Key | 20100510 | |
| 8 | Static method | Public | Method | Retrieves Structure to n-1 Partial Key within Lifespan | 20100510 | |
| 9 | Static method | Public | Method | Retrieves All Entries | 20100510 | |
| 10 | Static method | Public | Method | Retrieves All Entries to 1st Partial Key Field | 20100510 | |
| 11 | Static method | Public | Method | Retrieves All Entries to 2nd Partial Key Field | 20100510 | |
| 12 | Static method | Public | Method | Retrieves All Entries within Lifespan | 20100510 | |
| 13 | Static method | Public | Method | Retrieves All Entries to 1st Partial Key Field within Lifesp | 20100510 | |
| 14 | Static method | Public | Method | Retrieves All Entries to 2nd Partial Key Field within LS | 20100510 |
Events
Class CL_FITV_T706_SRV_CODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_DATA | Public | See coding | 20100510 | BEGIN OF ty_s_data .
INCLUDE TYPE t706_srv_code.
TYPES END OF ty_s_data
|
||
| 2 | TY_T_DATA | Public | See coding | 20100510 | ty_t_data TYPE STANDARD TABLE OF ty_s_data WITH DEFAULT KEY
|
||
| 3 | TY_V_DATE | Public | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20100510 | |
Method Signatures
Method CHECK_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20100510 | |||
| 2 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Reisespesenart | 20100510 | |||
| 3 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | Art der Gegenstände und Dienstleistungen | 20100510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20100510 |
Method CHECK_KEY_ON_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | TY_V_DATE | SY-DATUM | Aktuelles Datum des Applikationsservers | 20100510 | ||
| 2 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | 20100510 | ||||
| 3 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | 20100510 | ||||
| 4 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | 20100510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20100510 |
Method CHECK_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | TY_V_DATE | Belegdatum | 20100510 | |||
| 2 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Land des Belegs | 20100510 | |||
| 3 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | Service Code | 20100510 | |||
| 4 | IV_VAT_SUB_SRV_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SUB_SRV_CODE | Subservice Code | 20100510 | |||
| 5 | RV_FILLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100510 |
Method CHECK_MANDATORY on class CL_FITV_T706_SRV_CODE has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20100510 | |||
| 2 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Reisespesenart | 20100510 | |||
| 3 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | 20100510 | ||||
| 4 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Entry Exists? | 20100510 |
Method EXISTS on class CL_FITV_T706_SRV_CODE has no exception.
Method EXISTS_ON_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | TY_V_DATE | SY-DATUM | Aktuelles Datum des Applikationsservers | 20100510 | ||
| 2 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20100510 | |||
| 3 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Reiseland / Reiseländergruppe | 20100510 | |||
| 4 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | Art der Gegenstände und Dienstleistungen | 20100510 | |||
| 5 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100510 |
Method EXISTS_ON_DATE on class CL_FITV_T706_SRV_CODE has no exception.
Method GET_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_COUNT | Value transfer | Type reference (TYPE) | I | Number of Entries | 20100510 |
Method GET_COUNT on class CL_FITV_T706_SRV_CODE has no exception.
Method GET_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20100510 | |||
| 2 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Reisespesenart | 20100510 | |||
| 3 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | 20100510 | ||||
| 4 | RS_ENTRY | Value transfer | Type reference (TYPE) | TY_S_DATA | Reisespesenarten | 20100510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20100510 |
Method GET_ENTRY_ON_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | TY_V_DATE | Belegdatum | 20100510 | |||
| 2 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Land des Belegs | 20100510 | |||
| 3 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | Service Code | 20100510 | |||
| 4 | RS_ENTRY | Value transfer | Type reference (TYPE) | TY_S_DATA | 20100510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler aufgetreten | 20100510 | ||
| 2 | Objekt nicht gefunden | 20100510 |
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_LIST | Value transfer | Type reference (TYPE) | TY_T_DATA | List of Configuration Data | 20100510 |
Method GET_LIST on class CL_FITV_T706_SRV_CODE has no exception.
Method GET_LIST_BY_LNDGR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Reiseland / Reiseländergruppe | 20100510 | |||
| 2 | RT_LIST | Value transfer | Type reference (TYPE) | TY_T_DATA | 20100510 |
Method GET_LIST_BY_LNDGR on class CL_FITV_T706_SRV_CODE has no exception.
Method GET_LIST_BY_VAT_SERVICE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | Reiseland / Reiseländergruppe | 20100510 | |||
| 2 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | Art der Gegenstände und Dienstleistungen | 20100510 | |||
| 3 | RT_LIST | Value transfer | Type reference (TYPE) | TY_T_DATA | 20100510 |
Method GET_LIST_BY_VAT_SERVICE_CODE on class CL_FITV_T706_SRV_CODE has no exception.
Method GET_LIST_ON_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | TY_V_DATE | SY-DATUM | Abstract Date | 20100510 | ||
| 2 | RT_LIST | Value transfer | Type reference (TYPE) | TY_T_DATA | List of Configuration Data | 20100510 |
Method GET_LIST_ON_DATE on class CL_FITV_T706_SRV_CODE has no exception.
Method GET_LIST_ON_DATE_BY_LNDGR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | TY_V_DATE | Aktuelles Datum des Applikationsservers | 20100510 | |||
| 2 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | 20100510 | ||||
| 3 | RT_LIST | Value transfer | Type reference (TYPE) | TY_T_DATA | 20100510 |
Method GET_LIST_ON_DATE_BY_LNDGR on class CL_FITV_T706_SRV_CODE has no exception.
Method GET_LIST_ON_DATE_BY_VAT_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | TY_V_DATE | Aktuelles Datum des Applikationsservers | 20100510 | |||
| 2 | IV_LNDGR | Call by reference | Type reference (TYPE) | LNDGR | 20100510 | ||||
| 3 | IV_VAT_SERVICE_CODE | Call by reference | Type reference (TYPE) | PTRV_VAT_SERVICE_CODE | 20100510 | ||||
| 4 | RT_LIST | Value transfer | Type reference (TYPE) | TY_T_DATA | 20100510 |
Method GET_LIST_ON_DATE_BY_VAT_CODE on class CL_FITV_T706_SRV_CODE has no exception.
History
| Last changed by/on | SAP | 20110810 |
| SAP Release Created in |