SAP ABAP Class CL_FITV_T706_VAT_FLDS (Utility Class for Table T706_VAT_FLDS)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VAT_DETAILS_CONSTANTS Constants for VAT_DETAILS 20100510
Properties
Class CL_FITV_T706_VAT_FLDS  
Short Description Utility Class for Table T706_VAT_FLDS    
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
Class CL_FITV_T706_VAT_FLDS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_VAT_DETAILS_CONSTANTS Constants for VAT_DETAILS 20100510
Friends
Class CL_FITV_T706_VAT_FLDS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BETRG Instance attribute Private Attribute reference (LIKE) 20100510
2 GC_BLDAT Instance attribute Private Attribute reference (LIKE) 20100510
3 GC_CITY Instance attribute Private Attribute reference (LIKE) 20100510
4 GC_FALSE Instance attribute Private Attribute reference (LIKE) 20100510
5 GC_FWSTE Instance attribute Private Attribute reference (LIKE) 20100510
6 GC_HOUSE_NUM Instance attribute Private Attribute reference (LIKE) 20100510
7 GC_INTCA Instance attribute Private Attribute reference (LIKE) 20100510
8 GC_MC56 Instance attribute Private Attribute reference (LIKE) 20100510
9 GC_NAME Instance attribute Private Attribute reference (LIKE) 20100510
10 GC_POST_CODE Instance attribute Private Attribute reference (LIKE) 20100510
11 GC_PTRA_WEB_INTERF Instance attribute Private Attribute reference (LIKE) 20100510
12 GC_RECEIPT_ITEM Instance attribute Private Attribute reference (LIKE) 20100510
13 GC_RECEIPT_NO Instance attribute Private Attribute reference (LIKE) 20100510
14 GC_SC_INPUT Instance attribute Private Attribute reference (LIKE) 20100510
15 GC_SC_INVISIBLE Instance attribute Private Attribute reference (LIKE) 20100510
16 GC_SC_REQUIRED Instance attribute Private Attribute reference (LIKE) 20100510
17 GC_SC_VISIBLE_NO_INPUT Instance attribute Private Attribute reference (LIKE) 20100510
18 GC_START_DATE Instance attribute Private Attribute reference (LIKE) 20100510
19 GC_STCD1 Instance attribute Private Attribute reference (LIKE) 20100510
20 GC_STCEG Instance attribute Private Attribute reference (LIKE) 20100510
21 GC_STREET Instance attribute Private Attribute reference (LIKE) 20100510
22 GC_T706D Instance attribute Private Attribute reference (LIKE) 20100510
23 GC_T706_VAT_FLDS Instance attribute Private Attribute reference (LIKE) 20100510
24 GC_TRUE Instance attribute Private Attribute reference (LIKE) 20100510
25 GC_VAT_NOT_RELEVANT Instance attribute Private Attribute reference (LIKE) 20100510
26 GC_VAT_RELEVANT_COMPLETE Instance attribute Private Attribute reference (LIKE) 20100510
27 GC_VAT_RELEVANT_INCOMPLETE Instance attribute Private Attribute reference (LIKE) 20100510
28 GC_VAT_RELEVANT_NO_TO_COMPLETE Instance attribute Private Attribute reference (LIKE) 20100510
29 GC_VAT_SERVICE_CODE Instance attribute Private Attribute reference (LIKE) 20100510
30 GT_REQ_FIELDS Instance attribute Private Attribute reference (LIKE) 20100510
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_KEY Static method Public Method Checks If Entry Exists for Primary Key (Exception) 20100510
2 GET_ENTRY Static method Public Method Retrieves Structure to Primary Key 20100510
3 GET_ENTRY_ON_DATE Static method Public Method Retrieves an Entry That Matches Date 20100510
4 GET_LIST_BY_LNDGR Static method Public Method Retrieves All Entries to 2nd Partial Key Field 20100510
5 GET_LIST_BY_MOREI Static method Public Method Retrieves All Entries to 1st Partial Key Field 20100510
6 GET_LIST_ON_DATE_BY_LNDGR Static method Public Method Retrieves All Entries to 2nd Partial Key Field within Lifesp 20100510
7 GET_LIST_ON_DATE_BY_MOREI Static method Public Method Retrieves All Entries to 1st Partial Key Field within Lifesp 20100510
Events
Class CL_FITV_T706_VAT_FLDS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_FIELD_DESCRIPTION Private Attribute reference (LIKE) 20100510
2 TTY_VAT_REQ_FIELDS Private Attribute reference (LIKE) 20100510
3 TY_FIELD_DESCRIPTION Private Attribute reference (LIKE) 20100510
4 TY_S_DATA Public See coding 20100510 BEGIN OF ty_s_data . INCLUDE TYPE t706_vat_flds. TYPES END OF ty_s_data
5 TY_T_DATA Public See coding 20100510 ty_t_data TYPE STANDARD TABLE OF ty_s_data WITH DEFAULT KEY
6 TY_VAT_REQ_FIELDS Private Attribute reference (LIKE) 20100510
7 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 Importing IV_ENDDA Call by reference Type reference (TYPE) TY_V_DATE Datum 20100510
2 Importing IV_LNDGR Call by reference Type reference (TYPE) LNDGR Land 20100510
3 Importing IV_MOREI Call by reference Type reference (TYPE) MOREI Reiseregelungsvariante 20100510
# Exception Resumable Description Created on
1 CX_FITV_KEY_NOT_FOUND Objekt nicht gefunden 20100510

