MIPACKAGE_HEAD_SEARCH SAP (Package generation header with device name field) Structure details

Dictionary Type: Structure
Description: Package generation header with device name field




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




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

MIPACKAGE_HEAD_SEARCH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Package generation header with device name field" 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_MIPACKAGE_HEAD_SEARCH TYPE MIPACKAGE_HEAD_SEARCH.

The MIPACKAGE_HEAD_SEARCH table consists of various fields, each holding specific information or linking keys about Package generation header with device name field 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP MIPACKAGE_HEAD_SEARCH structure 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
DEVICENAMEDefine text for device ID MEMGMT_DEVID_TXTCHAR128MEMGMT_DEVID_TXT

Key field Non-key field



How do I retrieve data from SAP structure MIPACKAGE_HEAD_SEARCH using ABAP code?

As MIPACKAGE_HEAD_SEARCH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MIPACKAGE_HEAD_SEARCH as there is no data to select.

How to access SAP table MIPACKAGE_HEAD_SEARCH

Within an ECC or HANA version of SAP you can also view further information about MIPACKAGE_HEAD_SEARCH 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!