MV12A SAP (MV12A - Condition Generator: Input/Output Fields) Structure details

Dictionary Type: Structure
Description: MV12A - Condition Generator: Input/Output Fields




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




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

MV12A 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 "MV12A - Condition Generator: Input/Output Fields" 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_MV12A TYPE MV12A.

The MV12A table consists of various fields, each holding specific information or linking keys about MV12A - Condition Generator: Input/Output Fields data available in SAP. These include KVEWE_TEXT (Description), KAPPL (Application), KAPPL_TEXT (Description), KOTABNR (Condition table).. 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)


SAP MV12A 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
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KVEWE_TEXTDescription BEZEI20CHAR20TEXT20
KAPPLApplication KAPPLCHAR2T681ZKAPPLKAP
KAPPL_TEXTDescription BEZEI20CHAR20TEXT20
KOTABNRCondition table KOTABNRNUMC3T681KOTABNRKON
KOTAB_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
SETYPFast entry type for condition tables SETYPCHAR4T681SSETYP
SETYP_TEXTDescription BEZEI20CHAR20TEXT20
RF_KOTABNRCondition table KOTABNRNUMC3T681KOTABNRKON
RF_KOTXTExplanatory short text DDTEXTCHAR60DDTEXT
RF_SETYPReference fast entry type for condition tables SETYP_RECHAR4T681SSETYP
RF_SETXTDescription BEZEI20CHAR20TEXT20
AN_KOTABNRCondition table KOTABNRNUMC3T681KOTABNRKON
AN_KOTXTExplanatory short text DDTEXTCHAR60DDTEXT
AN_SETYPFast entry type for condition tables SETYPCHAR4T681SSETYP
AN_SETXTDescription BEZEI20CHAR20TEXT20
KSDATID: Condition structure has validity period KSDATCHAR1XFELD
KKMODModule pool for condition access KKMODCHAR1KKMOD
DATKZHeader date DATKZ_VFCHAR1XFELD
KSCKZCondition key in header KSCKZCHAR1XFELD
DESCRShort description text, key word, key screen DESCR_DCHAR60TEXT60
ZEIFDField to appear on fast entry screen DZEIFDCHAR1XFELD
FSETXTText field for fast entry FSETXTCHAR1XFELD
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
LENGLength of Field (Number of Characters) DDLENNUMC4DDLEN
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
PI_KOTXTExplanatory short text DDTEXTCHAR60DDTEXT
PI_DESCRShort description text, key word, key screen DESCR_PICHAR60TEXT60
PI_SUCH1Search string for pickup window PICK_SUCHCHAR20CHAR20
TBTYPTable type of generated DDIC structures TBTYPCHAR1TBTYP
TXTARCondition table: Propose text TXTAR_KOCHAR1XFELD
KONKYIndicates a key field of a condition table KONKYCHAR1XFELD
KFRSTIndicator: Structure has release status KSFRSTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MV12A

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