SAP ABAP Class IF_FPM_TOKEN_PROVIDER (FPM: Token Provider)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_DATE_DEFAULT_TOKEN_PROV FPM Search: relative Date provider 20140804
Properties
Class IF_FPM_TOKEN_PROVIDER  
Short Description FPM: Token Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20140729   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FPM_TOKEN_PROVIDER has no forward declaration.
Interfaces
Class IF_FPM_TOKEN_PROVIDER has no interface implemented.
Friends
Class IF_FPM_TOKEN_PROVIDER has no friend class.
Attributes
Class IF_FPM_TOKEN_PROVIDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_TOKENS Instance method Public Method 20140730
2 RESOLVE_TOKEN Instance method Public Method 20140730
Events
Class IF_FPM_TOKEN_PROVIDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_TOKEN Public See coding 20140730 BEGIN OF ty_s_token , token TYPE fpm_token, text TYPE string, token_type TYPE ty_token_type, END OF ty_s_token
2 TY_TOKEN_TYPE Public See coding 20140730 ty_token_type TYPE c LENGTH 1
3 TY_T_TOKEN Public See coding 20140730 ty_t_token TYPE STANDARD TABLE OF ty_s_token
Method Signatures

Method GET_TOKENS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOKEN Call by reference Type reference (TYPE) TY_T_TOKEN 20140730
2 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20140730

Method GET_TOKENS on class IF_FPM_TOKEN_PROVIDER has no exception.

Method RESOLVE_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HIGH Call by reference Type reference (TYPE) DATA 20140730
2 Exporting EV_LOW Call by reference Type reference (TYPE) DATA 20140730
3 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20140730
4 Importing IV_TOKEN Call by reference Type reference (TYPE) FPM_TOKEN 20140730

Method RESOLVE_TOKEN on class IF_FPM_TOKEN_PROVIDER has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in