MIPACKAGE_ITEM is an SAP Table so does not store data like a database table does but can be used to process "Items of Package Generation" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Table. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_MIPACKAGE_ITEM TYPE MIPACKAGE_ITEM .
Below is the documentation avaialable and full details of the fields which make up this Table.
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.
Delivery Class: A - Application table containing master and transaction data
Display/Maintenance via SM30: Not Allowed
Enhancement category i: Cannot Be Enhanced
See here for more information about this and other SAP enhancement categories
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 |
* | Client | |
PACKAGENAME | MI_PACKAGE_NAME | CHAR | 70 | Name of an package | ||
PACKAGETYPE | MI_PACKAGE_TYPE | CHAR | 1 | MIPACKAGE_HEAD | Type of template property | |
PACKAGE_PROP | MI_PACKAGE_PROP | CHAR | 30 | Property | ||
PACKAGE_ENTRY | CHAR255 | CHAR | 255 | Char255 |
Key field | |
Non-key field |