SALV_WD_S_FE_LINK_TO_ACTION is an SAP Structure so does not store data like a database table does but can be used to process "SALV_WD_S_FE_LINK_TO_ACTION" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SALV_WD_S_FE_LINK_TO_ACTION TYPE SALV_WD_S_FE_LINK_TO_ACTION .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
COLLAPSIBLE | WDY_BOOLEAN | CHAR | 1 | Replacement for Real Boolean Type: 'X' == True '' == False |
Key field | |
Non-key field |
SALV_WD_S_FE_LINK_TO_ACTION - SALV_WD_S_FE_LINK_TO_ACTION SALV_WD_S_FE_INTERACTIVE - SALV_WD_S_FE_INTERACTIVE SALV_WD_S_FE_INPUT_FIELD - SALV_WD_S_FE_INPUT_FIELD SALV_WD_S_FE_DRDN_BY_KEY - SALV_WD_S_FE_DRDN_BY_KEY SALV_WD_S_FE_BUTTON - SALV_WD_S_FE_BUTTON SALV_WD_S_FE_A_TOGGLE_BUTTON - SALV_WD_S_FE_A_TOGGLE_BUTTON