SAP ABAP Class CL_CIAP_VIEW (Helper class for methods used in view validation.)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   FI-LOC (Application Component) Localization
     INT_TMF_CIAP (Package) TMF Integration Features: CIAP
Properties
Class CL_CIAP_VIEW  
Short Description Helper class for methods used in view validation.    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package INT_TMF_CIAP   TMF Integration Features: CIAP 
Created 20131112   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CIAP_VIEW has no forward declaration.
Interfaces
Class CL_CIAP_VIEW has no interface implemented.
Friends
Class CL_CIAP_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_CIAP_VIEW Instance for singleton pattern 20131118
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Returns class instance (singleton) 20131118
2 VALIDATE_DATE_NO_QUO_BP Instance method Public Method Validate date 20131118
3 VALIDATE_DATE_NO_QUO_ST Instance method Public Method Validate date 20131118
Events
Class CL_CIAP_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_NO_QUO_BP Public See coding 20131118 tty_no_quo_bp TYPE STANDARD TABLE OF ciap_c_no_quo_bp WITH DEFAULT KEY
2 TTY_NO_QUO_ST Public See coding 20131118 tty_no_quo_st TYPE STANDARD TABLE OF ciap_c_no_quo_st WITH DEFAULT KEY
3 TY_NO_QUO_BP Public Type reference (TYPE) CIAP_C_NO_QUO_BP 20131204
4 TY_NO_QUO_ST Public Type reference (TYPE) CIAP_C_NO_QUO_ST 20131126
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CIAP_VIEW Helper class for methods used in view validation. 20131118

Method GET_INSTANCE on class CL_CIAP_VIEW has no exception.

Method VALIDATE_DATE_NO_QUO_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NO_QUO_BP Call by reference Type reference (TYPE) TTY_NO_QUO_BP Table with current view data. 20131118
2 Importing IV_BUSINESS_PLACE Call by reference Type reference (TYPE) J_1BBRANC_ Business Place 20131118
3 Importing IV_COMPANY_CODE Call by reference Type reference (TYPE) BUKRS Company Code 20131118
4 Importing IV_VALID_FROM Call by reference Type reference (TYPE) BEGDA Start Date 20131118
5 Importing IV_VALID_TO Call by reference Type reference (TYPE) ENDDA End Date 20131118
# Exception Resumable Description Created on
1 CX_CIAP_DATE_OVERLAPPING Date in the inserted record overlaps another period. 20131118

Method VALIDATE_DATE_NO_QUO_ST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NO_QUO_ST Call by reference Type reference (TYPE) TTY_NO_QUO_ST 20131118
2 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Company Code 20131118
3 Importing IV_STATE Call by reference Type reference (TYPE) REGIO Business Place 20131118
4 Importing IV_VALID_FROM Call by reference Type reference (TYPE) BEGDA Start Date 20131118
5 Importing IV_VALID_TO Call by reference Type reference (TYPE) ENDDA End Date 20131118
# Exception Resumable Description Created on
1 CX_CIAP_DATE_OVERLAPPING In case dates of new records overlaps a previous entry. 20131118
History
Last changed by/on SAP  20140121 
SAP Release Created in