SSC_S_FOUND_PERSISTENCE is an SAP Structure so does not store data like a database table does but can be used to process "FSSC: Structure of Foundation persistence" 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_SSC_S_FOUND_PERSISTENCE TYPE SSC_S_FOUND_PERSISTENCE .
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 |
GUID | GUID_32 | CHAR | 32 | GUID in 'CHAR' Format in Uppercase | ||
HANDLE | SSC_HANDLE | NUMC | 10 | Shared Services Center: Handle | ||
SCENARIO | SSC_SCENARIO | CHAR | 10 | Shared Services Center: Application | ||
ELEMENT | SSC_ELEMENT | CHAR | 32 | Shared Services Center: Activity | ||
RUNID | SSC_RUNID | CHAR | 32 | Service Request Run ID | ||
RUNDATE | DATUM | DATS | 8 | Date | ||
MSGID | SSC_MSG_CLASS | CHAR | 20 |
* | Message Class | |
MSGNO | MSGNR | CHAR | 3 |
* | Message number | |
AGGR_OBJ_VALUE | SSC_T_RELEVANT_OBJECT | TTYP | Table Type for Relevant Objects | |||
CREATEDATE | DATUM | DATS | 8 | Date | ||
CREATETIME | UZEIT | TIMS | 6 | Time |
Key field | |
Non-key field |
SSC_S_FOUND_PERSISTENCE - FSSC: Structure of Foundation persistence SSC_S_FLDVALUE - Shared Service Center: Field Value SSC_S_FIELD_NV_PAIR - Shared Service Center: Name value pair SSC_S_FIELD - Shared Service Center: Field SSC_S_EXTCAT - Shared Service Center: CRM external category SSC_S_ELEMENT - Shared Service Center: Activity