SAP /BCV/CL_SIN_SERVICE OO Class - Service Klasse für CL_SIN_SEARCH*









/BCV/CL_SIN_SERVICE 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 /BCV/CL_SIN_SERVICE 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 /BCV/CL_SIN_SERVICE 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
ADD_MESSAGE_TO_CHECK_LOGAdd message to LogPublic
CALL METHOD /bcv/cl_sin_service=>ADD_MESSAGE_TO_CHECK_LOG...more details

CHECK_AUTHORITYAuthority CheckPublic
CALL METHOD /bcv/cl_sin_service=>CHECK_AUTHORITY...more details

CHECK_DUPLICATES_AUXAuxiliary method for CHECK_DUPLICATES methodsPublic
CALL METHOD /bcv/cl_sin_service=>CHECK_DUPLICATES_AUX...more details

CHECK_RFC_CONNECTIONCheck RFC Connections for Search IDPublic
CALL METHOD /bcv/cl_sin_service=>CHECK_RFC_CONNECTION...more details

CHECK_SYSTEMChecks systemPublic
CALL METHOD /bcv/cl_sin_service=>CHECK_SYSTEM...more details

CONVERT_DATE_INT_TO_EXTconvert date internal to externalPublic
CALL METHOD /bcv/cl_sin_service=>CONVERT_DATE_INT_TO_EXT...more details

CONVERT_PERIOD_INT_TO_EXTconverts period formatPublic
CALL METHOD /bcv/cl_sin_service=>CONVERT_PERIOD_INT_TO_EXT...more details

GET_ATTRIBUTE_DETAILSGet attribute details of a given classPublic
CALL METHOD /bcv/cl_sin_service=>GET_ATTRIBUTE_DETAILS...more details

GET_CLASSNAMEGet all classes that implement a given interfacePublic
CALL METHOD /bcv/cl_sin_service=>GET_CLASSNAME...more details

GET_CLSNAMEGet name of calling classPublic
CALL METHOD /bcv/cl_sin_service=>GET_CLSNAME...more details

GET_DESTINATIONGet RFC destinationPublic
CALL METHOD /bcv/cl_sin_service=>GET_DESTINATION...more details

GET_ERROR_OCCUREDGet error occuredPublic
CALL METHOD /bcv/cl_sin_service=>GET_ERROR_OCCURED...more details

GET_RFC_DATE_FORMATget RFC date formatPublic
CALL METHOD /bcv/cl_sin_service=>GET_RFC_DATE_FORMAT...more details

GET_SYSTEMGet systemPublic
CALL METHOD /bcv/cl_sin_service=>GET_SYSTEM...more details

READ_SYSTEMRead system data from database if necessaryPrivate
CALL METHOD /bcv/cl_sin_service=>READ_SYSTEM...more details

SET_CLASSNAMEmethod for ABAP Unit testPublic
CALL METHOD /bcv/cl_sin_service=>SET_CLASSNAME...more details

SET_ERRORSSet errorsPublic
CALL METHOD /bcv/cl_sin_service=>SET_ERRORS...more details

SPLIT_MESSAGESplits messagePublic
CALL METHOD /bcv/cl_sin_service=>SPLIT_MESSAGE...more details



/BCV/CL_SIN_SERVICE 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
GT_ERRORSStatic AttributeLIKE
TT_ERRORS
Private
GT_RFC_DATE_FORMATSStatic AttributeLIKE
TT_DATE_FORMATS
Private
GT_SYSTEMStatic AttributeSystem dataLIKE
TT_SYSTEM
Private
GV_SERVICE_CALL_CLASSNAMEStatic AttributeObject Type Name'/BCV/CL_SIN_SERVICE_CALL'LIKE
SEOCLSNAME
Protected




/BCV/CL_SIN_SERVICE types

TT_DATE_FORMATS -
TT_ERRORS -
TT_SYSTEM -
TY_DATE_FORMATS -
TY_ERRORS -
TY_SYSTEM -
TY_S_SEARCH_ID - Structure of Search Connector ID
TY_T_SEARCH_ID - Table of Search Connector IDs

Links to Related Class(s)

/BCV/CL_...
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!