/SAPHT/MESZSPLPO SAP (Process Order Split link table) Table details

Dictionary Type: Table
Description: Process Order Split link table




ABAP Code to SELECT data from /SAPHT/MESZSPLPO
Related tables to /SAPHT/MESZSPLPO
Access table /SAPHT/MESZSPLPO




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

/SAPHT/MESZSPLPO is a standard SAP Table which is used to store Process Order Split link table data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/MESZSPLPO table consists of various fields, each holding specific information or linking keys about Process Order Split link table data available in SAP. These include Z_FROMPO (Split/Merge From Process Order), Z_TOPO (Split/Merge To Process Order), Z_MERGE (Merge indicator for Split table), Z_MATNR (Material 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPHT/MESZSPLPO 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
Z_FROMPOSplit/Merge From Process Order /SAPHT/MESZ_FROMPOCHAR12Assigned to domainALPHAAUFNR
Z_TOPOSplit/Merge To Process Order /SAPHT/MESZ_TOPOCHAR12Assigned to domainALPHAAUFNR
Z_MERGEMerge indicator for Split table /SAPHT/MESZ_MERGECHAR1XFELD
Z_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
Z_MENGEQuantity MENGE_DQUAN13(3) MENG13
Z_VORNR_FRSplit from Oper/Phase /SAPHT/MESZ_VORNR_FRCHAR4NUMCVVORNR
Z_VORNR_STStart from Oper/Phase /SAPHT/MESZ_VORNR_STCHAR4NUMCVVORNR

Key field Non-key field



How do I retrieve data from SAP table /SAPHT/MESZSPLPO using ABAP code

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

SELECT SINGLE *
FROM /SAPHT/MESZSPLPO
INTO CORRESPONDING FIELDS OF WA_/SAPHT/MESZSPLPO
WHERE...

How to access SAP table /SAPHT/MESZSPLPO

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