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 NameDescriptionVisability



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.

NameLevelDescriptionInitial ValueTypeVisability
CN_BW_MODELING_NAMESPACEConstantBW Modeling namespace'com.sap.bw.modeling'LIKE
STRING
Public
CN_BW_STANDARD_TR_MODEConstantREST Response header for the standard transport mode in BW'BW-Standard-Transport'LIKE
STRING
Public
CN_DIMENSION_REF_POSTFIXConstantPostfix for Gorouping Reference URIs'ยง'LIKE
STRING
Public
CN_FOREIGN_CORRNRConstant'Foreign-Correction-Number'LIKE
STRING
Public
CN_FOREIGN_DEV_PACKAGEConstant'Foreign-Package'LIKE
STRING
Public
CN_FOREIGN_OBJECTConstant'Foreign-Objects'LIKE
STRING
Public
CN_FOREIGN_OBJECT_LOCKSConstant'Foreign-Object-Locks'LIKE
STRING
Public
CN_HANA_REPO_PACKAGE_DELIMITERConstantPackage Delimiter in URIs to HANA Repository'/'LIKE
STRING
Public
CN_HEADER_TRANSPORT_LOCKConstantHeader Field for Transport Lock'Transport-Lock-Holder'LIKE
STRING
Public
CN_IF_MODIFIED_SINCEConstantREST Request header property for HTTP 'If-Modified-Since''If-Modified-Since'LIKE
STRING
Public
CN_LINK_HEADERConstant'Link'LIKE
STRING
Public
CN_LOCATIONConstantREST Request header property 'location''location:'LIKE
STRING
Public
CN_OBJECT_TYPEConstantLIKE
Public
CN_OBJ_NAMEConstant'objectName'LIKE
STRING
Public
CN_QPARAM_ACTIONConstantQuery parameter 'action''action'LIKE
STRING
Public
CN_QPARAM_CORRNRConstantQuery parameter 'corrNr''corrNr'LIKE
STRING
Public
CN_QPARAM_LOCKHANDLEConstantQuery parameter for lock handle'lockHandle'LIKE
STRING
Public
CN_QPARAM_RESET_TO_ACTIVEInstance AttributeLIKE
Private
CN_QPARAM_RESTORE_HIST_VERSNOInstance AttributeLIKE
Private
CN_SEMANTICAL_FOLDERConstantSemantic folder for project explorer tree'semanticalFolder'LIKE
STRING
Public
CN_STATIC_URI_PATHConstantURI-prefix for all BW model related resources'/sap/bw/modeling'LIKE
STRING
Public
CN_S_ACTION_VALUEConstantRest Query Action ValuesLIKE
Public
CN_S_BWMODEL_NSPACEConstantBW Model Name SpacesLIKE
Public
CN_S_OBJECT_STATUSConstantLIKE
Public
CN_S_QPARAM_COPYFROMConstantQuery parameters for 'copy from'LIKE
Public
CN_TIMESTAMPConstantREST Request header property for a timestamp'timestamp'LIKE
STRING
Public
CN_TRACEIDConstantTrace ID'traceID'LIKE
STRING
Public
CN_URI_FRAGMENT_MD_ROOT_SHORTConstantURI Fragment to model root note without document root'#/'LIKE
STRING
Public
CN_URI_FRAGMENT_MODEL_ROOTConstantURI Fragment to model root note'#//'LIKE
STRING
Public
CN_URI_TEMPLATE_SAVE_FROM_NAMEConstantURI 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



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!