SAP VCL_INFO OO Class - OBSOLETE: FS-CD Information Container









VCL_INFO 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 VCL_INFO 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 VCL_INFO 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
GET_FUNC_MODULESDetermine function modules due to eventPublic
CALL METHOD vcl_info=>GET_FUNC_MODULES...more details

ICRN_CONVERT_TO_XIMap DVIINFOTYPE to Generated Proxy StructuresPublic
CALL METHOD vcl_info=>ICRN_CONVERT_TO_XI...more details

ICRN_READ_DATACONTRead Additional Information from Data ContainerPublic
CALL METHOD vcl_info=>ICRN_READ_DATACONT...more details

ICRN_READ_DBCLUSTERRead Additional Information from DVIINFOCLUSTPublic
CALL METHOD vcl_info=>ICRN_READ_DBCLUSTER...more details

SET_COUNTERInfo Container: How Often Was the Message Sent?Public
CALL METHOD vcl_info=>SET_COUNTER...more details

SET_INFOCONTAINERSet Info ContainerPublic
CALL METHOD vcl_info=>SET_INFOCONTAINER...more details



VCL_INFO 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
DATA1Instance AttributeCorrespondence Data FieldLIKE
CDATA_VI
Public
DATA2Instance AttributeCorrespondence Data FieldLIKE
CDATA_VI
Public
DATA3Instance AttributeCorrespondence Data FieldLIKE
CDATA_VI
Public
DATA4Instance AttributeCorrespondence Data FieldLIKE
CDATA_VI
Public
ENTID1Instance AttributeCorrespondence DataLIKE
ENTID_VI
Public
ENTID2Instance AttributeCorrespondence DataLIKE
ENTID_VI
Public
ENTID3Instance AttributeCorrespondence DataLIKE
ENTID_VI
Public
ENTID4Instance AttributeCorrespondence DataLIKE
ENTID_VI
Public
GPARTInstance AttributeBusiness Partner NumberLIKE
GPART_KK
Public
INFOHKFInstance AttributeInformation OriginLIKE
INFOHKF_VI
Public
INFOKEYInstance AttributeInfo KeyLIKE
INFOKEY_VI
Public
INFOTYPInstance AttributeInfotypeLIKE
INFOTYP_VI
Public
LAUFDInstance AttributeDate ID for Creation RunLIKE
INFO_LAUFD_VI
Public
LAUFIInstance AttributeAdditional ID Characteristic for Creation RunLIKE
INFO_LAUFI_VI
Public
TRIALInstance AttributeData Element for BOOLE Domain: TRUE (='X') und FALSE (=' ')LIKE
BOOLE-BOOLE
Public
VKONTInstance AttributeContract Account NumberLIKE
VKONT_KK
Public
VTREFInstance AttributeReference Specifications from ContractLIKE
VTREF_KK
Public


Links to Related Class(s)

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