SAP IF_UC_DE_LOGICAL_FORM OO Class - The logical data entry form









IF_UC_DE_LOGICAL_FORM 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_UC_DE_LOGICAL_FORM 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_UC_DE_LOGICAL_FORM 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
ADD_LINEAdd new linesPublic
CALL METHOD if_uc_de_logical_form=>ADD_LINE...more details

ADD_LINE_VIA_POPUPadd new line via popup screenPublic
CALL METHOD if_uc_de_logical_form=>ADD_LINE_VIA_POPUP...more details

CHANGE_CELLSChange cells in the logical formPublic
CALL METHOD if_uc_de_logical_form=>CHANGE_CELLS...more details

EXPAND_ALLExpand the whole hierarchyPublic
CALL METHOD if_uc_de_logical_form=>EXPAND_ALL...more details

EXPAND_NODEExpand a hierarchy node by click on a linePublic
CALL METHOD if_uc_de_logical_form=>EXPAND_NODE...more details

F1_ON_GRID_CELLF1 request on a grid cellPublic
CALL METHOD if_uc_de_logical_form=>F1_ON_GRID_CELL...more details

F1_ON_HEADER_ROWF1 request on a header rowPublic
CALL METHOD if_uc_de_logical_form=>F1_ON_HEADER_ROW...more details

F4_ON_GRID_CELLF4 request on a grid cellPublic
CALL METHOD if_uc_de_logical_form=>F4_ON_GRID_CELL...more details

F4_ON_HEADER_ROWF4 request on a header rowPublic
CALL METHOD if_uc_de_logical_form=>F4_ON_HEADER_ROW...more details

GET_FORM_ATTRIBUTESRetrieve form attributesPublic
CALL METHOD if_uc_de_logical_form=>GET_FORM_ATTRIBUTES...more details

GET_FORM_GRIDRetrieve the grid tablePublic
CALL METHOD if_uc_de_logical_form=>GET_FORM_GRID...more details

GET_FORM_HEADERRetrieve the header tablePublic
CALL METHOD if_uc_de_logical_form=>GET_FORM_HEADER...more details

GET_MODELGet the modelPublic
CALL METHOD if_uc_de_logical_form=>GET_MODEL...more details

GET_PREFERRED_CUSOR_POSGet the preferred cursor positionPublic
CALL METHOD if_uc_de_logical_form=>GET_PREFERRED_CUSOR_POS...more details

GET_SUBACCNT_CANDIDATEGet candidates for adding subaccount on the fly (on grid)Public
CALL METHOD if_uc_de_logical_form=>GET_SUBACCNT_CANDIDATE...more details

IS_INPUT_READYTest whether the logical form allows user inputPublic
CALL METHOD if_uc_de_logical_form=>IS_INPUT_READY...more details

IS_PREVIEW_MODETest whether the logical form is runing preview modePublic
CALL METHOD if_uc_de_logical_form=>IS_PREVIEW_MODE...more details

MOUSE_OVER_TEXTto be added later(!)Public
CALL METHOD if_uc_de_logical_form=>MOUSE_OVER_TEXT...more details

NAVIGATE_DIRECT_VALUENavigate grid by directly enter value in the headerPublic
CALL METHOD if_uc_de_logical_form=>NAVIGATE_DIRECT_VALUE...more details

NAVIGATE_NEXTNavigation by click of the Next buttonPublic
CALL METHOD if_uc_de_logical_form=>NAVIGATE_NEXT...more details

NAVIGATE_PREVNavigation by click on the Prev buttonPublic
CALL METHOD if_uc_de_logical_form=>NAVIGATE_PREV...more details

REFRESH_DISPLAYRefresh the logical form(to be defined!)Public
CALL METHOD if_uc_de_logical_form=>REFRESH_DISPLAY...more details

REQUEST_TO_ADD_LINERequest to add new linePublic
CALL METHOD if_uc_de_logical_form=>REQUEST_TO_ADD_LINE...more details

SET_INPUT_READYSwitch input readinessPublic
CALL METHOD if_uc_de_logical_form=>SET_INPUT_READY...more details

SET_PREVIEW_MODESet preview modePublic
CALL METHOD if_uc_de_logical_form=>SET_PREVIEW_MODE...more details




Events of Class IF_UC_DE_LOGICAL_FORM

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... FORM_CHANGED - the logical form is changed.

Links to Related Class(s)

IF_UC_DE...
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!