N2M_ITEM_QUANS SAP (N2M: Help Structure, Quantities for an Item) Structure details

Dictionary Type: Structure
Description: N2M: Help Structure, Quantities for an Item




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




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

N2M_ITEM_QUANS 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 "N2M: Help Structure, Quantities for an Item" 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_N2M_ITEM_QUANS TYPE N2M_ITEM_QUANS.

The N2M_ITEM_QUANS table consists of various fields, each holding specific information or linking keys about N2M: Help Structure, Quantities for an Item data available in SAP. These include DOC_TYPE (Document Type), DOCUMENT (Assoc. Mngt: General Document), ITEM (Assoc. Mngt: Item Number in a General Document), SUB_ITEM (Assoc. Mngt: Sub-Item Number in a General 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP N2M_ITEM_QUANS 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
DOC_TYPEDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
DOCUMENTAssoc. Mngt: General Document WB2_DOCUMENTCHAR18WB2_LINKED_NUMBER
ITEMAssoc. Mngt: Item Number in a General Document WB2_N2M_ITEMCHAR10WB2_LINKED_POSNR
SUB_ITEMAssoc. Mngt: Sub-Item Number in a General Document WB2_N2M_SUB_ITEMNUMC6TPOSN
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
COMPLETE_QUANAssoc. Mngt: Complete Quantity of an Item WB2_COMPLETE_QUANQUAN15(3) MENGV15
COMPLETE_QUAN_SONSAssoc. Mngt: Complete Quantity of an Item WB2_COMPLETE_QUANQUAN15(3) MENGV15
POSITION_QUANAssociation Management: Item Quantity WB2_POSITION_QUANTITYQUAN15(3) MENGV15
ASSOC_QUANAssoc. Mngt: Actually Associated Quantity of an Item WB2_ASSOCIATED_QUANQUAN15(3) MENGV15
REC_QUANAssoc. Mngt: Quantity that an Item Actually Received WB2_RECEIVING_QUANQUAN15(3) MENGV15
OPEN_QUANAssoc. Mngt: Opened Quantity of an Item WB2_OPEN_QUANQUAN15(3) MENGV15
LOCKED_QUANAssoc. Mngt: Locked Quantity WB2_LOCKED_QUANQUAN15(3) MENGV15
UNIT_OF_QUANBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
QUAN_DOCAssoc. Mngt: Quantity in Current Document WB2_QUANTITY_DOCQUAN15(3) MENGV15
UNIT_DOCAssoc. Mngt: Unit of Measure in Current Document WB2_UNIT_DOCUNIT3Assigned to domainCUNITMEINS
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ACC_COMPL_QUANAssociation Management: Logistically Closed Quantity WB2_COMPLETED_QUANTITYQUAN15(3) MENGV15
ASSOC_QUAN_WITH_IGNOREAssoc. Mngt: Actually Associated Quantity of an Item WB2_ASSOCIATED_QUANQUAN15(3) MENGV15
REC_QUAN_WITH_IGNOREAssoc. Mngt: Quantity that an Item Actually Received WB2_RECEIVING_QUANQUAN15(3) MENGV15

Key field Non-key field



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

As N2M_ITEM_QUANS 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 N2M_ITEM_QUANS as there is no data to select.

How to access SAP table N2M_ITEM_QUANS

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