MMBSI_PO_SRM_INF SAP (DB table for storing additional SRM data related to PO) Table details

Dictionary Type: Table
Description: DB table for storing additional SRM data related to PO




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




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

MMBSI_PO_SRM_INF is a standard SAP Table which is used to store DB table for storing additional SRM data related to PO data and is available within R/3 SAP systems depending on the version and release level.

The MMBSI_PO_SRM_INF table consists of various fields, each holding specific information or linking keys about DB table for storing additional SRM data related to PO data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), KNUMV (Number of the document condition), KPOSN (Condition item number).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MMBSI_PO_SRM_INF 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
CTR_OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
VAL_PO_E_AGGAggregated Release Value MMBSI_AGG_VALUE_ECURR15(2) WERT8
AGG_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMBSI_PO_SRM_INF
INTO CORRESPONDING FIELDS OF WA_MMBSI_PO_SRM_INF
WHERE...

How to access SAP table MMBSI_PO_SRM_INF

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