LogiView

Keyword actual

  The keyword actual represents a unique and complete Where clause and excludes using further Where clauses. Using this keyword is only permitted if:
  • LogiView is called from the selection menu of the active widgets (with lgv_sel_run) or
  • LogiView is called as
    • "pre-field",
    • "post-field",
    • "edit-action",
    • "pre-action", or
    • "post-action" userexit

    .

This is prerequesite to uniquely specify the current data record of this widget by means of an internal ID number (and for some functions/commands using the current line of a mask).

Note: "actual" corresponds to the current record of the current widget for which the LogiView procedure was called. .
 

Example 1:

  Calling the command Where from the action part of a decision table
where(actual)
 

Example 2:

 

Definition of the database access for the string variable DOCU_STRING_1_DB (in the Variable declaration table):

Name Datatype Number of elements in an array Predefinition Database access
DOCU_STRING_1_DB S 0   "T_MASTER_DAT.PART_NAME_ENG"