CLB2V_APPL_PLATF 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_CLB2V_APPL_PLATF TYPE CLB2V_APPL_PLATF .
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 | SYMANDT | CLNT | 3 | T000 | Client ID | |
APPLICATION | CLB2_APPLICATION_ID | CHAR | 50 | CLB2C_APPL | Collaboration: Application ID | |
PLATFORM_TYPE | CLB2_PLATFORM_TYPE | CHAR | 20 | CLB2C_PLATF_DEF | Collaboration: Service Provider Type | |
PLATFORM | CLB2_PLATFORM_ID | CHAR | 30 | CLB2C_PLATF_DEF | Collaboration Platform ID (Server) |
Key field | |
Non-key field |