ADPIC_HOLD_MIGO SAP (Store BADI goitem for MIGO hold / restore functionality) Table details

Dictionary Type: Table
Description: Store BADI goitem for MIGO hold / restore functionality




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




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

ADPIC_HOLD_MIGO is a standard SAP Table which is used to store Store BADI goitem for MIGO hold / restore functionality data and is available within R/3 SAP systems depending on the version and release level.

The ADPIC_HOLD_MIGO table consists of various fields, each holding specific information or linking keys about Store BADI goitem for MIGO hold / restore functionality data available in SAP. These include LINE_ID (Unique identification of document line), EBELN (Purchase Order Number), EBELP (Item Number of Purchasing Document), MBLNR (Number of Material Document).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ADPIC_HOLD_MIGO 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
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
EBELNPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
PARENTLink to superordinate line MIGO_PARENT_GLCNUMC6NUMC6
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Short Text with Field Label 'Material' MAKTX_DCHAR40TEXT40
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
KZBEWMovement Indicator KZBEWCHAR1KZBEW
GLOBAL_COUNTERUnique number for one line MIGO_GLOBAL_COUNTERNUMC6NUMC6
TAKE_ITItem is Adopted in Document MB_TAKE_ITCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADPIC_HOLD_MIGO
INTO CORRESPONDING FIELDS OF WA_ADPIC_HOLD_MIGO
WHERE...

How to access SAP table ADPIC_HOLD_MIGO

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