Show TOC

Event 13: End ProcessingLocate this document in the navigation structure

Use

End of processing (leaving the main function module)

This event occurs as soon as you leave the maintenance dialog. Other activities can now be performed, for example,

  • Reset user flags,

  • Initialize user fields, internal tables,

  • Initialize function group local memory

  • Activities which are the consequence of user settings

    Note

    The main function module is VIEW_MAINTENANCE. The event only occurs when the table maintenance dialog is called as follows:

    • Parameterized transaction (call SM30)

    • Function module VIEW_MAINTENANCE_CALL

    • Function module VIEW_MAINTENANCE or VIEWFRAME_<view name> for views, or TABLEFRAME_<function group name>) for tables

Process

There are no standard routines for this event.