AEPFB is an SAP Structure so does not store data like a database table does but can be used to process "ECM: maintenance values - document structure" 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_AEPFB TYPE AEPFB .
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 |
.INCLUDE | AEPF | ECM: effectivity | ||||
MANDT | MANDT | CLNT | 3 |
* | Client | |
AENNR | AENNR | CHAR | 12 |
* | Change Number | AENNR |
.INCLUDE | CCEFFE | Effectivity fields | ||||
DATE_LO | CC_DATE_LO | DATS | 8 | Date - lower limit | ||
DATE_HI | CC_DATE_HI | DATS | 8 | Date - upper limit | ||
DATE_OI | CC_DATE_OI | CHAR | 1 | Date - open interval | ||
MATNR_LO | CC_MATNR_LO | CHAR | 18 | Material number - lower limit | CCMAT | |
SERNR_LO | CC_SERNR_LO | CHAR | 18 | Serial number - lower limit | ALPHA | |
SERNR_HI | CC_SERNR_HI | CHAR | 18 | Serial number - upper limit | ALPHA | |
PRODUCT_LO | CC_PRODUCTID_LO | CHAR | 22 | Internal Number (GUID) for Product | ||
CLASS_LO | KLASSE_D | CHAR | 18 | Class number | ||
CLASSTY_LO | KLASSENART | CHAR | 3 |
* | Class Type | |
PLANT_LO | CC_WERKS_D | CHAR | 4 |
* | Plant | |
STARTUP_LO | CC_STARTUP | CHAR | 30 | Start-Up Parameters for Effectivity | ALPHA | |
LOCNO_LO | CC_LOCID_LO | CHAR | 22 | Internal location number (customer, supplier or plant) | ||
.INCLUDE | CCEFFE1 | Effectivity fields | ||||
SERNR_OI | CC_SERNR_OI | CHAR | 1 | Serial number - indicator | ||
ANDAT | CC_ANDAT | DATS | 8 | Date record created on | ||
ANNAM | CC_ANNAM | CHAR | 12 | User who created record | ||
AEDAT | CC_AEDAT | DATS | 8 | Date of Last Change | ||
AENAM | CC_AENAM | CHAR | 12 | Name of person who changed object | ||
.INCLUDE | AEPFS | AEPF - Extras | ||||
SELKZ | CC_CSSEL | CHAR | 1 | Selection of valid records | ||
VBKZ | CC_VBKZ | CHAR | 1 | Update indicator |
Key field | |
Non-key field |