SAP /XLSO/CL_USER_ADMINISTRATION OO Class - User Administration
/XLSO/CL_USER_ADMINISTRATION 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_USER_ADMINISTRATION 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_USER_ADMINISTRATION 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 |
| ACTIVATEUSER | Activate the user once the user clicks on activation link. | Private |
| CALL METHOD /xlso/cl_user_administration=>ACTIVATEUSER...more details | ||
| ACTIVATE_DEACTIVATE_COMPANY | Can Activate or Deactivate Company | Private |
| CALL METHOD /xlso/cl_user_administration=>ACTIVATE_DEACTIVATE_COMPANY...more details | ||
| ASSIGNCOMPANY | Assign company to user | Private |
| CALL METHOD /xlso/cl_user_administration=>ASSIGNCOMPANY...more details | ||
| CHANGE_ALIAS_NAME | Change User Alias Name | Private |
| CALL METHOD /xlso/cl_user_administration=>CHANGE_ALIAS_NAME...more details | ||
| CHECKUSER | Check if the user is a XLSO user | Private |
| CALL METHOD /xlso/cl_user_administration=>CHECKUSER...more details | ||
| CHECK_COMP_ACTIVE | Check is the company Active 'X'- Active ' '- Inactive | Private |
| CALL METHOD /xlso/cl_user_administration=>CHECK_COMP_ACTIVE...more details | ||
|
| ||
| CHECK_PASSWORD_VALIDITY | Method to check the password validity | Private |
| CALL METHOD /xlso/cl_user_administration=>CHECK_PASSWORD_VALIDITY...more details | ||
| COM_INSERT_KEY_MAP | Insert Key map in to Key map table. | Private |
| CALL METHOD /xlso/cl_user_administration=>COM_INSERT_KEY_MAP...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /xlso/cl_user_administration=>CONSTRUCTOR...more details | ||
| CREATE_B2B_RELATION | Extend the Sales area of Learner | Private |
| CALL METHOD /xlso/cl_user_administration=>CREATE_B2B_RELATION...more details | ||
| EXTENDCUSTOMER | Method to extend customer master | Private |
| CALL METHOD /xlso/cl_user_administration=>EXTENDCUSTOMER...more details | ||
| FORGET_USER_OR_PASSWORD | Forget user name or password | Private |
| CALL METHOD /xlso/cl_user_administration=>FORGET_USER_OR_PASSWORD...more details | ||
| GENERATE_PASS_FOR_USER | Generate a new password for the given user | Private |
| CALL METHOD /xlso/cl_user_administration=>GENERATE_PASS_FOR_USER...more details | ||
| GENERATE_PASS_F_USERS | Method to generate password for multiple users | Private |
| CALL METHOD /xlso/cl_user_administration=>GENERATE_PASS_F_USERS...more details | ||
| GENERATE_USER_NAME | Method to generate a usr name with given LName and FName | Private |
| CALL METHOD /xlso/cl_user_administration=>GENERATE_USER_NAME...more details | ||
| GET_ALL_LANGUAGES | Get all the languages available in the system | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_ALL_LANGUAGES...more details | ||
| GET_COMPANY_CODE | Get company code | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_COMPANY_CODE...more details | ||
| GET_COMPANY_PROFILE | Method to get the company specific information | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_COMPANY_PROFILE...more details | ||
| GET_CUSTOMER_DETAILS | Get customer details. | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_CUSTOMER_DETAILS...more details | ||
| GET_DEPT_FUNC_LIST | Get all th department and functions list | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_DEPT_FUNC_LIST...more details | ||
| GET_EMAIL_FROM_USER_OR_CUST | Get email address from username or customerid | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_EMAIL_FROM_USER_OR_CUST...more details | ||
| GET_F4_HELP_FOR_USER_INT | Get f4 help of all the interest of user | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_F4_HELP_FOR_USER_INT...more details | ||
| GET_FIRT_LAST_NAME | Get Learner First and Last name | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_FIRT_LAST_NAME...more details | ||
| GET_NUMBER_CNT_PRSN | Get Number Range for Contact Person | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_NUMBER_CNT_PRSN...more details | ||
| GET_SALES_AREA_F_CUSTOMER | Get sales area for Learner or company. | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_SALES_AREA_F_CUSTOMER...more details | ||
| GET_USER_B2B_RELATION | Get users company details if already exists. | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_USER_B2B_RELATION...more details | ||
| GET_USER_FROM_EMAIL | Get user name from email id. | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_USER_FROM_EMAIL...more details | ||
| GET_USER_INTERESTS | Get all the user interests maintained for the user. | Private |
| CALL METHOD /xlso/cl_user_administration=>GET_USER_INTERESTS...more details | ||
| MAINTAIN_USER_INTERESTS | Maintain User interests for the user. | Private |
| CALL METHOD /xlso/cl_user_administration=>MAINTAIN_USER_INTERESTS...more details | ||
| MAINTAIN_USER_PERS_DATA | Maintain user personal data. | Private |
| CALL METHOD /xlso/cl_user_administration=>MAINTAIN_USER_PERS_DATA...more details | ||
| MAINTAIN_USER_PREF_COMM | Maintain user preferred communication | Private |
| CALL METHOD /xlso/cl_user_administration=>MAINTAIN_USER_PREF_COMM...more details | ||
| QUERY_CUSTOMER_BY_EMAIL | Query customer by email | Private |
| CALL METHOD /xlso/cl_user_administration=>QUERY_CUSTOMER_BY_EMAIL...more details | ||
| RETRIEVE_SCENARIO | Retrieve the scenario the user was registered. | Private |
| CALL METHOD /xlso/cl_user_administration=>RETRIEVE_SCENARIO...more details | ||
| SET_COMPANY_PROFILE | Save the changes made to company Profile | Private |
| CALL METHOD /xlso/cl_user_administration=>SET_COMPANY_PROFILE...more details | ||
| UPD_STAT_AND_TRIGGER_WF | upd comp status and trig WF | Private |
| CALL METHOD /xlso/cl_user_administration=>UPD_STAT_AND_TRIGGER_WF...more details | ||
| USERREGISTRATION | Register User | Private |
| CALL METHOD /xlso/cl_user_administration=>USERREGISTRATION...more details | ||
| USER_CHANGE_PASSWORD | Change user password | Private |
| CALL METHOD /xlso/cl_user_administration=>USER_CHANGE_PASSWORD...more details | ||
| USER_LOGIN | User Login | Private |
| CALL METHOD /xlso/cl_user_administration=>USER_LOGIN...more details | ||
| USER_REG_ONBEHALF | Get the details from FM and create a User | Private |
| CALL METHOD /xlso/cl_user_administration=>USER_REG_ONBEHALF...more details | ||
| VALIDATE_CONTEXT | Validate if the user is active | Private |
| CALL METHOD /xlso/cl_user_administration=>VALIDATE_CONTEXT...more details | ||
| VALIDATE_DETAILS | Method to validate the input details from shop. | Private |
| CALL METHOD /xlso/cl_user_administration=>VALIDATE_DETAILS...more details | ||
| VALIDATE_POSTAL_CODE | Validate the Postal code | Private |
| CALL METHOD /xlso/cl_user_administration=>VALIDATE_POSTAL_CODE...more details | ||
| VALIDATE_VALUES | Validate Input Values given for User Registration | Private |
| CALL METHOD /xlso/cl_user_administration=>VALIDATE_VALUES...more details | ||
/XLSO/CL_USER_ADMINISTRATION 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_ACTIVATED_STATUS | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| GC_ACTIVE | Instance Attribute | active status of company | LIKE | Private | |
| GC_ACT_URL | Instance Attribute | Application URL | LIKE | Private | |
| GC_APPROVED | Instance Attribute | Character Field Length = 10 | LIKE | Private | |
| GC_ATTHERATEOF | Instance Attribute | Constant for '@' | LIKE | Private | |
| GC_B2B_LEARNER | Instance Attribute | 'XB' partner function | LIKE | Private | |
| GC_B2B_SCENARIO | Instance Attribute | constant for b2b scenario | LIKE | Private | |
| GC_B2C_LEARNER | Instance Attribute | 'XC' partner function | LIKE | Private | |
| GC_B2C_SCENARIO | Instance Attribute | Constant for b2c scenario | LIKE | Private | |
| GC_BILL_TO_PARTY | Instance Attribute | Version Number Component | LIKE | Private | |
| GC_CHAR_SET | Instance Attribute | Characters for password | LIKE | Private | |
| GC_COMMUNICATION_USER | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| GC_COMPANY_ADMIN | Instance Attribute | Version Number Component | LIKE | Private | |
| GC_CURRENCY | Instance Attribute | 3-Byte field | LIKE | Private | |
| GC_DEFAULT_VALIDITY | Instance Attribute | Natural Number | LIKE | Private | |
| GC_DIGIT_SET | Instance Attribute | All th digits to check for password | LIKE | Private | |
| GC_DOT | Instance Attribute | constant for dot | LIKE | Private | |
| GC_EMAIL | Instance Attribute | Character 100 | LIKE | Private | |
| GC_EN | Instance Attribute | constant for 'EN' | LIKE | Private | |
| GC_ERROR | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| GC_EXPIRED | Instance Attribute | Character Field Length = 10 | LIKE | Private | |
| GC_INACTIVE | Instance Attribute | Inactive status of company | LIKE | Private | |
| GC_INCOTERMS1 | Instance Attribute | Incoterms (Part 1) | LIKE | Private | |
| GC_INCOTERMS2 | Instance Attribute | Incoterms (Part 2) | LIKE | Private | |
| GC_KNA1 | Instance Attribute | Not More Closely Defined Area, Possibly Used for Patchlevels | LIKE | Private | |
| GC_KTGRD | Instance Attribute | Account assignment group for this customer | LIKE | Private | |
| GC_LEARNER | Instance Attribute | Version Number Component | LIKE | Private | |
| GC_LEARNING_MANAGER | Instance Attribute | Version Number Component | LIKE | Private | |
| GC_LOGIN | Instance Attribute | Character 100 | LIKE | Private | |
| GC_MIN_PASSWORD_LENGTH | Instance Attribute | 2 byte integer (signed) | LIKE | Private | |
| GC_MSG_GROUP | Instance Attribute | Char 20 | LIKE | Private | |
| GC_PASSWORD_LENGTH | Instance Attribute | minimum password length | LIKE | Private | |
| GC_PASS_ALLO_CHAR | Instance Attribute | Text with 36 characters | LIKE | Private | |
| GC_PAYER | Instance Attribute | Version Number Component | LIKE | Private | |
| GC_PENDING | Instance Attribute | Character Field Length = 10 | LIKE | Private | |
| GC_PRICING_PROC | Instance Attribute | constant for pricing procedure | LIKE | Private | |
| GC_RECON_ACCOUNT | Instance Attribute | Character field of length 6 | LIKE | Private | |
| GC_REF_CUSTOMER | Instance Attribute | LIKE | Private | ||
| GC_REF_USER | Instance Attribute | Default Reference USer | LIKE | Private | |
| GC_REJECTED | Instance Attribute | Character Field Length = 10 | LIKE | Private | |
| GC_SHIPPING_CONDITION | Instance Attribute | Constant to set the shipping condition | LIKE | Private | |
| GC_SHIP_TO_PARTY | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| GC_SOLD_TO_PARTY | Instance Attribute | Version Number Component | LIKE | Private | |
| GC_SPACE | Instance Attribute | space | LIKE | Private | |
| GC_SUCCESS | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| GC_TRUE | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| GC_VALID_ACTIVITY | Instance Attribute | Time Period for Activation of New User | LIKE | Private | |
| GC_WECURL | Instance Attribute | R/2 table | LIKE | Private | |
| GC_XLSO | Instance Attribute | Not More Closely Defined Area, Possibly Used for Patchlevels | LIKE | Private | |
| GC_XLSOUSER | Instance Attribute | constant for xlsouser | LIKE | Private | |
| GC_ZTERM | Instance Attribute | Terms of Payment Key | LIKE | Private | |
| GO_MANAGE_USERS | Instance Attribute | Class to maintain user roles | LIKE | Private | |
| GO_USER_ADMINISTRATION | Instance Attribute | All the user administration functionalities are performed | LIKE | Private | |
| GT_DEPARTMENTS | Instance Attribute | table type for list of departments | LIKE | Private | |
| GT_FUNCTIONS | Instance Attribute | table type for functions | 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