SAP CL_BSP_BP_GLOBAL_SERVICE OO Class - BSP ACC: Global Services
CL_BSP_BP_GLOBAL_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 CL_BSP_BP_GLOBAL_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 CL_BSP_BP_GLOBAL_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_EMPLOYEE_ROLE | Private | |
| CALL METHOD cl_bsp_bp_global_service=>ADD_EMPLOYEE_ROLE...more details | ||
| AUTHORITY_CHECK_EMPLOYEE | Private | |
| CALL METHOD cl_bsp_bp_global_service=>AUTHORITY_CHECK_EMPLOYEE...more details | ||
| AUTHORITY_CHECK_GROUP | Authorization Check for Authorization Group | Public |
| CALL METHOD cl_bsp_bp_global_service=>AUTHORITY_CHECK_GROUP...more details | ||
| AUTHORITY_CHECK_ROLE | Authorization Check Role | Public |
| CALL METHOD cl_bsp_bp_global_service=>AUTHORITY_CHECK_ROLE...more details | ||
| BP_ADD_ROLE | Add a Role for the Business Partner (Global Service) | Public |
| CALL METHOD cl_bsp_bp_global_service=>BP_ADD_ROLE...more details | ||
| BP_ARE_EMPLOYEE | Private | |
| CALL METHOD cl_bsp_bp_global_service=>BP_ARE_EMPLOYEE...more details | ||
|
| ||
| BP_HAS_CENTRAL_PERSON | Private | |
| CALL METHOD cl_bsp_bp_global_service=>BP_HAS_CENTRAL_PERSON...more details | ||
| BP_HAS_ROLE | Private | |
| CALL METHOD cl_bsp_bp_global_service=>BP_HAS_ROLE...more details | ||
| BP_IS_EMPLOYEE | Private | |
| CALL METHOD cl_bsp_bp_global_service=>BP_IS_EMPLOYEE...more details | ||
| BP_IS_ONLY_EMPLOYEE | Private | |
| CALL METHOD cl_bsp_bp_global_service=>BP_IS_ONLY_EMPLOYEE...more details | ||
| BUILD_RANGE_TABLE | Private | |
| CALL METHOD cl_bsp_bp_global_service=>BUILD_RANGE_TABLE...more details | ||
| CHECK_ACTIVE_TABSTRIP | Filters Out Tabs that Are Not Active | Public |
| CALL METHOD cl_bsp_bp_global_service=>CHECK_ACTIVE_TABSTRIP...more details | ||
| CHECK_AFTER_READ | General Checks After Reading (For Example, No Entries) | Public |
| CALL METHOD cl_bsp_bp_global_service=>CHECK_AFTER_READ...more details | ||
| CHECK_PARTNER_TYPE | Check Partner Type | Public |
| CALL METHOD cl_bsp_bp_global_service=>CHECK_PARTNER_TYPE...more details | ||
| CHECK_SEARCHHELP_ACTIVE | Checks Whether Specified Search Help is Active | Public |
| CALL METHOD cl_bsp_bp_global_service=>CHECK_SEARCHHELP_ACTIVE...more details | ||
| CHECK_STATUS | Status check | Public |
| CALL METHOD cl_bsp_bp_global_service=>CHECK_STATUS...more details | ||
| CHECK_TD_MAINTENANCE | Check Time Dependency Maintenance | Public |
| CALL METHOD cl_bsp_bp_global_service=>CHECK_TD_MAINTENANCE...more details | ||
| CLEAR_CONTROLER_MESSAGES | Reset Messages of the Registered Controller | Public |
| CALL METHOD cl_bsp_bp_global_service=>CLEAR_CONTROLER_MESSAGES...more details | ||
| CLEAR_EMPLOYEE_PRIVATE_DATA | Private | |
| CALL METHOD cl_bsp_bp_global_service=>CLEAR_EMPLOYEE_PRIVATE_DATA...more details | ||
| COLLECT_MESSAGE | Collect Messages | Public |
| CALL METHOD cl_bsp_bp_global_service=>COLLECT_MESSAGE...more details | ||
| CONVERT_NUMBER_TO_GUID | Converts OBJECT KEYS into GUIDs | Public |
| CALL METHOD cl_bsp_bp_global_service=>CONVERT_NUMBER_TO_GUID...more details | ||
| CONVERT_OBJKEY_TO_PARTNER_ID | Private | |
| CALL METHOD cl_bsp_bp_global_service=>CONVERT_OBJKEY_TO_PARTNER_ID...more details | ||
| ERROR_OCCURED | Private | |
| CALL METHOD cl_bsp_bp_global_service=>ERROR_OCCURED...more details | ||
| FORMAT_PHONE_NUMBER | Private | |
| CALL METHOD cl_bsp_bp_global_service=>FORMAT_PHONE_NUMBER...more details | ||
| GET_CONTACT_TELEPHONE | Determine Telephone Number of a Contact Person | Public |
| CALL METHOD cl_bsp_bp_global_service=>GET_CONTACT_TELEPHONE...more details | ||
| GET_CONTROLER_MESSAGES | Get Messages from the Registered Controller | Public |
| CALL METHOD cl_bsp_bp_global_service=>GET_CONTROLER_MESSAGES...more details | ||
| GET_MAX_HITS | Check and Reduce Number of Hits if Necessary | Public |
| CALL METHOD cl_bsp_bp_global_service=>GET_MAX_HITS...more details | ||
| GET_OBJECT_DISPLAY | Private | |
| CALL METHOD cl_bsp_bp_global_service=>GET_OBJECT_DISPLAY...more details | ||
| GET_PARTNER_TITLE | Determine Title of a BP | Public |
| CALL METHOD cl_bsp_bp_global_service=>GET_PARTNER_TITLE...more details | ||
| GET_ROLE_CATEGORY_CUSTOMIZING | Private | |
| CALL METHOD cl_bsp_bp_global_service=>GET_ROLE_CATEGORY_CUSTOMIZING...more details | ||
| GET_STRUCTURE_FIELDS | Private | |
| CALL METHOD cl_bsp_bp_global_service=>GET_STRUCTURE_FIELDS...more details | ||
| GET_TITLE_TEXT | Determine Title Description | Public |
| CALL METHOD cl_bsp_bp_global_service=>GET_TITLE_TEXT...more details | ||
| HR_ACTIV | Private | |
| CALL METHOD cl_bsp_bp_global_service=>HR_ACTIV...more details | ||
| INTERNET_USER_ON_DB | Private | |
| CALL METHOD cl_bsp_bp_global_service=>INTERNET_USER_ON_DB...more details | ||
| MERGE_RESULT | Private | |
| CALL METHOD cl_bsp_bp_global_service=>MERGE_RESULT...more details | ||
| MY_PART_FOR_MODIFY | Private | |
| CALL METHOD cl_bsp_bp_global_service=>MY_PART_FOR_MODIFY...more details | ||
| MY_PART_TO_READ | Private | |
| CALL METHOD cl_bsp_bp_global_service=>MY_PART_TO_READ...more details | ||
| PARTNER_AUTHORITY_CHECK | Authorization Check | Public |
| CALL METHOD cl_bsp_bp_global_service=>PARTNER_AUTHORITY_CHECK...more details | ||
| REGISTER_CONTROLER_IF | Register Controller | Public |
| CALL METHOD cl_bsp_bp_global_service=>REGISTER_CONTROLER_IF...more details | ||
| SET_FIELD_ATTR | Set Field Attributes | Public |
| CALL METHOD cl_bsp_bp_global_service=>SET_FIELD_ATTR...more details | ||
| SET_HR_FIELDS_TO_DISPLAY | Private | |
| CALL METHOD cl_bsp_bp_global_service=>SET_HR_FIELDS_TO_DISPLAY...more details | ||
| SET_MESSAGE_ACTIV | Private | |
| CALL METHOD cl_bsp_bp_global_service=>SET_MESSAGE_ACTIV...more details | ||
| SET_OBJECTS_DISPLAY | Private | |
| CALL METHOD cl_bsp_bp_global_service=>SET_OBJECTS_DISPLAY...more details | ||
| TABLE_MAPPING | Map Tables with Different Structures | Public |
| CALL METHOD cl_bsp_bp_global_service=>TABLE_MAPPING...more details | ||
CL_BSP_BP_GLOBAL_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 |
| GC_AKTYP_CHANGE | Constant | Change | '02' | LIKE BU_AKTYP | Public |
| GC_AKTYP_CREATE | Constant | Create | '01' | LIKE BU_AKTYP | Public |
| GC_AKTYP_DISPLAY | Constant | Display | '03' | LIKE BU_AKTYP | Public |
| GC_ASTERISK | Instance Attribute | LIKE | Private | ||
| GC_CHANGE | Constant | Business Transaction | 'CHAN' | LIKE TJ01-VRGNG | Public |
| GC_CONTAINS_PATTERN | Instance Attribute | LIKE | Private | ||
| GC_EQUAL | Instance Attribute | LIKE | Private | ||
| GC_EVENT_CREATE | Instance Attribute | LIKE | Private | ||
| GC_FIELD_HIGH | Instance Attribute | LIKE | Private | ||
| GC_FIELD_LOW | Instance Attribute | LIKE | Private | ||
| GC_FIELD_OPTION | Instance Attribute | LIKE | Private | ||
| GC_FIELD_SIGN | Instance Attribute | LIKE | Private | ||
| GC_INCLUSIV | Instance Attribute | LIKE | Private | ||
| GC_MANDATORY | Instance Attribute | LIKE | Private | ||
| GC_NO_CHANGE | Instance Attribute | LIKE | Private | ||
| GC_X | Constant | Boolean Type, Do Not Use in Interfaces! | 'X' | LIKE BU_BOOLEAN | Public |
| GR_MANAGER_INSTANCE | Static Attribute | Reference to Instance of the Application Manager | LIKE CL_COM_BSP_SRV_APPL_MANAGER | Private | |
| GT_CONTROLER_IF | Instance Attribute | LIKE | Private | ||
| GT_DISPLAY_OBJECTS | Static Attribute | Table of Object Keys | LIKE CRMT_BSP_OBJECTKEY_TAB | Private | |
| GT_EMPLOYEE_ROLES | Static Attribute | Role Type Range Table | LIKE BUROLTYPRNG | Public | |
| GT_HR_FIELDS | Instance Attribute | LIKE | Private | ||
| GT_STRUCTURE_REF | Instance Attribute | LIKE | Private | ||
| GV_AUTH_EMPLOYEE_CHANGE | Instance Attribute | LIKE | Private | ||
| GV_AUTH_EMPLOYEE_CREATE | Instance Attribute | LIKE | Private | ||
| GV_AUTH_EMPLOYEE_DISPLAY | Instance Attribute | LIKE | Private | ||
| GV_EMPLOYEE_ROLE_CATEGORY | Instance Attribute | LIKE | Private | ||
| GV_HR_SET | Instance Attribute | LIKE | Private | ||
| GV_MESSAGES | Static Attribute | Boolean Type, Do Not Use in Interfaces! | 'X' | LIKE BU_BOOLEAN | Private |
| GV_ORGUNIT_ROLE | Instance Attribute | LIKE | Private |
CL_BSP_BP_GLOBAL_SERVICE types
TY_CONTROLER_IF -TY_CONTROLER_IF_TAB -
TY_STRUCTURE_REF -
TY_STRUCTURE_REF_T -
Links to Related Class(s)
CL_BSP_B...Full list of available SAP object classes
Search for further information about these or an SAP related objects