Entering content frameEvent 02/VC: After Getting the Database Access Select Conditions Locate the document in its SAP Library structure

 

This event occurs after the selection conditions are read from the ABAP/4 Dictionary and possibly entered by the user in a selection screen.

You can put further view cluster object selection conditions in the internal table " DBA_SELLIST".

Caution

You must check whether any selection conditions which you enter are also valid for dependent objects. If so, you must also maintain the selection conditions in the internal tables "DBA_SELLIST" and "DPL_SELLIST" for the dependent objects. See also Event GR (view cluster).

You can cancel view cluster maintenance by setting VCL_ACTION = SPACE.

 

 

 

Leaving content frame