SAP IF_RSO_RES_QD_TYPES OO Class - Query Designer types used for Simple Transformations
IF_RSO_RES_QD_TYPES 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_QD_TYPES 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_QD_TYPES 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_QD_TYPES 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_COMPVERSION | Constant | '70018' | LIKE STRING | Public | |
| CN_QD_ID | Constant | 'QUERY_MODEL' | LIKE STRING | Public | |
| CN_QD_LOCK_ID | Constant | 'LOCKING' | LIKE STRING | Public | |
| CN_QD_LOCK_TITLE | Constant | 'Lock Handling' | LIKE STRING | Public | |
| CN_QD_META_ID | Constant | 'METADATA' | LIKE STRING | Public | |
| CN_QD_META_TITLE | Constant | 'Retrieval of metadata information' | LIKE STRING | Public | |
| CN_QD_TITLE | Constant | 'Query Model' | LIKE STRING | Public | |
| CN_USAGE_EXTCHA | Instance Attribute | LIKE | Private | ||
| CN_USAGE_NA | Constant | 0 | LIKE I | Public | |
| CN_USAGE_SHT | Constant | 1 | LIKE I | Public | |
| CN_USAGE_SOB | Constant | 2 | LIKE I | Public | |
| CN_UTILS_EXI_ID | Constant | 'COMP_EXISTS' | LIKE STRING | Public | |
| CN_UTILS_EXI_TITLE | Constant | 'Component Exists' | LIKE STRING | Public | |
| CN_UTILS_MSGS_ID | Constant | 'MESSAGES' | LIKE STRING | Public | |
| CN_UTILS_MSGS_TITLE | Constant | 'Messages' | LIKE STRING | Public | |
| CN_UTILS_ROOT_ID | Constant | 'DISCOVERY' | LIKE STRING | Public | |
| CN_UTILS_ROOT_TITLE | Constant | 'BW Modeling - Entry Point' | LIKE STRING | Public | |
| CN_UTILS_SITEM_ID | Constant | 'SITEMAP' | LIKE STRING | Public | |
| CN_UTILS_SITEM_TITLE | Constant | 'Sitemap' | LIKE STRING | Public |
IF_RSO_RES_QD_TYPES types
TN_SX_CMP_MAPDEF -TN_SX_CMP_MAPENV -
TN_SX_CONVDETAILS -
TN_S_ATTR_MAPPING -
TN_S_CMP_HD_DB -
TN_S_COMPONENT -
TN_S_COMP_DETAILS -
TN_S_COMP_ENTRY -
TN_S_DATA_PROVIDER - Data provider information.
TN_S_DESC -
TN_S_ELT_DETAILS - Element details for internal processing.
TN_S_HRY_MAPPING -
TN_S_IOBJ_MAPPING -
TN_S_REUSE_MAPPING -
TN_S_SRCCOMPONENT -
TN_S_STATUS -
TN_S_SUBTYPE -
TN_S_TRANSPORT -
TN_S_VALUE_MAPPING -
TN_TH_CMP_HD_DB -
TN_TH_CMP_MAPDEF -
TN_TH_COMPONENTS -
TN_TH_ELT_DETAILS - Hashed table on element details.
TN_TH_OBJLOCKS -
TN_TH_SRCCOMPONENTS -
TN_TH_TADIR -
TN_TS_ATTR_MAPPING -
TN_TS_CMP_MAPDEF -
TN_TS_DESC -
TN_TS_HRY_MAPPING -
TN_TS_IOBJ_MAPPING -
TN_TS_REUSE_MAPPING -
TN_TS_VALUE_MAPPING -
TN_T_CMP_HD_DB -
TN_T_COMPONENTS -
TN_T_COMP_DETAILS -
TN_T_COMP_ENTRIES -
TN_T_DATA_PROVIDER - Table for data provider information.
TN_T_HRY_MAPPING -
TN_T_SRCCOMPONENTS -
TN_T_SUBTYPES -
TN_T_VALUE_MAPPING -
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