Entering content frame

Procedure documentation Execute the Initialization Locate the document in its SAP Library structure

The initialization procedure is executed in the event handler OnCreate:

date_at = sy-datum + 1.
time_from = '1700'.
time_to = '1900'.

The other data is not set automatically.

 

 

Leaving content frame