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 Name | Description | Visability |
| ADD_MESSAGE_TO_CHECK_LOG | Add message to Log | Public |
| CALL METHOD /bcv/cl_sin_service=>ADD_MESSAGE_TO_CHECK_LOG...more details | ||
| CHECK_AUTHORITY | Authority Check | Public |
| CALL METHOD /bcv/cl_sin_service=>CHECK_AUTHORITY...more details | ||
| CHECK_DUPLICATES_AUX | Auxiliary method for CHECK_DUPLICATES methods | Public |
| CALL METHOD /bcv/cl_sin_service=>CHECK_DUPLICATES_AUX...more details | ||
| CHECK_RFC_CONNECTION | Check RFC Connections for Search ID | Public |
| CALL METHOD /bcv/cl_sin_service=>CHECK_RFC_CONNECTION...more details | ||
| CHECK_SYSTEM | Checks system | Public |
| CALL METHOD /bcv/cl_sin_service=>CHECK_SYSTEM...more details | ||
| CONVERT_DATE_INT_TO_EXT | convert date internal to external | Public |
| CALL METHOD /bcv/cl_sin_service=>CONVERT_DATE_INT_TO_EXT...more details | ||
|
| ||
| CONVERT_PERIOD_INT_TO_EXT | converts period format | Public |
| CALL METHOD /bcv/cl_sin_service=>CONVERT_PERIOD_INT_TO_EXT...more details | ||
| GET_ATTRIBUTE_DETAILS | Get attribute details of a given class | Public |
| CALL METHOD /bcv/cl_sin_service=>GET_ATTRIBUTE_DETAILS...more details | ||
| GET_CLASSNAME | Get all classes that implement a given interface | Public |
| CALL METHOD /bcv/cl_sin_service=>GET_CLASSNAME...more details | ||
| GET_CLSNAME | Get name of calling class | Public |
| CALL METHOD /bcv/cl_sin_service=>GET_CLSNAME...more details | ||
| GET_DESTINATION | Get RFC destination | Public |
| CALL METHOD /bcv/cl_sin_service=>GET_DESTINATION...more details | ||
| GET_ERROR_OCCURED | Get error occured | Public |
| CALL METHOD /bcv/cl_sin_service=>GET_ERROR_OCCURED...more details | ||
| GET_RFC_DATE_FORMAT | get RFC date format | Public |
| CALL METHOD /bcv/cl_sin_service=>GET_RFC_DATE_FORMAT...more details | ||
| GET_SYSTEM | Get system | Public |
| CALL METHOD /bcv/cl_sin_service=>GET_SYSTEM...more details | ||
| READ_SYSTEM | Read system data from database if necessary | Private |
| CALL METHOD /bcv/cl_sin_service=>READ_SYSTEM...more details | ||
| SET_CLASSNAME | method for ABAP Unit test | Public |
| CALL METHOD /bcv/cl_sin_service=>SET_CLASSNAME...more details | ||
| SET_ERRORS | Set errors | Public |
| CALL METHOD /bcv/cl_sin_service=>SET_ERRORS...more details | ||
| SPLIT_MESSAGE | Splits message | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GT_ERRORS | Static Attribute | LIKE TT_ERRORS | Private | ||
| GT_RFC_DATE_FORMATS | Static Attribute | LIKE TT_DATE_FORMATS | Private | ||
| GT_SYSTEM | Static Attribute | System data | LIKE TT_SYSTEM | Private | |
| GV_SERVICE_CALL_CLASSNAME | Static Attribute | Object 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