M_AEN1K is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View M_AEN1K" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_M_AEN1K TYPE M_AEN1K .
Below is the documentation avaialable and full details of the fields which make up this View.
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 | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 | T000 | Client | |
AETXT | CC_AETXT | CHAR | 40 | Change Number Description | ||
ANNAM | CC_ANNAM | CHAR | 12 | User who created record | ||
AENNR | AENNR | CHAR | 12 | Change Number | AENNR | |
CCART | CC_CCART | NUMC | 3 | Change type | ||
AENST | AENST | NUMC | 2 | T419S | Status of change number | |
AENBE | CC_AENBE | CHAR | 4 | Authorization group for change master record | ||
DATUV | CC_CCDAT | DATS | 8 | Valid-From Date |
Key field | |
Non-key field |