SAP /FLDQ/CL_BOBJ_DQXI_MODEL_IMPL OO Class - Model class for /FLDQ/BSP_DQ
/FLDQ/CL_BOBJ_DQXI_MODEL_IMPL 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 /FLDQ/CL_BOBJ_DQXI_MODEL_IMPL including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /FLDQ/CL_BOBJ_DQXI_MODEL_IMPL is CL_BSP_MODELMethod list of /FLDQ/CL_BOBJ_DQXI_MODEL_IMPL 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 |
| GET_BACK_BUTTON | Get the private back button attribute | Public |
| CALL METHOD /fldq/cl_bobj_dqxi_model_impl=>GET_BACK_BUTTON...more details | ||
| RESET_VALUES | Resets the orig_addr_values structure | Public |
| CALL METHOD /fldq/cl_bobj_dqxi_model_impl=>RESET_VALUES...more details | ||
| SET_BACK_BUTTON | Set the private back button attribute | Public |
| CALL METHOD /fldq/cl_bobj_dqxi_model_impl=>SET_BACK_BUTTON...more details | ||
| SET_S_CH_ADRC_STRUC | Set the address structure | Public |
| CALL METHOD /fldq/cl_bobj_dqxi_model_impl=>SET_S_CH_ADRC_STRUC...more details | ||
/FLDQ/CL_BOBJ_DQXI_MODEL_IMPL 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 |
| ACCEPT_ST_DUAL | Instance Attribute | identifies if street address has been accepted | LIKE FLAG | Public | |
| ADDR_TYPE | Static Attribute | Address type : Street, PO Box or both | LIKE /FLDQ/AD_ADDR_TYPE | Public | |
| ALLOW_EXIT | Instance Attribute | General Flag | LIKE FLAG | Public | |
| BACK_BUTTON | Instance Attribute | indicates whether a back button should be displayed. | LIKE BOOLEAN | Private | |
| CH_ADRC_STRUC | Instance Attribute | Include structure with ADRC attributes without name fields | LIKE ADRC_STRUC | Public | |
| CONTINUE | Instance Attribute | boolean variable (X=true, -=false, space=unknown) | LIKE BOOLEAN | Public | |
| DELETE_BUTTON | Instance Attribute | Indicates whether a delete button should be displayed. | LIKE BOOLEAN | Public | |
| DOMAIN | Instance Attribute | LIKE STRING | Public | ||
| ERR_CODE | Static Attribute | Error codes | LIKE /FLDQ/AD_ERR_CODE | Public | |
| ERR_TEXT_NUM | Static Attribute | Error codes | LIKE /FLDQ/AD_ERR_CODE | Public | |
| EVENT_METHOD | Instance Attribute | Method to run after DO_HANDLE_EVENT | LIKE SEOCPDNAME | Public | |
| FLT_VAL | Static Attribute | Country ISO code | LIKE INTCA | Public | |
| HOUSE_NUM_SELECTION | Static Attribute | house number | LIKE AD_HSNM1 | Public | |
| IT_PROMPTS | Static Attribute | Line of the prompt table that is sent to the RFC server. | LIKE /FLDQ/PROMPT | Public | |
| IT_SUGGLIST | Static Attribute | Suggestion List Field List | LIKE /FLDQ/SUGGESTIONLIST | Public | |
| ODDEVEN | Static Attribute | Odd / Even indicator | LIKE /FLDQ/AD_ADDR_TYPE | Public | |
| ODD_EVEN_TEXT_NUM | Static Attribute | Text elememnt for string | LIKE /FLDQ/AD_MSG_TEXT_NUM | Public | |
| ORIG_ADDR_TYPE | Instance Attribute | Address type : Street, PO Box or both | LIKE /FLDQ/AD_ADDR_TYPE | Public | |
| ORIG_ADDR_VALUES | Instance Attribute | Structure used to hold addr components | LIKE /FLDQ/AD_ADR_COMPONENTS | Public | |
| RESET_HIT_LIST | Instance Attribute | General Flag | LIKE FLAG | Public | |
| ROW_SELECTION | Static Attribute | LIKE I | Public | ||
| SCREEN_STATE | Instance Attribute | Prompt Screen and Ranges and Type | LIKE /FLDQ/PROMPTS_STATE | Public | |
| ST_ADRC_STRUC | Instance Attribute | Include structure with ADRC attributes without name fields | LIKE ADRC_STRUC | Public | |
| ST_ORIG_ADRC_STRUC | Instance Attribute | Include structure with ADRC attributes without name fields | LIKE ADRC_STRUC | Public | |
| SUGG_TYPE | Static Attribute | Suggestion List ID | LIKE /FLDQ/AD_SUGG_LIST_ID | Public |
Links to Related Class(s)
/FLDQ/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects