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_MODEL

Method 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 NameDescriptionVisability
GET_BACK_BUTTONGet the private back button attributePublic
CALL METHOD /fldq/cl_bobj_dqxi_model_impl=>GET_BACK_BUTTON...more details

RESET_VALUESResets the orig_addr_values structurePublic
CALL METHOD /fldq/cl_bobj_dqxi_model_impl=>RESET_VALUES...more details

SET_BACK_BUTTONSet the private back button attributePublic
CALL METHOD /fldq/cl_bobj_dqxi_model_impl=>SET_BACK_BUTTON...more details

SET_S_CH_ADRC_STRUCSet the address structurePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
ACCEPT_ST_DUALInstance Attributeidentifies if street address has been acceptedLIKE
FLAG
Public
ADDR_TYPEStatic AttributeAddress type : Street, PO Box or bothLIKE
/FLDQ/AD_ADDR_TYPE
Public
ALLOW_EXITInstance AttributeGeneral FlagLIKE
FLAG
Public
BACK_BUTTONInstance Attributeindicates whether a back button should be displayed.LIKE
BOOLEAN
Private
CH_ADRC_STRUCInstance AttributeInclude structure with ADRC attributes without name fieldsLIKE
ADRC_STRUC
Public
CONTINUEInstance Attributeboolean variable (X=true, -=false, space=unknown)LIKE
BOOLEAN
Public
DELETE_BUTTONInstance AttributeIndicates whether a delete button should be displayed.LIKE
BOOLEAN
Public
DOMAINInstance AttributeLIKE
STRING
Public
ERR_CODEStatic AttributeError codesLIKE
/FLDQ/AD_ERR_CODE
Public
ERR_TEXT_NUMStatic AttributeError codesLIKE
/FLDQ/AD_ERR_CODE
Public
EVENT_METHODInstance AttributeMethod to run after DO_HANDLE_EVENTLIKE
SEOCPDNAME
Public
FLT_VALStatic AttributeCountry ISO codeLIKE
INTCA
Public
HOUSE_NUM_SELECTIONStatic Attributehouse numberLIKE
AD_HSNM1
Public
IT_PROMPTSStatic AttributeLine of the prompt table that is sent to the RFC server.LIKE
/FLDQ/PROMPT
Public
IT_SUGGLISTStatic AttributeSuggestion List Field ListLIKE
/FLDQ/SUGGESTIONLIST
Public
ODDEVENStatic AttributeOdd / Even indicatorLIKE
/FLDQ/AD_ADDR_TYPE
Public
ODD_EVEN_TEXT_NUMStatic AttributeText elememnt for stringLIKE
/FLDQ/AD_MSG_TEXT_NUM
Public
ORIG_ADDR_TYPEInstance AttributeAddress type : Street, PO Box or bothLIKE
/FLDQ/AD_ADDR_TYPE
Public
ORIG_ADDR_VALUESInstance AttributeStructure used to hold addr componentsLIKE
/FLDQ/AD_ADR_COMPONENTS
Public
RESET_HIT_LISTInstance AttributeGeneral FlagLIKE
FLAG
Public
ROW_SELECTIONStatic AttributeLIKE
I
Public
SCREEN_STATEInstance AttributePrompt Screen and Ranges and TypeLIKE
/FLDQ/PROMPTS_STATE
Public
ST_ADRC_STRUCInstance AttributeInclude structure with ADRC attributes without name fieldsLIKE
ADRC_STRUC
Public
ST_ORIG_ADRC_STRUCInstance AttributeInclude structure with ADRC attributes without name fieldsLIKE
ADRC_STRUC
Public
SUGG_TYPEStatic AttributeSuggestion List IDLIKE
/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



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!