SAP AC_CVI_KEY_ASSIGNMENT OO Class - Abstract Superclass for CVI Key Assignment









AC_CVI_KEY_ASSIGNMENT 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 AC_CVI_KEY_ASSIGNMENT including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_UKM_EASY

Method list of AC_CVI_KEY_ASSIGNMENT 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
FLUSH_ASSIGNMENTSSaves Key Assignments to DatabasePublic
CALL METHOD ac_cvi_key_assignment=>FLUSH_ASSIGNMENTS...more details

GET_NRIVReturns Entire Customizing for Number RangePublic
CALL METHOD ac_cvi_key_assignment=>GET_NRIV...more details

GET_NRIV_LINEReturns Special Customizing for Number RangePublic
CALL METHOD ac_cvi_key_assignment=>GET_NRIV_LINE...more details

GET_NRIV_TYPEReturns Number Range Category (Internal/External)Public
CALL METHOD ac_cvi_key_assignment=>GET_NRIV_TYPE...more details

GET_PARTNER_GUIDReturns Partner GUID for Partner NumberPublic
CALL METHOD ac_cvi_key_assignment=>GET_PARTNER_GUID...more details

GET_PARTNER_IDReturns Partner Number for Partner GUIDPublic
CALL METHOD ac_cvi_key_assignment=>GET_PARTNER_ID...more details

INITIALIZE_CUSTOMIZINGInitializes Customizing Data in BufferProtected
CALL METHOD ac_cvi_key_assignment=>INITIALIZE_CUSTOMIZING...more details

IS_CUSTOMIZING_READIndicates Whether Customizing Has Already Been ReadProtected
CALL METHOD ac_cvi_key_assignment=>IS_CUSTOMIZING_READ...more details

IS_STRATEGY_ACTIVEIndicates Whether Strategy Is Active for 2 ObjectsPublic
CALL METHOD ac_cvi_key_assignment=>IS_STRATEGY_ACTIVE...more details

NEW_PARTNER_IDDetermines New Business Partner NumberPublic
CALL METHOD ac_cvi_key_assignment=>NEW_PARTNER_ID...more details



AC_CVI_KEY_ASSIGNMENT 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
CUSTOMIZING_READInstance AttributeData Element for Domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE-BOOLE
Private
FALSEConstantData Element for Domain BOOLE: TRUE (='X') and FALSE (=' ')SPACELIKE
BOOLE-BOOLE
Public
MEM_NRIVInstance AttributeNumber Range IntervalLIKE
CVIS_NRIV_T
Private
MEM_STRATEGIESInstance AttributeActive Synchronization OptionsLIKE
MDS_CTRLS_SYNC_OPT_ACT
Private
NROBJ_CUSTOMERConstantName of Number Range Object'DEBITOR'LIKE
NROBJ
Public
NROBJ_PARTNERConstantName of Number Range Object'BU_PARTNER'LIKE
NROBJ
Public
NROBJ_VENDORConstantName of Number Range Object'KREDITOR'LIKE
NROBJ
Public
REQ_STATUS_NOT_REQConstantDefinition for Status of Required Assignments'N'LIKE
CVI_REQ_STATUS
Public
REQ_STATUS_OPTIONALConstantDefinition for Status of Required Assignments'O'LIKE
CVI_REQ_STATUS
Public
REQ_STATUS_REQUIREDConstantDefinition for Status of Required Assignments'R'LIKE
CVI_REQ_STATUS
Public
REQ_STATUS_SENDERConstantDefinition for Status of Required Assignments'S'LIKE
CVI_REQ_STATUS
Public
TRUEConstantData Element for Domain BOOLE: TRUE (='X') and FALSE (=' ')'X'LIKE
BOOLE-BOOLE
Public
UKM_OBJECT_CUSTOMERConstantSynchronization Object'CUSTOMER'LIKE
MDS_CTRL_OBJECT
Public
UKM_OBJECT_PARTNERConstantSynchronization Object'BP'LIKE
MDS_CTRL_OBJECT
Public
UKM_OBJECT_VENDORConstantSynchronization Object'VENDOR'LIKE
MDS_CTRL_OBJECT
Public


Links to Related Class(s)

AC_CVI_K...
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!