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 NameDescriptionVisability
ADD_REMOVE_USERS_FROM_COMPAdd 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_TOCOMPONENTInvokes badi methods to Add_users_to_componentPrivate
CALL METHOD /xlso/cl_community_manager=>ADD_USERS_TOCOMPONENT...more details

CONSTRUCTORCONSTRUCTORPrivate
CALL METHOD /xlso/cl_community_manager=>CONSTRUCTOR...more details

CREATE_COMPONENTInvokes badi methods to create the componentPrivate
CALL METHOD /xlso/cl_community_manager=>CREATE_COMPONENT...more details

DELETE_COMPONENTInvokes badi methods to delete the componentPrivate
CALL METHOD /xlso/cl_community_manager=>DELETE_COMPONENT...more details

EXTEND_OLD_INFOTYPEcopy the community data from deleted infotype to old infotypPrivate
CALL METHOD /xlso/cl_community_manager=>EXTEND_OLD_INFOTYPE...more details

GET_COMMUNITY_USER_DETAILSGet the details of the community userPrivate
CALL METHOD /xlso/cl_community_manager=>GET_COMMUNITY_USER_DETAILS...more details

GET_COMPONENT_URLCreates and returns URLs based on the validation statusesPrivate
CALL METHOD /xlso/cl_community_manager=>GET_COMPONENT_URL...more details

PROCESS_COMMUNITY_ACTIVITYProcess the community activityPrivate
CALL METHOD /xlso/cl_community_manager=>PROCESS_COMMUNITY_ACTIVITY...more details

REMOVE_COMPONENT_USERSInvokes BAdI method to REMOVE_USERS_FROM_COMPONENTPrivate
CALL METHOD /xlso/cl_community_manager=>REMOVE_COMPONENT_USERS...more details

REMOVE_USERS_FROM_COMMUNITYRemove users from object communityPrivate
CALL METHOD /xlso/cl_community_manager=>REMOVE_USERS_FROM_COMMUNITY...more details

TRIGGER_COMMUNITY_MIGRATIONMigrate from old community to new communityPrivate
CALL METHOD /xlso/cl_community_manager=>TRIGGER_COMMUNITY_MIGRATION...more details

TRIGGER_COMUNITY_CREATIONTrigger community creation for applicable coursesPrivate
CALL METHOD /xlso/cl_community_manager=>TRIGGER_COMUNITY_CREATION...more details

UPDATE_COMMUNITY_DELETE_TABLEDelete communityPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GO_BADI_COMMUNITY_CONNECTORInstance AttributeCommunity ConnectorLIKE
Private
GS_COMMUNITY_SETUPInstance AttributeCommunity Setup tableLIKE
Private
GV_COMMUNITY_IDInstance AttributeCommunity Setup tableLIKE
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



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!