SAP ABAP Class IF_SCV_CRC_SERVICES (Services for Calculating CRC Values)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SCV_CRC_SERVICES Services for Calculating CRC Values 20100429
Properties
Class IF_SCV_CRC_SERVICES  
Short Description Services for Calculating CRC Values    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100429   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SCV_CRC_SERVICES has no forward declaration.
Interfaces
Class IF_SCV_CRC_SERVICES has no interface implemented.
Friends
Class IF_SCV_CRC_SERVICES has no friend class.
Attributes
Class IF_SCV_CRC_SERVICES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CRC32_FOR_INT4 Instance method Public Method Creates a CRC hash value for data type I(4) 20100429
2 CREATE_CRC32_FOR_STRING Instance method Public Method Creates a CRC hash value for data type STRING 20110131
3 CREATE_CRC32_FOR_X4 Instance method Public Method Creates a CRC hash value for data type X(4) 20100429
Events
Class IF_SCV_CRC_SERVICES has no event.
Types
Class IF_SCV_CRC_SERVICES has no local type.
Method Signatures

Method CREATE_CRC32_FOR_INT4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20120213
2 Returning R_CRC32 Value transfer Object reference (TYPE REF TO) IF_SCV_CRC32 20100429

Method CREATE_CRC32_FOR_INT4 on class IF_SCV_CRC_SERVICES has no exception.

Method CREATE_CRC32_FOR_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20120213
2 Returning R_CRC32 Value transfer Object reference (TYPE REF TO) IF_SCV_CRC32 CRC32-Hashwert 20110131

Method CREATE_CRC32_FOR_STRING on class IF_SCV_CRC_SERVICES has no exception.

Method CREATE_CRC32_FOR_X4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20120213
2 Returning R_CRC32 Value transfer Object reference (TYPE REF TO) IF_SCV_CRC32 20100429

Method CREATE_CRC32_FOR_X4 on class IF_SCV_CRC_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in