Skip to Content
0
Former Member
Sep 22, 2005 at 11:41 AM

internal table name which hide statement uses

40 Views

Hi,

To hide several variables, use chain HIDE statement.

As soon as the user selects a line for which you stored HIDE fields, the system fills the variables in the program with the values stored. A line can be selected.

¨ By an interactive event.

For each interactive event, the HIDE fields of the line on which the cursor is positioned during the event are filled with the stored values.

The HIDE area is a table, in which the system stores the names and values of all HIDE fields for each list and line number. As soon as they are needed, the system reads the values from the table.

I want to know how can we find the name of that internal table.

Regards,

maqsood