FAGL_DATAC_STRUC - Coding of Structure Data
Coding of Structure Data information is stored in SAP table FAGL_DATAC_STRUC.
It is part of development package FAGL_POSTING_SERV_EHP3 in software component FI-GL-GL-A. This development package consists of objects that can be grouped under "Services for Posting FI Documents (EhP3)".
It is part of development package FAGL_POSTING_SERV_EHP3 in software component FI-GL-GL-A. This development package consists of objects that can be grouped under "Services for Posting FI Documents (EhP3)".
Fields for table FAGL_DATAC_STRUC
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| IDENTIFIER | Hash Code | X | FAGL_DATAC_HASH | CHAR | 60 | |
| COUNTER | Sequence Number of Fields of a Structure | X | FAGL_DATAC_NUMBER | NUMC | 8 | |
| FIELDNAME | Field Name | FIELDNAME | CHAR | 60 | * | |
| RTTS_TYPE | Data Type (RTTS) | FAGL_DATAC_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 |