FPLAYOUT - Form Objects: Layout
Form Objects: Layout information is stored in SAP table FPLAYOUT.
It is part of development package SAFPAPI in software component BC-SRV-FP. This development package consists of objects that can be grouped under "SAP Form Processing (API)".
It is part of development package SAFPAPI in software component BC-SRV-FP. This development package consists of objects that can be grouped under "SAP Form Processing (API)".
Fields for table FPLAYOUT
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| NAME | Name of a Form Object | X | FPNAME | CHAR | 60 | |
| STATE | Status of Form Object | X | FPSTATE | CHAR | 2 | |
| FIRSTUSER | Created by | FPFIRSTUSER | CHAR | 24 | ||
| FIRSTDATE | Created On | FPFIRSTDATE | DATS | 16 | ||
| FIRSTTIME | Created At | FPFIRSTTIME | TIMS | 12 | ||
| LASTUSER | Last Changed by | FPLASTUSER | CHAR | 24 | ||
| LASTDATE | Changed On | FPLASTDATE | DATS | 16 | ||
| LASTTIME | Last changed at | FPLASTTIME | TIMS | 12 | ||
| FORMTECH | Layout Technology | FPFORMTECH | CHAR | 2 | ||
| TYPE | Layout Type | FPLAYOUTTYPE | CHAR | 2 | ||
| LAYOUT | XML Display of Layout | RSTR | 8 |