SAP ISM_CVI_ADAPTER OO Class - Adapter Class for CVI









ISM_CVI_ADAPTER 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 ISM_CVI_ADAPTER 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 ISM_CVI_ADAPTER 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
CLASS_CONSTRUCTORConstructor for CVI AdapterPublic
CALL METHOD ism_cvi_adapter=>CLASS_CONSTRUCTOR...more details

KNA1_GETGet KNA1 from CVIPublic
CALL METHOD ism_cvi_adapter=>KNA1_GET...more details

KNA1_SETTransfer KNA1 to CVIPublic
CALL METHOD ism_cvi_adapter=>KNA1_SET...more details

KNB1_GETGet KNB1 from CVIPublic
CALL METHOD ism_cvi_adapter=>KNB1_GET...more details

KNB1_SETTransfer KNB1 to CVIPublic
CALL METHOD ism_cvi_adapter=>KNB1_SET...more details

KNB5_GETGet KNB5 from CVIPublic
CALL METHOD ism_cvi_adapter=>KNB5_GET...more details

KNB5_SETTransfer KNB1 to CVIPublic
CALL METHOD ism_cvi_adapter=>KNB5_SET...more details

KNVI_GETGet KNVI from CVIPublic
CALL METHOD ism_cvi_adapter=>KNVI_GET...more details

KNVI_SETTransfer KNB1 to CVIPublic
CALL METHOD ism_cvi_adapter=>KNVI_SET...more details

KNVV_GETGet KNB1 from CVIPublic
CALL METHOD ism_cvi_adapter=>KNVV_GET...more details

KNVV_SETTransfer KNVV to CVIPublic
CALL METHOD ism_cvi_adapter=>KNVV_SET...more details

LFA1_GETGet LFA1 from CVIPublic
CALL METHOD ism_cvi_adapter=>LFA1_GET...more details

LFA1_SETTransfer LFA1 to CVIPublic
CALL METHOD ism_cvi_adapter=>LFA1_SET...more details

LFB1_GETGet LFB1 from CVIPublic
CALL METHOD ism_cvi_adapter=>LFB1_GET...more details

LFB1_SETTransfer LFB1 to CVIPublic
CALL METHOD ism_cvi_adapter=>LFB1_SET...more details

ON_COMPANY_CODE_ADDEDProcess Addition of Company CodePrivate
CALL METHOD ism_cvi_adapter=>ON_COMPANY_CODE_ADDED...more details

ON_COMPANY_CODE_CHANGEDProcess Change to Company CodePrivate
CALL METHOD ism_cvi_adapter=>ON_COMPANY_CODE_CHANGED...more details

ON_COMPANY_CODE_DELETEDProcess Deletion of Company CodePrivate
CALL METHOD ism_cvi_adapter=>ON_COMPANY_CODE_DELETED...more details

ON_SALES_AREA_ADDEDProcess Addition of Sales AreaPrivate
CALL METHOD ism_cvi_adapter=>ON_SALES_AREA_ADDED...more details

ON_SALES_AREA_CHANGEDProcess Change to Sales AreaPrivate
CALL METHOD ism_cvi_adapter=>ON_SALES_AREA_CHANGED...more details

ON_SALES_AREA_DELETEDProcess Deletion of Sales AreaPrivate
CALL METHOD ism_cvi_adapter=>ON_SALES_AREA_DELETED...more details



ISM_CVI_ADAPTER 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
CV_CVI_EVENT_ADDEDConstantEvent for Processing Organizational Units'I'LIKE
JGCVI_EVENT
Public
CV_CVI_EVENT_CHANGEDConstantEvent for Processing Organizational Units'C'LIKE
JGCVI_EVENT
Public
CV_CVI_EVENT_DELETEDConstantEvent for Processing Organizational Units'D'LIKE
JGCVI_EVENT
Public


Links to Related Class(s)

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