SAP /XLSO/CL_COMMUNITY_MANAGER OO Class - Community Manager .
/XLSO/CL_COMMUNITY_MANAGER 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 /XLSO/CL_COMMUNITY_MANAGER 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 /XLSO/CL_COMMUNITY_MANAGER 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_REMOVE_USERS_FROM_COMP | Add all the users booked for a course to the the community. | Private |
| CALL METHOD /xlso/cl_community_manager=>ADD_REMOVE_USERS_FROM_COMP...more details | ||
| ADD_USERS_TOCOMPONENT | Invokes badi methods to Add_users_to_component | Private |
| CALL METHOD /xlso/cl_community_manager=>ADD_USERS_TOCOMPONENT...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /xlso/cl_community_manager=>CONSTRUCTOR...more details | ||
| CREATE_COMPONENT | Invokes badi methods to create the component | Private |
| CALL METHOD /xlso/cl_community_manager=>CREATE_COMPONENT...more details | ||
| DELETE_COMPONENT | Invokes badi methods to delete the component | Private |
| CALL METHOD /xlso/cl_community_manager=>DELETE_COMPONENT...more details | ||
| EXTEND_OLD_INFOTYPE | copy the community data from deleted infotype to old infotyp | Private |
| CALL METHOD /xlso/cl_community_manager=>EXTEND_OLD_INFOTYPE...more details | ||
|
| ||
| GET_COMMUNITY_USER_DETAILS | Get the details of the community user | Private |
| CALL METHOD /xlso/cl_community_manager=>GET_COMMUNITY_USER_DETAILS...more details | ||
| GET_COMPONENT_URL | Creates and returns URLs based on the validation statuses | Private |
| CALL METHOD /xlso/cl_community_manager=>GET_COMPONENT_URL...more details | ||
| PROCESS_COMMUNITY_ACTIVITY | Process the community activity | Private |
| CALL METHOD /xlso/cl_community_manager=>PROCESS_COMMUNITY_ACTIVITY...more details | ||
| REMOVE_COMPONENT_USERS | Invokes BAdI method to REMOVE_USERS_FROM_COMPONENT | Private |
| CALL METHOD /xlso/cl_community_manager=>REMOVE_COMPONENT_USERS...more details | ||
| REMOVE_USERS_FROM_COMMUNITY | Remove users from object community | Private |
| CALL METHOD /xlso/cl_community_manager=>REMOVE_USERS_FROM_COMMUNITY...more details | ||
| TRIGGER_COMMUNITY_MIGRATION | Migrate from old community to new community | Private |
| CALL METHOD /xlso/cl_community_manager=>TRIGGER_COMMUNITY_MIGRATION...more details | ||
| TRIGGER_COMUNITY_CREATION | Trigger community creation for applicable courses | Private |
| CALL METHOD /xlso/cl_community_manager=>TRIGGER_COMUNITY_CREATION...more details | ||
| UPDATE_COMMUNITY_DELETE_TABLE | Delete community | Private |
| CALL METHOD /xlso/cl_community_manager=>UPDATE_COMMUNITY_DELETE_TABLE...more details | ||
/XLSO/CL_COMMUNITY_MANAGER 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 |
| GO_BADI_COMMUNITY_CONNECTOR | Instance Attribute | Community Connector | LIKE | Private | |
| GS_COMMUNITY_SETUP | Instance Attribute | Community Setup table | LIKE | Private | |
| GV_COMMUNITY_ID | Instance Attribute | Community Setup table | LIKE | Private |
Links to Related Class(s)
/XLSO/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects