MMBSD_DRSEG SAP (Transfer Structure for Release Documentation) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Release Documentation




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




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

MMBSD_DRSEG 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 "Transfer Structure for Release Documentation" 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_MMBSD_DRSEG TYPE MMBSD_DRSEG.

The MMBSD_DRSEG table consists of various fields, each holding specific information or linking keys about Transfer Structure for Release Documentation data available in SAP. These include GJAHR (Fiscal Year), BUZEI (Document Item in Invoice Document), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing 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 MMBSD_DRSEG 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
SRVPOSActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
INTROWInternal line number for limits INTROWNUMC10NUMC10
SRVMAPKEYItem Key for eSOA Messages SRVMAPKEYNUMC10
LEBREIndicator for Service-Based Invoice Verification LEBRECHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
ERP_CONTRACT_IDNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
ERP_CONTRACT_ITMItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
BUDATPosting Date in the Document BUDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOGSYLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
KOARTAccount Type KOARTCHAR1KOART
QUNUMNumber of Quota Arrangement QUNUMCHAR10ALPHAQUNUM
QUPOSQuota Arrangement Item QUPOSNUMC3NUM03
XCONTRACT_POContract from Limit Purchase Order Item XCONTRACT_POCHAR1XFELD
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
TBTKZIndicator: subsequent debit/credit TBTKZCHAR1TBTKZ

Key field Non-key field



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

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

How to access SAP table MMBSD_DRSEG

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