MIG_BP_UPLOAD SAP (Maintain GUIDS and Blocks of BP Upload from CDB to CRM) Table details

Dictionary Type: Table
Description: Maintain GUIDS and Blocks of BP Upload from CDB to CRM




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




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

MIG_BP_UPLOAD is a standard SAP Table which is used to store Maintain GUIDS and Blocks of BP Upload from CDB to CRM data and is available within R/3 SAP systems depending on the version and release level.

The MIG_BP_UPLOAD table consists of various fields, each holding specific information or linking keys about Maintain GUIDS and Blocks of BP Upload from CDB to CRM data available in SAP. These include GUID (Global Unique Identifier), STATUS (Upload status of Migration from CDB to CRM), BLOCK_NO (Number of entries read), BDOC_ID (BDoc Message ID).. 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: Not classified


SAP MIG_BP_UPLOAD 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
GUIDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
STATUSUpload status of Migration from CDB to CRM MIGSTATUSCHAR1MIG_UPLOAD_STATUS
BLOCK_NONumber of entries read MAX_RECNUMC5NUM05
BDOC_IDBDoc Message ID SMOG_TIDCHAR32SMOG_GUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM MIG_BP_UPLOAD
INTO CORRESPONDING FIELDS OF WA_MIG_BP_UPLOAD
WHERE...

How to access SAP table MIG_BP_UPLOAD

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