Latest Answer : Both above events are used in Interactive reports. The only difference is when/how they trigger. AT LINE-SELECTION – This event is executed whenever the user double-click a list item displayed by WRITE / ULINE / SKIP or a single-click when HOTSPOT ...
Latest Answer : use hide function to catch the item which is selected from the list.hide kna1-kunnr.....write this in the loop statement when the data is transferred from work area to ingternal table or databse table. ...
Latest Answer : 1) Transparent Table 2)Index table 3)Hashed table 4)Sorted table ...
Latest Answer : User can create a Database table in two ways.1.Top-to-bottom approach: In this approach, first fields are defined and later domain and data element are defined.2.Bottom-to-top approach: In this approach, first domain and data element are defined and later ...
Latest Answer : §Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits ...
Latest Answer : check tabke works at table level and value table works at domain level.check table is nothing but master table that u will create with valid set of values.value table it provides the list of values and it will automatically proposed as a check table while ...
Latest Answer : Internal table is a temporary table stored in RAM in application server. It is created and filled by a program during execution and is discarded when the program ends. It consists of body and the optional header line. The body holds the number of rows ...
Latest Answer : ...
Latest Answer : Hi.'Refresh' is the keyworld which clears the contents of an internal table body. ...
Latest Answer : there are two ways to create table1) top-down approach2)bottom-up approach ...