SAP ABAP Class CL_FCLM_LQH_API (API for Reading LQH Info From DB)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   TR (Application Component) Treasury
     FCLM_REUSE (Package) Common / Reusable Components
Properties
Class CL_FCLM_LQH_API  
Short Description API for Reading LQH Info From DB    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCLM_REUSE   Common / Reusable Components 
Created 20130510   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FCLM_LQH_API has no forward declaration.
Interfaces
Class CL_FCLM_LQH_API has no interface implemented.
Friends
Class CL_FCLM_LQH_API has no friend class.
Attributes
Class CL_FCLM_LQH_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_HIER_NAME_EXIST Static method Public Method 20130719
2 DEQUEUE_HIER Static method Public Method 20130719
3 ENQUEUE_HIER Static method Public Method 20130719
4 INSERT_LQH_HEADER Static method Public Method 20130719
5 INSERT_LQH_RELATION Static method Public Method 20130719
6 READ_LQH_HEADER Static method Public Method 20130719
7 READ_LQH_RELATION Static method Public Method 20130719
8 UPDATE_LQH_ATTR_BY_ID Static method Public Method 20130719
9 UPDATE_LQH_HEADER Static method Public Method 20130719
Events
Class CL_FCLM_LQH_API has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_RT_HIER_ID Public See coding 20130719 TY_RT_HIER_ID TYPE RANGE OF fclm_hier_id
2 TY_RT_HIER_NAME Public See coding 20130719 TY_RT_HIER_NAME TYPE RANGE OF fclm_hier_name
3 TY_T_HEADER Public See coding 20130719 TY_T_HEADER TYPE TABLE OF FCLM_S_LQH_HEADER_ATT
4 TY_T_HIER Public See coding 20130719 TY_T_HIER TYPE TABLE OF fclm_lqh_hier
Method Signatures

Method CHECK_HIER_NAME_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HIER_NAME Call by reference Type reference (TYPE) FCLM_HIER_NAME Hierarchy Name 20130719
2 Returning RV_SUBRC Value transfer Attribute reference (LIKE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130719

Method CHECK_HIER_NAME_EXIST on class CL_FCLM_LQH_API has no exception.

Method DEQUEUE_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HIER_ID Call by reference Type reference (TYPE) FCLM_HIER_ID Hierarchy ID 20130719
2 Returning RV_SUBRC Value transfer Attribute reference (LIKE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130719

Method DEQUEUE_HIER on class CL_FCLM_LQH_API has no exception.

Method ENQUEUE_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HIER_ID Call by reference Type reference (TYPE) FCLM_HIER_ID Hierarchy ID 20130719
2 Returning RV_SUBRC Value transfer Attribute reference (LIKE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130719

Method ENQUEUE_HIER on class CL_FCLM_LQH_API has no exception.

Method INSERT_LQH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) FCLM_S_LQH_HEADER_ATT Attribute Structure for Liquidity Item Hierarchy Attribute 20130719
2 Returning RV_SUBRC Value transfer Attribute reference (LIKE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130719

Method INSERT_LQH_HEADER on class CL_FCLM_LQH_API has no exception.

Method INSERT_LQH_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RELATION Call by reference Type reference (TYPE) TY_T_HIER 20130719
2 Returning RV_SUBRC Value transfer Attribute reference (LIKE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130719

Method INSERT_LQH_RELATION on class CL_FCLM_LQH_API has no exception.

Method READ_LQH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER Call by reference Type reference (TYPE) TY_T_HEADER Attribute Structure for Liquidity Item Hierarchy Attribute 20130719
2 Importing IR_HIER_ID Call by reference Type reference (TYPE) TY_RT_HIER_ID 20130719
3 Importing IR_HIER_NAME Call by reference Type reference (TYPE) TY_RT_HIER_NAME 20130719

Method READ_LQH_HEADER on class CL_FCLM_LQH_API has no exception.

Method READ_LQH_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RELATION Call by reference Type reference (TYPE) TY_T_HIER 20130719
2 Importing IV_HIER_ID Call by reference Type reference (TYPE) FCLM_HIER_ID Hierarchy ID 20130719

Method READ_LQH_RELATION on class CL_FCLM_LQH_API has no exception.

Method UPDATE_LQH_ATTR_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATETO Call by reference Type reference (TYPE) FCLM_DATETO Valid To Date 20130719
2 Importing IV_HIER_ID Call by reference Type reference (TYPE) FCLM_HIER_ID Hierarchy ID 20130719
3 Importing IV_STATUS Call by reference Type reference (TYPE) FCLM_HIER_STATUS Hierarchy Status 20130719
4 Returning RV_SUBRC Value transfer Attribute reference (LIKE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130719

Method UPDATE_LQH_ATTR_BY_ID on class CL_FCLM_LQH_API has no exception.

Method UPDATE_LQH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) FCLM_S_LQH_HEADER_ATT Attribute Structure for Liquidity Item Hierarchy Attribute 20130719
2 Returning RV_SUBRC Value transfer Attribute reference (LIKE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130719

Method UPDATE_LQH_HEADER on class CL_FCLM_LQH_API has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in