SAP ABAP Class CL_FITV_T706S (Reading of Trip Schema)
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_T706S  
Short Description Reading of Trip Schema    
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 20100324   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FITV_T706S has no interface implemented.
Friends
Class CL_FITV_T706S has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CLASSNAME Constant Public Type reference (TYPE) STRING 'CL_FITV_T706S' Class Name 20100510
2 GC_TABLENAME Constant Public Type reference (TYPE) STRING 'T706S' Table name 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 EXISTS Static method Public Method Checks If Entry Exists for Primary Key (Y/N) 20100510
3 GET_COUNT Static method Public Method Retrieves Number of Entries 20100510
4 GET_ENTRY Static method Public Method Retrieves Structure to Primary Key 20100510
5 GET_LIST Static method Public Method Retrieves All Entries 20100510
Events
Class CL_FITV_T706S 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 t706s. 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
Method Signatures

Method CHECK_KEY 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) TY_S_DATA-MOREI 20100510
2 Importing IV_SCHEM Call by reference Type reference (TYPE) TY_S_DATA-SCHEM 20100510
# Exception Resumable Description Created on
1 CX_FITV_KEY_NOT_FOUND Ausnahmeklasse für T706B1 20100510

Method EXISTS 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) TY_S_DATA-MOREI Trip Provision Variant 20100510
2 Importing IV_SCHEM Call by reference Type reference (TYPE) TY_S_DATA-SCHEM Trip Scheme 20100510
3 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Entry Exists? 20100510
# Exception Resumable Description Created on
1 CX_FITV_KEY_NOT_FOUND 20100510

Method GET_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) I Number of Entries 20100510

Method GET_COUNT on class CL_FITV_T706S has no exception.

Method GET_ENTRY 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) TY_S_DATA-MOREI Trip Provision Variant 20100510
2 Importing IV_SCHEM Call by reference Type reference (TYPE) TY_S_DATA-SCHEM Trip Scheme 20100510
3 Returning RS_ENTRY Value transfer Type reference (TYPE) TY_S_DATA Entry of Configuration Data 20100510
# Exception Resumable Description Created on
1 CX_FITV_KEY_NOT_FOUND 20100510

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LIST Value transfer Type reference (TYPE) TY_T_DATA List of Configuration Data 20100510

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