N2KPRO_BLOB_MULT SAP (Managem. of Multi-Part Object with Binary Data Store in KPro) Table details

Dictionary Type: Table
Description: Managem. of Multi-Part Object with Binary Data Store in KPro




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




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

N2KPRO_BLOB_MULT is a standard SAP Table which is used to store Managem. of Multi-Part Object with Binary Data Store in KPro data and is available within R/3 SAP systems depending on the version and release level.

The N2KPRO_BLOB_MULT table consists of various fields, each holding specific information or linking keys about Managem. of Multi-Part Object with Binary Data Store in KPro data available in SAP. These include OBJECT_TYPE (Object Type for Kpro Data Store(=>IF_ISHMED_KPRO_CONSTANTS)), OBJECT_ID (ID of an Object that Stores Data in Kpro), ELEMENT_ID (Element ID of a Part in Document), ELEMENT_POS (Position of a Data Block in a Document Element).. 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 N2KPRO_BLOB_MULT 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
OBJECT_TYPEObject Type for Kpro Data Store(=>IF_ISHMED_KPRO_CONSTANTS) N2KPRO_BLOBTYPECHAR15
OBJECT_IDID of an Object that Stores Data in Kpro N2KPRO_OBJ_IDCHAR50
ELEMENT_IDElement ID of a Part in Document N2KPRO_ELEM_IDCHAR40
ELEMENT_POSPosition of a Data Block in a Document Element N2KPRO_ELEM_POSINT410
KPRO_LOGICAL_IDLogical document SDOK_LOIDCHAR32SDOK_DOCID
FRMTFormat of a BLOB Stored in Kpro N2KPRO_FORMATCHAR15
MIMETYPEMIME Type N2MIMECHAR50Assigned to domainN2MIME
FILE_EXTENSIONFile Extension N2FILE_EXTCHAR10TEXT10
IS_XML_CONTENTGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2KPRO_BLOB_MULT
INTO CORRESPONDING FIELDS OF WA_N2KPRO_BLOB_MULT
WHERE...

How to access SAP table N2KPRO_BLOB_MULT

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