!--a11y-->
Table Interface 
The table interface enables you to display tables or navigation blocks in BEx Web applications as you choose.
Your options include anything from making simple changes to the display to making data-specific enhancements to the navigation options and display.
The technical realization is done with an ABAP class. For extensive information on creating the ABAP class and its use in a Web template, see Creating and Using an ABAP Class.
The table interface has the following functions:
The attributes include the data from the data provider and general information, such as generation parameters of the table (parameters from the URL), as well as information on whether navigation links are to be created or whether the use of JavaScript is allowed.
· Events
The results enable determination of information on various times, such as at the time of initialization of the table.
· Methods for Manipulation of Cell Contents
The methods for manipulation of cell contents are central to the table interface. Only implement (redefine) the methods for the cell types that you want to manipulate. Note that generally, not all cells of a cell type are manipulated - only specific cells depending on the characteristic, the key figure and/or the value. These specific cells can be identified using the importing parameters of methods for manipulation of cell contents.
Service methods can be used within methods for manipulation of cell contents or within the events. Service methods enable you to generate links, insert JavaScript, send messages, request information on specific cells or on the current navigational state, read the path of symbol directories in the MIME Repository and to determine specific attributes for the table interface.