Entering content frame

Object documentation Events Locate the document in its SAP Library structure

Definition

Functional components of the table interface.

Use

Events allow you to initialize tables.

Structure

Initialization

Initializing a table: You call this method is before processing. Using the reference from the dataset, you can analyze metadata for the navigational state as well as the data itself. All attributes of the class that were listed beforehand are filled at this point.

Method

Start

New Rows

You call the following method before starting a new row. You can execute a suitable initialization for the rows.

Method

New_Row

Importing Parameter

Description

I_Y

New row numbers

Header Completed

The following method is called after you have processed the table header. You can execute a suitable initialization for the rows.

Method

Header_Finished

Importing Parameter

Description

I_Y

New row numbers

Completion

This method gives you the option of carrying out further operations after you have finished the table. For example, setting Java Script functions using the method "Set_Javascript_Function" (see Service Methods) or cleaning up the table.

Method

Finished

 

 

Leaving content frame