FPP_STRUC - Coding of Structure Data
Coding of Structure Data information is stored in SAP table FPP_STRUC.
It is part of development package FPPCO in software component ICM. This development package consists of objects that can be grouped under "Framework for Parallel Processing (FPP): Control".
It is part of development package FPPCO in software component ICM. This development package consists of objects that can be grouped under "Framework for Parallel Processing (FPP): Control".
Fields for table FPP_STRUC
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
IDENTIFIER | Hash Code | X | FPP_HASH | CHAR | 60 | |
COUNTER | Sequence Number of Fields of a Structure | X | FPP_NUMBER | NUMC | 8 | |
FIELDNAME | Field Name | FIELDNAME | CHAR | 60 | * | |
RTTS_TYPE | Datatype (RTTS) | FPP_TYPECAT | CHAR | 2 | ||
DATAELEMENT | Field Name | FIELDNAME | CHAR | 60 | * | |
TYPE | Data Type in ABAP Dictionary | DATATYPE_D | CHAR | 8 | ||
LENGTH | Length (No. of Characters) | DDLENG | NUMC | 12 | ||
DECIMALS | Number of Decimal Places | DECIMALS | NUMC | 12 | ||
AS_INCLUDE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | BOOLE_D | CHAR | 2 |