SAP IF_RSO_RES_CONSTANTS OO Class - Constants for BW Resources
IF_RSO_RES_CONSTANTS 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 IF_RSO_RES_CONSTANTS 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 IF_RSO_RES_CONSTANTS 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 |
IF_RSO_RES_CONSTANTS 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 |
| CN_BW_MODELING_NAMESPACE | Constant | BW Modeling namespace | 'com.sap.bw.modeling' | LIKE STRING | Public |
| CN_BW_STANDARD_TR_MODE | Constant | REST Response header for the standard transport mode in BW | 'BW-Standard-Transport' | LIKE STRING | Public |
| CN_DIMENSION_REF_POSTFIX | Constant | Postfix for Gorouping Reference URIs | 'ยง' | LIKE STRING | Public |
| CN_FOREIGN_CORRNR | Constant | 'Foreign-Correction-Number' | LIKE STRING | Public | |
| CN_FOREIGN_DEV_PACKAGE | Constant | 'Foreign-Package' | LIKE STRING | Public | |
| CN_FOREIGN_OBJECT | Constant | 'Foreign-Objects' | LIKE STRING | Public | |
| CN_FOREIGN_OBJECT_LOCKS | Constant | 'Foreign-Object-Locks' | LIKE STRING | Public | |
| CN_HANA_REPO_PACKAGE_DELIMITER | Constant | Package Delimiter in URIs to HANA Repository | '/' | LIKE STRING | Public |
| CN_HEADER_TRANSPORT_LOCK | Constant | Header Field for Transport Lock | 'Transport-Lock-Holder' | LIKE STRING | Public |
| CN_IF_MODIFIED_SINCE | Constant | REST Request header property for HTTP 'If-Modified-Since' | 'If-Modified-Since' | LIKE STRING | Public |
| CN_LINK_HEADER | Constant | 'Link' | LIKE STRING | Public | |
| CN_LOCATION | Constant | REST Request header property 'location' | 'location:' | LIKE STRING | Public |
| CN_OBJECT_TYPE | Constant | LIKE | Public | ||
| CN_OBJ_NAME | Constant | 'objectName' | LIKE STRING | Public | |
| CN_QPARAM_ACTION | Constant | Query parameter 'action' | 'action' | LIKE STRING | Public |
| CN_QPARAM_CORRNR | Constant | Query parameter 'corrNr' | 'corrNr' | LIKE STRING | Public |
| CN_QPARAM_LOCKHANDLE | Constant | Query parameter for lock handle | 'lockHandle' | LIKE STRING | Public |
| CN_QPARAM_RESET_TO_ACTIVE | Instance Attribute | LIKE | Private | ||
| CN_QPARAM_RESTORE_HIST_VERSNO | Instance Attribute | LIKE | Private | ||
| CN_SEMANTICAL_FOLDER | Constant | Semantic folder for project explorer tree | 'semanticalFolder' | LIKE STRING | Public |
| CN_STATIC_URI_PATH | Constant | URI-prefix for all BW model related resources | '/sap/bw/modeling' | LIKE STRING | Public |
| CN_S_ACTION_VALUE | Constant | Rest Query Action Values | LIKE | Public | |
| CN_S_BWMODEL_NSPACE | Constant | BW Model Name Spaces | LIKE | Public | |
| CN_S_OBJECT_STATUS | Constant | LIKE | Public | ||
| CN_S_QPARAM_COPYFROM | Constant | Query parameters for 'copy from' | LIKE | Public | |
| CN_TIMESTAMP | Constant | REST Request header property for a timestamp | 'timestamp' | LIKE STRING | Public |
| CN_TRACEID | Constant | Trace ID | 'traceID' | LIKE STRING | Public |
| CN_URI_FRAGMENT_MD_ROOT_SHORT | Constant | URI Fragment to model root note without document root | '#/' | LIKE STRING | Public |
| CN_URI_FRAGMENT_MODEL_ROOT | Constant | URI Fragment to model root note | '#//' | LIKE STRING | Public |
| CN_URI_TEMPLATE_SAVE_FROM_NAME | Constant | URI Template Parameter: saveFromObjectName | 'saveFromObjectName' | LIKE STRING | Public |
Links to Related Class(s)
IF_RSO_R...Full list of available SAP object classes
Search for further information about these or an SAP related objects