SAP /ASU/CL_CONTENT_MANAGER OO Class - Manage ASU content
/ASU/CL_CONTENT_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 /ASU/CL_CONTENT_MANAGER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /ASU/IF_XML_TAGSMethod list of /ASU/CL_CONTENT_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 |
| CHECK_VERSION | Check if ASU Content Version is newer than installed one | Public |
| CALL METHOD /asu/cl_content_manager=>CHECK_VERSION...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /asu/cl_content_manager=>CLASS_CONSTRUCTOR...more details | ||
| CONCATENATE_DIR_FILE | Concatenate Directory & Filename to get full filename | Protected |
| CALL METHOD /asu/cl_content_manager=>CONCATENATE_DIR_FILE...more details | ||
| COPY_VERSION | Copy an existing ASU Content Version to a new one | Public |
| CALL METHOD /asu/cl_content_manager=>COPY_VERSION...more details | ||
| CREATE_BDS_CONTENT | Store Office documents on BDS | Protected |
| CALL METHOD /asu/cl_content_manager=>CREATE_BDS_CONTENT...more details | ||
| CREATE_VERSION | Create new ASU Content Version | Public |
| CALL METHOD /asu/cl_content_manager=>CREATE_VERSION...more details | ||
|
| ||
| DELETE_VERSION | Delete existing ASU Content Version | Public |
| CALL METHOD /asu/cl_content_manager=>DELETE_VERSION...more details | ||
| FILE_EXISTS | File Exists (Presentation Server / Application Server) | Protected |
| CALL METHOD /asu/cl_content_manager=>FILE_EXISTS...more details | ||
| FILE_UPLOAD | Frontend Upload of new ASU Content Version | Public |
| CALL METHOD /asu/cl_content_manager=>FILE_UPLOAD...more details | ||
| FILE_UPLOAD_FROM_AS | Upload file from Application Server | Protected |
| CALL METHOD /asu/cl_content_manager=>FILE_UPLOAD_FROM_AS...more details | ||
| GET_HIGHEST_INSTALLED_CT_VERS | Get version with highest installed version number | Public |
| CALL METHOD /asu/cl_content_manager=>GET_HIGHEST_INSTALLED_CT_VERS...more details | ||
| GET_LAST_TASKLIST4SCENARIO | Get tasklist for scenario with highest version & assigned TL | Public |
| CALL METHOD /asu/cl_content_manager=>GET_LAST_TASKLIST4SCENARIO...more details | ||
| GET_PATH_AND_NAME | Get path and filename | Public |
| CALL METHOD /asu/cl_content_manager=>GET_PATH_AND_NAME...more details | ||
| HANDLE_CLIENT_DEPENDENCCY | Handle client dependency of a client-dependent step | Protected |
| CALL METHOD /asu/cl_content_manager=>HANDLE_CLIENT_DEPENDENCCY...more details | ||
| PROCESS_DOM | Process DOM iXML | Protected |
| CALL METHOD /asu/cl_content_manager=>PROCESS_DOM...more details | ||
| READ_ALL_VERSIONS | Read add ASU Content Version stored on database | Public |
| CALL METHOD /asu/cl_content_manager=>READ_ALL_VERSIONS...more details | ||
| READ_CONTENT_TYPE | Read Content_Type of ASU Content Version | Public |
| CALL METHOD /asu/cl_content_manager=>READ_CONTENT_TYPE...more details | ||
| READ_OBJECT | Read an existing ASU Content Version according to given keys | Public |
| CALL METHOD /asu/cl_content_manager=>READ_OBJECT...more details | ||
| READ_OBJECTS | Read existing ASU Content Versions according to given keys | Public |
| CALL METHOD /asu/cl_content_manager=>READ_OBJECTS...more details | ||
| READ_VERSION | Read existing ASU Content Version | Public |
| CALL METHOD /asu/cl_content_manager=>READ_VERSION...more details | ||
| UPDATE_TASKLIST | Update existing Tasklist in ASU Content Version | Public |
| CALL METHOD /asu/cl_content_manager=>UPDATE_TASKLIST...more details | ||
| UPDATE_VERSION | Update existing ASU Content Version | Public |
| CALL METHOD /asu/cl_content_manager=>UPDATE_VERSION...more details | ||
| XML_TRANSFORMATION | Transform given ASU XML file to corresponding ABAP types | Public |
| CALL METHOD /asu/cl_content_manager=>XML_TRANSFORMATION...more details | ||
/ASU/CL_CONTENT_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 |
| GC_ASU_LOGICAL_FILNAME | Constant | Logical file name ASU Upgrade | 'ASU_TOOLBOX_UPGRADE_FILE' | LIKE FILEINTERN | Public |
| GC_BDS_CONTENT_FILE | Constant | Logical file name for generic BDS upload content | 'ASU_TOOLBOX_BDS_CONTENT_FILE' | LIKE FILEINTERN | Protected |
| GC_CCCATEGORY_CUSTOMIZING | Constant | Client control: Role of client (production, test,...) | 'C' | LIKE CCCATEGORY | Protected |
| GC_CCCATEGORY_DEMO | Constant | Client control: Role of client (production, test,...) | 'D' | LIKE CCCATEGORY | Protected |
| GC_CCCATEGORY_PRODUCTION | Constant | Client control: Role of client (production, test,...) | 'P' | LIKE CCCATEGORY | Protected |
| GC_CCCATEGORY_REFERENCE | Constant | Client control: Role of client (production, test,...) | 'S' | LIKE CCCATEGORY | Protected |
| GC_CCCATEGORY_TEST | Constant | Client control: Role of client (production, test,...) | 'T' | LIKE CCCATEGORY | Protected |
| GC_CCCATEGORY_TRAINING | Constant | Client control: Role of client (production, test,...) | 'E' | LIKE CCCATEGORY | Protected |
| GC_INSERT | Constant | Insert Mode | 'I' | LIKE CHAR1 | Public |
| GC_MODIFY | Constant | Modify Mode | 'M' | LIKE CHAR1 | Public |
| GDREF_STAGINGAREA_MANAGER | Static Attribute | Process ASU Content from Staging Area | LIKE /ASU/CL_STAGINGAREA_MANAGER | Protected | |
| GT_ATTRIBUTES | Static Attribute | Table Type: ASU Attribut Customizing | LIKE /ASU/ATTRIBUTE_CUSTOMIZING_T | Protected |
/ASU/CL_CONTENT_MANAGER types
TY_CONTENT_VERSION_TEXT -TY_OBJECT_ITEM_TEXT -
Links to Related Class(s)
/ASU/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects