MKAUF SAP (Field string for module pool SAPMKAUF) Structure details

Dictionary Type: Structure
Description: Field string for module pool SAPMKAUF




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




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

MKAUF 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 "Field string for module pool SAPMKAUF" 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_MKAUF TYPE MKAUF.

The MKAUF table consists of various fields, each holding specific information or linking keys about Field string for module pool SAPMKAUF data available in SAP. These include STEXT (Text, 40 Characters Long), LTEXT (Long Text Exists), LANGU (Language Key), ARTST (Character field, 8 characters long).. 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 MKAUF 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
KTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
STEXTText, 40 Characters Long TEXT40CHAR40TEXT40
LTEXTLong Text Exists AUFLTEXTCHAR1XFELD
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ARTSTCharacter field, 8 characters long CHAR8CHAR8CHAR8
APAGE2-Digit Numeric Value NUM2NUMC2NUM2
MPAGE2-Digit Numeric Value NUM2NUMC2NUM2
UPD_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
O_SALDOOrder balance in order currency O_SALDOCURR15(2) WERTV8
K_SALDOOrder balance in controlling-area currency K_SALDOCURR15(2) WERTV8
DRUCK_STFlag: Print orders DRUCK_STCHAR1XFELD
FLG_OBLIGOXCommitments Management Active CO_OBLIGOXCHAR1XFELD
ERLOESEIdentifier 'Revenue posting allowed' ERLOESECHAR1ERLOESE
SYSSTSystem status line J_STEXTCHAR40TEXT40
ANWSTUser Status Line J_ATEXTCHAR40TEXT40
AINDXIndex for table section XINDXINT410XINDX
MINDXIndex for table section XINDXINT410XINDX
EINTRAGEntry K_EINTRAGCHAR25CHAR25
VARNRList Variant VARNR_KAUFCHAR5VARNR_021F
BEARTProcessing type BEART_DCHAR8BEARTBAT
MARKESelection J_MARKECHAR1XFELD
FTEXTText (length 35) TEXT35CHAR35TEXT35
BATCHBackground Processing BATCHFLGCHAR1XFELD
AUFGROrder Group AUFGRCHAR15GRPNAMEKOG
FUNCTIONLength 18 text TEXT18CHAR18TEXT18
TESTLAUFExecute Test Run TESTLAUFCHAR1XFELD
LVTXTFast Entry: Variant Description LTEXT_021FCHAR30TXT30
BLACTCurrent block for processing BLOCK_ACTNUMC3NUMC3
BLANZNumber of blocks to be processed BLOCK_ANZNUMC3NUMC3
ERDATCreated on AUFERFDATDATS8DATUM
LISTEIndicator 'Generate Detailed List' LISTFLG1CHAR1XFELD
WAERSOrder Currency AUFWAERSCUKY5TCURCWAERS
STONRStatus Order Number J_STONRNUMC2J_STONR

Key field Non-key field



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

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

How to access SAP table MKAUF

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