SAP IF_RSO_RES_QD_HANDLER OO Class - Interface for reading query tables,...
IF_RSO_RES_QD_HANDLER 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_HANDLER 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_HANDLER 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 |
| ADD_MSGS_TO_CHECK_RESULT | Public | |
| CALL METHOD if_rso_res_qd_handler=>ADD_MSGS_TO_CHECK_RESULT...more details | ||
| CALC_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>CALC_CHGENTRY...more details | ||
| CALC_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>CALC_GETENTRY...more details | ||
| CALC_GETSELECTION | Public | |
| CALL METHOD if_rso_res_qd_handler=>CALC_GETSELECTION...more details | ||
| CALC_UPDATEENTRIES | Update calculation settings | Public |
| CALL METHOD if_rso_res_qd_handler=>CALC_UPDATEENTRIES...more details | ||
| CELL_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>CELL_CHGENTRY...more details | ||
|
| ||
| CELL_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>CELL_GETENTRY...more details | ||
| CHECK_AND_CORRECT | Check component structure and perform possible corrections | Public |
| CALL METHOD if_rso_res_qd_handler=>CHECK_AND_CORRECT...more details | ||
| CHECK_AUTHORITY | Check component authority | Public |
| CALL METHOD if_rso_res_qd_handler=>CHECK_AUTHORITY...more details | ||
| CHECK_LOCK | Public | |
| CALL METHOD if_rso_res_qd_handler=>CHECK_LOCK...more details | ||
| CHECK_REFERENCES | Check references & integrity | Public |
| CALL METHOD if_rso_res_qd_handler=>CHECK_REFERENCES...more details | ||
| CLEAR | Public | |
| CALL METHOD if_rso_res_qd_handler=>CLEAR...more details | ||
| COMPARE_COMPONENT | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPARE_COMPONENT...more details | ||
| COMPDIR_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPDIR_CHGENTRY...more details | ||
| COMPDIR_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPDIR_GETENTRY...more details | ||
| COMPDIR_GETSELECTION | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPDIR_GETSELECTION...more details | ||
| COMPDIR_GETSUBCOMPS | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPDIR_GETSUBCOMPS...more details | ||
| COMPIC_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPIC_CHGENTRY...more details | ||
| COMPIC_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPIC_GETENTRY...more details | ||
| COMPONENT_CHECK | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPONENT_CHECK...more details | ||
| COMPONENT_DELETE | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPONENT_DELETE...more details | ||
| COMPONENT_EXISTS | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPONENT_EXISTS...more details | ||
| COMPONENT_OPEN | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPONENT_OPEN...more details | ||
| COMPONENT_REFRESH | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPONENT_REFRESH...more details | ||
| COMPONENT_SAVE | Save available component data | Public |
| CALL METHOD if_rso_res_qd_handler=>COMPONENT_SAVE...more details | ||
| COMPONENT_SET_VERSION | Public | |
| CALL METHOD if_rso_res_qd_handler=>COMPONENT_SET_VERSION...more details | ||
| CONVERT_TO_EXT | Convert values to external representation | Public |
| CALL METHOD if_rso_res_qd_handler=>CONVERT_TO_EXT...more details | ||
| CONVERT_TO_INT | Convert values to internal representation | Public |
| CALL METHOD if_rso_res_qd_handler=>CONVERT_TO_INT...more details | ||
| CONVERT_VALUE | Public | |
| CALL METHOD if_rso_res_qd_handler=>CONVERT_VALUE...more details | ||
| DEL_LIST_ADD | Public | |
| CALL METHOD if_rso_res_qd_handler=>DEL_LIST_ADD...more details | ||
| DEL_LIST_RESET | Public | |
| CALL METHOD if_rso_res_qd_handler=>DEL_LIST_RESET...more details | ||
| ELTATTR_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTATTR_CHGENTRY...more details | ||
| ELTATTR_GETSELECTION | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTATTR_GETSELECTION...more details | ||
| ELTDIR_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_CHGENTRY...more details | ||
| ELTDIR_COUNT | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_COUNT...more details | ||
| ELTDIR_DEL_ENTRY | Delete an directory entry | Public |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_DEL_ENTRY...more details | ||
| ELTDIR_EXISTS | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_EXISTS...more details | ||
| ELTDIR_GETENTRY | Search for an element dir entry | Public |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_GETENTRY...more details | ||
| ELTDIR_GETPROPCHILDS | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_GETPROPCHILDS...more details | ||
| ELTDIR_GETSELECTION | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_GETSELECTION...more details | ||
| ELTDIR_GETSTRUCTURE | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_GETSTRUCTURE...more details | ||
| ELTDIR_GETXREFCHILDS | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTDIR_GETXREFCHILDS...more details | ||
| ELTPRIO_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTPRIO_CHGENTRY...more details | ||
| ELTPRIO_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTPRIO_GETENTRY...more details | ||
| ELTPRIO_GETSELECTION | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTPRIO_GETSELECTION...more details | ||
| ELTPROP_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTPROP_CHGENTRY...more details | ||
| ELTPROP_DEL_ENTRY | Delete an property entry | Public |
| CALL METHOD if_rso_res_qd_handler=>ELTPROP_DEL_ENTRY...more details | ||
| ELTPROP_GETENTRY | Search for an element prop entry | Public |
| CALL METHOD if_rso_res_qd_handler=>ELTPROP_GETENTRY...more details | ||
| ELTTEXT_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTTEXT_CHGENTRY...more details | ||
| ELTTEXT_DEL_ENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTTEXT_DEL_ENTRY...more details | ||
| ELTTEXT_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTTEXT_GETENTRY...more details | ||
| ELTUSAGE_GET | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTUSAGE_GET...more details | ||
| ELTUSAGE_GETTABLE | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTUSAGE_GETTABLE...more details | ||
| ELTUSAGE_RESET | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTUSAGE_RESET...more details | ||
| ELTUSAGE_SET | Public | |
| CALL METHOD if_rso_res_qd_handler=>ELTUSAGE_SET...more details | ||
| GENERATE_ALLOWED | Public | |
| CALL METHOD if_rso_res_qd_handler=>GENERATE_ALLOWED...more details | ||
| GET_ASSIGNED_VARS | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_ASSIGNED_VARS...more details | ||
| GET_COMPID | Returns the component ID | Public |
| CALL METHOD if_rso_res_qd_handler=>GET_COMPID...more details | ||
| GET_COMPTP | Returns the component type | Public |
| CALL METHOD if_rso_res_qd_handler=>GET_COMPTP...more details | ||
| GET_COMPTXT | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_COMPTXT...more details | ||
| GET_COMPUID | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_COMPUID...more details | ||
| GET_COMP_COUNT | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_COMP_COUNT...more details | ||
| GET_CONV_VARS | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_CONV_VARS...more details | ||
| GET_ELT_COUNT | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_ELT_COUNT...more details | ||
| GET_FILTERID | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_FILTERID...more details | ||
| GET_INFOOBJECT | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_INFOOBJECT...more details | ||
| GET_INFOPROV | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_INFOPROV...more details | ||
| GET_INFOPROV_DETAILS | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_INFOPROV_DETAILS...more details | ||
| GET_IOBJ_DETAILS | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_IOBJ_DETAILS...more details | ||
| GET_IOBJ_UID | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_IOBJ_UID...more details | ||
| GET_KEYFIGURE_STRUC | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_KEYFIGURE_STRUC...more details | ||
| GET_LAYTP | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_LAYTP...more details | ||
| GET_MESSAGES | Returns message from global stack | Public |
| CALL METHOD if_rso_res_qd_handler=>GET_MESSAGES...more details | ||
| GET_OPERATOR_DETAILS | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_OPERATOR_DETAILS...more details | ||
| GET_PACKAGE_DETAILS | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_PACKAGE_DETAILS...more details | ||
| GET_PROPERTY_CHILD | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_PROPERTY_CHILD...more details | ||
| GET_PROPERTY_PARENT | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_PROPERTY_PARENT...more details | ||
| GET_SHEETID | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_SHEETID...more details | ||
| GET_STRMEM_PARENT_UID | Search for the custom dimension of a structure member | Public |
| CALL METHOD if_rso_res_qd_handler=>GET_STRMEM_PARENT_UID...more details | ||
| GET_TADIR_DETAILS | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_TADIR_DETAILS...more details | ||
| GET_TEXT_ATTRIB | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_TEXT_ATTRIB...more details | ||
| GET_TEXT_ELT | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_TEXT_ELT...more details | ||
| GET_TEXT_ELT_EX | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_TEXT_ELT_EX...more details | ||
| GET_TEXT_IOBJ | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_TEXT_IOBJ...more details | ||
| GET_TEXT_STRMEM | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_TEXT_STRMEM...more details | ||
| GET_TEXT_VALUE | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_TEXT_VALUE...more details | ||
| GET_UID | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_UID...more details | ||
| GET_UID_IOBJ | Public | |
| CALL METHOD if_rso_res_qd_handler=>GET_UID_IOBJ...more details | ||
| GET_XSI_TYPE | Returns the XSI type | Public |
| CALL METHOD if_rso_res_qd_handler=>GET_XSI_TYPE...more details | ||
| HAS_COMP_ENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>HAS_COMP_ENTRY...more details | ||
| HAS_DATA | Public | |
| CALL METHOD if_rso_res_qd_handler=>HAS_DATA...more details | ||
| HAS_SELECTIONS | Public | |
| CALL METHOD if_rso_res_qd_handler=>HAS_SELECTIONS...more details | ||
| HAS_TEXT | Public | |
| CALL METHOD if_rso_res_qd_handler=>HAS_TEXT...more details | ||
| IS_AUTOCORRECTED | Private | |
| CALL METHOD if_rso_res_qd_handler=>IS_AUTOCORRECTED...more details | ||
| IS_COMPONENT_UID | Check if UID represents a component (rszcompdir) | Public |
| CALL METHOD if_rso_res_qd_handler=>IS_COMPONENT_UID...more details | ||
| IS_PLANNING_RELEVANT | Check if the element is planning relevant | Public |
| CALL METHOD if_rso_res_qd_handler=>IS_PLANNING_RELEVANT...more details | ||
| IS_REUSABLE | Check if the element represents a reusable comp. (rszeltdir) | Public |
| CALL METHOD if_rso_res_qd_handler=>IS_REUSABLE...more details | ||
| IS_SHEET_ELEMENT | Check if the element is used on the query sheet. | Public |
| CALL METHOD if_rso_res_qd_handler=>IS_SHEET_ELEMENT...more details | ||
| IS_SORT_RELEVANT_VAR | Check if variable is sorting relevant | Public |
| CALL METHOD if_rso_res_qd_handler=>IS_SORT_RELEVANT_VAR...more details | ||
| IS_STRMEM | Check if the element represents a structure member. | Public |
| CALL METHOD if_rso_res_qd_handler=>IS_STRMEM...more details | ||
| IS_TRANSITIV | Check if the element represents a transitive dependency | Public |
| CALL METHOD if_rso_res_qd_handler=>IS_TRANSITIV...more details | ||
| LANGTEXT_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>LANGTEXT_CHGENTRY...more details | ||
| LANGTEXT_DELENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>LANGTEXT_DELENTRY...more details | ||
| MESSAGES_ADD | Public | |
| CALL METHOD if_rso_res_qd_handler=>MESSAGES_ADD...more details | ||
| MESSAGES_CNT_ERRORS | Public | |
| CALL METHOD if_rso_res_qd_handler=>MESSAGES_CNT_ERRORS...more details | ||
| MESSAGES_EXISTS | Public | |
| CALL METHOD if_rso_res_qd_handler=>MESSAGES_EXISTS...more details | ||
| MESSAGES_GET | Public | |
| CALL METHOD if_rso_res_qd_handler=>MESSAGES_GET...more details | ||
| MESSAGES_INITIALIZE | Public | |
| CALL METHOD if_rso_res_qd_handler=>MESSAGES_INITIALIZE...more details | ||
| RANGE_ADDENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>RANGE_ADDENTRY...more details | ||
| RANGE_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>RANGE_CHGENTRY...more details | ||
| RANGE_COUNT | Returns the number of entries based UID and InfoObject | Public |
| CALL METHOD if_rso_res_qd_handler=>RANGE_COUNT...more details | ||
| RANGE_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>RANGE_GETENTRY...more details | ||
| RANGE_GETSELECTION | Returns a range selection | Public |
| CALL METHOD if_rso_res_qd_handler=>RANGE_GETSELECTION...more details | ||
| RANGE_GET_IOBJ | Public | |
| CALL METHOD if_rso_res_qd_handler=>RANGE_GET_IOBJ...more details | ||
| REMOVE_ELEMENT | Public | |
| CALL METHOD if_rso_res_qd_handler=>REMOVE_ELEMENT...more details | ||
| REPDIR_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>REPDIR_CHGENTRY...more details | ||
| REPDIR_ENABLE_CHG | Private | |
| CALL METHOD if_rso_res_qd_handler=>REPDIR_ENABLE_CHG...more details | ||
| RESOLVE_UID | Public | |
| CALL METHOD if_rso_res_qd_handler=>RESOLVE_UID...more details | ||
| RSZ_GET_ACCESS | Delete an text entry (language is optional) | Public |
| CALL METHOD if_rso_res_qd_handler=>RSZ_GET_ACCESS...more details | ||
| RSZ_MSG_RAISE | Raise a message on global stack | Public |
| CALL METHOD if_rso_res_qd_handler=>RSZ_MSG_RAISE...more details | ||
| SELECT_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>SELECT_CHGENTRY...more details | ||
| SELECT_COUNT | Public | |
| CALL METHOD if_rso_res_qd_handler=>SELECT_COUNT...more details | ||
| SELECT_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>SELECT_GETENTRY...more details | ||
| SELECT_GETSELECTION | Public | |
| CALL METHOD if_rso_res_qd_handler=>SELECT_GETSELECTION...more details | ||
| SET_COMPID | Public | |
| CALL METHOD if_rso_res_qd_handler=>SET_COMPID...more details | ||
| SET_COMPTP | Public | |
| CALL METHOD if_rso_res_qd_handler=>SET_COMPTP...more details | ||
| SET_COMPUID | Set the main component UID | Public |
| CALL METHOD if_rso_res_qd_handler=>SET_COMPUID...more details | ||
| SET_EXTERNAL_ACCESS | Public | |
| CALL METHOD if_rso_res_qd_handler=>SET_EXTERNAL_ACCESS...more details | ||
| SET_HRYPROP | Public | |
| CALL METHOD if_rso_res_qd_handler=>SET_HRYPROP...more details | ||
| SET_INFOPROV | Public | |
| CALL METHOD if_rso_res_qd_handler=>SET_INFOPROV...more details | ||
| SET_PACKAGE_DETAILS | Public | |
| CALL METHOD if_rso_res_qd_handler=>SET_PACKAGE_DETAILS...more details | ||
| SET_PROPPARENT | Public | |
| CALL METHOD if_rso_res_qd_handler=>SET_PROPPARENT...more details | ||
| SYMMETRIC_CALC_MODE | Check if symmetric inv. formulas are used | Public |
| CALL METHOD if_rso_res_qd_handler=>SYMMETRIC_CALC_MODE...more details | ||
| SYNC_VAR_DEFAULTS | Private | |
| CALL METHOD if_rso_res_qd_handler=>SYNC_VAR_DEFAULTS...more details | ||
| UPDATE_EXT_ACCESS | Public | |
| CALL METHOD if_rso_res_qd_handler=>UPDATE_EXT_ACCESS...more details | ||
| UPDATE_TADIR | Public | |
| CALL METHOD if_rso_res_qd_handler=>UPDATE_TADIR...more details | ||
| VAR_CHGENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>VAR_CHGENTRY...more details | ||
| VAR_GETENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>VAR_GETENTRY...more details | ||
| XREF_CHGENTRY | Create/change XREF entry | Public |
| CALL METHOD if_rso_res_qd_handler=>XREF_CHGENTRY...more details | ||
| XREF_DEL_ENTRY | Public | |
| CALL METHOD if_rso_res_qd_handler=>XREF_DEL_ENTRY...more details | ||
| XREF_DEL_SHEET_KYFS | Public | |
| CALL METHOD if_rso_res_qd_handler=>XREF_DEL_SHEET_KYFS...more details | ||
| XREF_GETENTRY | OBSOLETE | Public |
| CALL METHOD if_rso_res_qd_handler=>XREF_GETENTRY...more details | ||
| XREF_GETSELECTION | Public | |
| CALL METHOD if_rso_res_qd_handler=>XREF_GETSELECTION...more details | ||
| XREF_GETSELECTION_SORT | Public | |
| CALL METHOD if_rso_res_qd_handler=>XREF_GETSELECTION_SORT...more details | ||
| XREF_GETSTRUCT | Public | |
| CALL METHOD if_rso_res_qd_handler=>XREF_GETSTRUCT...more details | ||
| XREF_GET_CHILDELEMS | Returns the referenced child elements | Public |
| CALL METHOD if_rso_res_qd_handler=>XREF_GET_CHILDELEMS...more details | ||
| XREF_GET_PARENTELEMS | Returns the parent elements which refers to the given child | Public |
| CALL METHOD if_rso_res_qd_handler=>XREF_GET_PARENTELEMS...more details | ||
| XREF_GET_TUPLEENTRY | Select a XREF entry | Public |
| CALL METHOD if_rso_res_qd_handler=>XREF_GET_TUPLEENTRY...more details | ||
| XREF_SYNC_VARS | Private | |
| CALL METHOD if_rso_res_qd_handler=>XREF_SYNC_VARS...more details | ||
IF_RSO_RES_QD_HANDLER types
TN_S_TABFLDLOC -TN_S_XREFEXT -
TN_TH_XREFEXT -
TN_TS_XREFEXT -
TN_T_TABFLDLOC -
TN_T_XREFEXT -
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