Show TOC

Event GR/VC: To Determine User Database Access Select ConditionsLocate this document in the navigation structure

Use
Process

This event suppresses the header entry subset field selection screen. You can also do the following:

  • Create user subset field dialog screens

  • Specify subset fields without user input (you can also do this at event 01 )

  • Realize the function Enter Conditions .

    Note

    You can end the maintenance dialog at this event by the variable VCL_ACTION to SPACE . This is, for example, useful when the user chooses Cancel in the selection condition input dialog screen.

    Note

    The internal table DBA_SELLIST must be filled as follows for each header entry:

    • The VALUE field value in the internal table DBA_SELLIST entry must be maintained for each subset field.

    • There is no initial entry in DBA_SELLIST for selection in fields which are not subset fields. These entries must be made in DBA_SELLIST.

      The header entry selection conditions must be passed on to the dependent objects, that is, the selections for each dependent object must also be put in the internal table DBA_SELLIST.

      Maintain the internal table DPL_SELLIST for each object in which you have entered a value for a subset field in DBA_SELLIST.

      You must handle type I field dependencies in the event yourself.