Event GR/VC: To Determine User Database Access Select Conditions
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.
-
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.
-