TXW_MM_POH SAP (MM Purchase order header) Structure details

Dictionary Type: Structure
Description: MM Purchase order header




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




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

TXW_MM_POH 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 "MM Purchase order header" 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_TXW_MM_POH TYPE TXW_MM_POH.

The TXW_MM_POH table consists of various fields, each holding specific information or linking keys about MM Purchase order header data available in SAP. These include EBELN (Purchasing Document Number), BUKRS (Company Code), BSART (Purchasing Document Type), EKGRP (Purchasing Group).. 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 TXW_MM_POH 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BEDATPurchasing Document Date EBDATDATS8DATUM
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
LBLIFField not used LBLIFCHAR10Assigned to domainALPHALIFNRLIF
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LOGSYLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
EXNUMNumber of foreign trade data in MM and SD documents EXNUMCHAR10Assigned to domainEXNUM
AEDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table TXW_MM_POH

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