SAP AIN_CL_EPC_C OO Class - Common Constants for EPCs decoding/encodeing









AIN_CL_EPC_C is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class AIN_CL_EPC_C including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of AIN_CL_EPC_C SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability



AIN_CL_EPC_C attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ACTIVEConstantActive or Inactive Indicator'X'LIKE
AIN_EPC_ACTIVE_IND
Public
BIN_LENGTHConstant80LIKE
I
Public
CHANGE_CURRENTConstantUpdate indicator'C'LIKE
AIN_EPC_UPDKZ
Public
DOD164ConstantEPC Type'DOD1-64'LIKE
AIN_EPC_TYPE
Public
DOD196ConstantEPC Type'DOD1-96'LIKE
AIN_EPC_TYPE
Public
EPC_LEN24ConstantLength of EPC Serial Number (Bits)'24'LIKE
AIN_EPC_LENGTH
Public
EPC_LEN36ConstantLength of EPC Serial Number (Bits)'36'LIKE
AIN_EPC_LENGTH
Public
EPC_MSG_IDConstantMessages, Message Class'AIN_EPC'LIKE
SYMSGID
Public
ERRORConstantMessage type: S Success, E Error, W Warning, I Info, A Abort'E'LIKE
BAPI_MTYPE
Public
FALSEConstantBoolean Variable (X=True, -=False, Space=Unknown)' 'LIKE
BOOLEAN
Public
GTINConstantNot More Closely Defined Area, Possibly Used for Patchlevels'GTIN'LIKE
CHAR4
Public
GTIN_LENConstantCompany Prefix Length'14'LIKE
AIN_EPC_PREFIX_LENGTH
Public
GTIN_REQConstantNumber Range Object Type'07'LIKE
AIN_EPC_OBJ_TYP
Public
HEX_LENGTHConstant10LIKE
I
Public
INACTIVEConstantActive or Inactive Indicator' 'LIKE
AIN_EPC_ACTIVE_IND
Public
INFOConstantMessage type: S Success, E Error, W Warning, I Info, A Abort'I'LIKE
BAPI_MTYPE
Public
INSERTConstantUpdate indicator'I'LIKE
AIN_EPC_UPDKZ
Public
INT_MAXConstant2147483647LIKE
I
Public
MSG_NAMEConstant30 Characters'NUMBERRANGEREQ_MSG'LIKE
CHAR30
Public
OBJECTConstantApplication log: Object name (Application code)'AIN'LIKE
BALOBJ_D
Public
REQOBJConstantApplication Log: Subobject'REQOBJ'LIKE
BALSUBOBJ
Public
SGLN64ConstantEPC Type'SGLN-64'LIKE
AIN_EPC_TYPE
Public
SGLN96ConstantEPC Type'SGLN-96'LIKE
AIN_EPC_TYPE
Public
SGTIN64ConstantEPC Type'SGTIN-64'LIKE
AIN_EPC_TYPE
Public
SGTIN96ConstantEPC Type'SGTIN-96'LIKE
AIN_EPC_TYPE
Public
SSCCConstantNot More Closely Defined Area, Possibly Used for Patchlevels'SSCC'LIKE
CHAR4
Public
SSCC64ConstantEPC Type'SSCC-64'LIKE
AIN_EPC_TYPE
Public
SSCC96ConstantEPC Type'SSCC-96'LIKE
AIN_EPC_TYPE
Public
SSCC_LENConstantCompany Prefix Length'18'LIKE
AIN_EPC_PREFIX_LENGTH
Public
SUCCESSConstantMessage type: S Success, E Error, W Warning, I Info, A Abort'S'LIKE
BAPI_MTYPE
Public
TRUEConstantBoolean Variable (X=True, -=False, Space=Unknown)'X'LIKE
BOOLEAN
Public
UPDATEConstantUpdate indicator'U'LIKE
AIN_EPC_UPDKZ
Public
WARNINGConstantMessage type: S Success, E Error, W Warning, I Info, A Abort'W'LIKE
BAPI_MTYPE
Public


Links to Related Class(s)

AIN_CL_E...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!