VDMSG_FOR_COND SAP (Message type for different condition types) Table details

Dictionary Type: Table
Description: Message type for different condition types




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




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

VDMSG_FOR_COND is a standard SAP Table which is used to store Message type for different condition types data and is available within R/3 SAP systems depending on the version and release level.

The VDMSG_FOR_COND table consists of various fields, each holding specific information or linking keys about Message type for different condition types data available in SAP. These include SKOART (Condition Type for Table VDMSG_FOR_COND), MSGTYP (Message Type That Controls Change of Posted Condition Items), RANTYP (Contract Type).. 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 or numeric)


SAP VDMSG_FOR_COND 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
SKOARTCondition Type for Table VDMSG_FOR_COND MSG_SKOARTCHAR4
MSGTYPMessage Type That Controls Change of Posted Condition Items MSGTYPECHAR1MSG_TYPE
RANTYPContract Type RANTYPCHAR1RANTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDMSG_FOR_COND
INTO CORRESPONDING FIELDS OF WA_VDMSG_FOR_COND
WHERE...

How to access SAP table VDMSG_FOR_COND

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