Method GET_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENDDA Call by reference Type reference (TYPE) TY_V_DATE Aktuelles Datum des Applikationsservers 20100510
2 Importing IV_LNDGR Call by reference Type reference (TYPE) LNDGR 20100510
3 Importing IV_MOREI Call by reference Type reference (TYPE) MOREI 20100510
4 Returning RS_ENTRY Value transfer Type reference (TYPE) TY_S_DATA 20100510
# Exception Resumable Description Created on
1 CX_FITV_KEY_NOT_FOUND 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 Importing IV_DATE Call by reference Type reference (TYPE) TY_V_DATE Aktuelles Datum des Applikationsservers 20100510
2 Importing IV_LNDGR Call by reference Type reference (TYPE) LNDGR 20100510
3 Importing IV_MOREI Call by reference Type reference (TYPE) MOREI 20100510
4 Returning RS_ENTRY Value transfer Type reference (TYPE) TY_S_DATA 20100510
# Exception Resumable Description Created on
1 CX_FITV_ERROR_OCCURED Fehler aufgetreten 20100510
2 CX_FITV_KEY_NOT_FOUND Objekt nicht gefunden 20100510

Method GET_LIST_BY_LNDGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LNDGR Call by reference Type reference (TYPE) LNDGR Reiseland / Reiseländergruppe 20100510
2 Importing IV_MOREI Call by reference Type reference (TYPE) MOREI Reiseregelungsvariante 20100510
3 Returning RT_LIST Value transfer Type reference (TYPE) TY_T_DATA 20100510

Method GET_LIST_BY_LNDGR on class CL_FITV_T706_VAT_FLDS has no exception.

Method GET_LIST_BY_MOREI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MOREI Call by reference Type reference (TYPE) MOREI Reiseregelungsvariante 20100510
2 Returning RT_LIST Value transfer Type reference (TYPE) TY_T_DATA 20100510

Method GET_LIST_BY_MOREI on class CL_FITV_T706_VAT_FLDS 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 Importing IV_DATE Call by reference Type reference (TYPE) TY_V_DATE Aktuelles Datum des Applikationsservers 20100510
2 Importing IV_LNDGR Call by reference Type reference (TYPE) LNDGR 20100510
3 Importing IV_MOREI Call by reference Type reference (TYPE) MOREI 20100510
4 Returning RT_LIST Value transfer Type reference (TYPE) TY_T_DATA 20100510

Method GET_LIST_ON_DATE_BY_LNDGR on class CL_FITV_T706_VAT_FLDS has no exception.

Method GET_LIST_ON_DATE_BY_MOREI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) TY_V_DATE Aktuelles Datum des Applikationsservers 20100510
2 Importing IV_MOREI Call by reference Type reference (TYPE) MOREI 20100510
3 Returning RT_LIST Value transfer Type reference (TYPE) TY_T_DATA 20100510

Method GET_LIST_ON_DATE_BY_MOREI on class CL_FITV_T706_VAT_FLDS has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in