MIPACKAGE_HEAD SAP (Packagegeneration header) Table details

Dictionary Type: Table
Description: Packagegeneration header




ABAP Code to SELECT data from MIPACKAGE_HEAD
Related tables to MIPACKAGE_HEAD
Access table MIPACKAGE_HEAD




Table field list including key, data, relationships and ABAP select examples

MIPACKAGE_HEAD is a standard SAP Table which is used to store Packagegeneration header data and is available within R/3 SAP systems depending on the version and release level.

The MIPACKAGE_HEAD table consists of various fields, each holding specific information or linking keys about Packagegeneration header data available in SAP. These include PACKAGENAME (Name of an package), PACKAGETYPE (Type of template property), DEVICEID (Unique ID of Synchronization Container), MIUSER (User Name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MIPACKAGE_HEAD table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PACKAGENAMEName of an package MI_PACKAGE_NAMECHAR70
PACKAGETYPEType of template property MI_PACKAGE_TYPECHAR1MI_PACKAGE_TYPE
DEVICEIDUnique ID of Synchronization Container MECONTGUIDCHAR36MEGUID
MIUSERUser Name UNAMECHAR12UNAME
MIGROUPMobile Group MI_GROUPCHAR35
MULTI_DEVINSTSign for multi device installation MI_MULTIDEVINSTCHAR1MI_MULTI_DEVINST
STATUSCurrent status of package generation MI_PACKAGE_STATUSCHAR1MI_PACKAGE_STAT
MI_STARTDATEStart date of an task MI_START_DATEDATS8DATS
MI_STARTTIMEStart time of an task MI_START_TIMETIMS6TIME
MI_ENDDATEDate when the process ends MI_END_DATEDATS8DATS
MI_ENDTIMETime when the process finished MI_END_TIMETIMS6TIME
CREATED_BYUser Name UNAMECHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table MIPACKAGE_HEAD using ABAP code

The following ABAP code Example will allow you to do a basic selection on MIPACKAGE_HEAD to SELECT all data from the table
DATA: WA_MIPACKAGE_HEAD TYPE MIPACKAGE_HEAD.

SELECT SINGLE *
FROM MIPACKAGE_HEAD
INTO CORRESPONDING FIELDS OF WA_MIPACKAGE_HEAD
WHERE...

How to access SAP table MIPACKAGE_HEAD

Within an ECC or HANA version of SAP you can also view further information about MIPACKAGE_HEAD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!