TWVMO SAP (Control profiles for transferring material data to vendor) Table details

Dictionary Type: Table
Description: Control profiles for transferring material data to vendor




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




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

TWVMO is a standard SAP Table which is used to store Control profiles for transferring material data to vendor data and is available within R/3 SAP systems depending on the version and release level.

The TWVMO table consists of various fields, each holding specific information or linking keys about Control profiles for transferring material data to vendor data available in SAP. These include PAPRF (Profile for transferring material data via IDoc PROACT), SLKEY (Key controlling material selection), ONHND (Transfer of stock level), ONORD (Transfer quantities on order at vendor).. 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: Can be enhanced (character-type)

Text table = TWVMOT


SAP TWVMO 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 MANDTCLNT3T000MANDT
PAPRFProfile for transferring material data via IDoc PROACT WVMI_PAPRFCHAR4WVMI_PAPRF
SLKEYKey controlling material selection WVMI_SLKEYCHAR2WVMI_SLKEY
ONHNDTransfer of stock level WVMI_ONHNDCHAR1XFELD
ONORDTransfer quantities on order at vendor WVMI_ONORDCHAR1XFELD
SALESTransfer quantity sold WVMI_SALESCHAR1XFELD
MCINF- obsolete - WVMI_CHAR8_OLDCHAR8CHAR8
PRDCTTransfer current period WVMI_PRDCTCHAR1XFELD
FDPLT- obsolete - WVMI_CHAR30_OLDCHAR30CHAR30
FDMAT- obsolete - WVMI_CHAR30_OLDCHAR30CHAR30
FDQUA- obsolete - WVMI_CHAR30_OLDCHAR30CHAR30
FDCHK- obsolete - WVMI_CHAR30_OLDCHAR30CHAR30
NULL_ONHNDDo not transfer zero quantities WVMI_NULLCHAR1XFELD
NULL_ONORDDo not transfer zero quantities WVMI_NULLCHAR1XFELD
NULL_SALESDo not transfer zero quantities WVMI_NULLCHAR1XFELD
FCASTTransfer of the forecasted quantity sold WVMI_FCASTCHAR1XFELD
NULL_FCASTDo not transfer zero quantities WVMI_NULLCHAR1XFELD
PRDCFTransfer current period WVMI_PRDCTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWVMO
INTO CORRESPONDING FIELDS OF WA_TWVMO
WHERE...

How to access SAP table TWVMO

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