SSCV_CHIP_UICONF is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SSCV_CHIP_UICONF TYPE SSCV_CHIP_UICONF .
Below is the documentation avaialable and full details of the fields which make up this View.
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 | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CLIENT | MANDT | CLNT | 3 | Client | ||
SCENARIO | SSC_SCENARIO | CHAR | 10 | SSCSCEN | Shared Services Center: Application | |
BUSINESS_ROLE | SSC_CRMT_UI_PROFILE | CHAR | 12 | Business Role |
Key field | |
Non-key field |
SSCV_CHIP_UICONF - Generated Table for View SSCV_BUS_ROLE - Generated Table for View SSCTARGFLDT - Shared Service Center: text table of Target Field SSCTARGFLD - Shared Service Center: Target Field SSCSTATUSSET - Shared Service Center: Included service request status SSCSSPROCTYPPRID - Process per Self Service Process Type