KMAS_D SAP (Screen Fields for Master Data Selection (FUGR KMS0 - KMS7)) Structure details

Dictionary Type: Structure
Description: Screen Fields for Master Data Selection (FUGR KMS0 - KMS7)




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




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

KMAS_D 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 "Screen Fields for Master Data Selection (FUGR KMS0 - KMS7)" 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_KMAS_D TYPE KMAS_D.

The KMAS_D table consists of various fields, each holding specific information or linking keys about Screen Fields for Master Data Selection (FUGR KMS0 - KMS7) data available in SAP. These include KOSTL (Cost Center), KOSTL_TO (To Cost Center), KZKOSTLSET (Cost center group), KOSTL_SET (Cost Center Group).. 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: Not classified


SAP KMAS_D 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
KZKOSTLCost center CO_KZKOSTLCHAR1XFELD
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTL_TOTo Cost Center KOSTL_TOCHAR10Assigned to domainALPHAKOSTLK81
KZKOSTLSETCost center group CO_KZKSGRUCHAR1XFELD
KOSTL_SETCost Center Group KSGRUCHAR15GRPNAMEKSG
SETTXT_KSTShort description of a set SETTEXTCHAR40TEXT40
KZKOSTLALLAll Cost Centers CO_ALLEKSTCHAR1XFELD
KZKOSTLNOExclude Cost Centers? CO_KZNOKSTCHAR1XFLAG
KZKSTARSpecified Cost Element CO_KZKSTARCHAR1XFELD
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KSTAR_TOCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KZKSTARSETCost Element Group CO_KZKAGRUCHAR1XFLAG
KSTAR_SETCost Element Group KAGRUCHAR15GRPNAMEKAG
SETTXT_KOAShort description of a set SETTEXTCHAR40TEXT40
KZKSTARALLInclude All Cost Elements CO_ALLEKOACHAR1XFELD
KZKSTARNOExclude Cost Elements? CO_KZNOKOACHAR1XFLAG
KZLSTARSpecific Activity Type CO_KZLSTARCHAR1XFELD
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
LSTAR_TOActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
KZLSTARSETActivity Type Group CO_KZHLSTACHAR1XFLAG
LSTAR_SETActivity Type Group LAGRUCHAR15GRPNAMELSG
SETTXT_LSTShort description of a set SETTEXTCHAR40TEXT40
KZLSTARALLInclude All Activity Types? CO_ALLELSTCHAR1XFELD
KZLSTARNOExclude Activity Types? CO_KZNOLSTCHAR1XFLAG
KZPRZNRSpecific Business Process CO_KZPRZNRCHAR1XFELD
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
PRZNR_TOTo Business Process Number CO_PRZNR_TOCHAR12Assigned to domainALPHACO_PRZNRK86
KZPRZNRSETIndicator: Business Process Group CO_KZPHINRCHAR1XFLAG
PRZNR_SETBusiness process group BPGRPCHAR15GRPNAMEKWH
SETTXT_PRZShort description of a set SETTEXTCHAR40TEXT40
KZPRZNRALLInclude All Business Processes? CO_ALLEPRZCHAR1XFELD
KZPRZNRNOExclude Business Processes? CO_KZNOPRZCHAR1XFLAG
BISTo-input (selection field) BISSL20CHAR20CHAR20
KZVARIANTSelection Variant CO_KZVARIACHAR1XFELD
VARIANT_KSSelection Variant: Cost Centers Master Data CO_VARIANT_KSCHAR14RALDB_VARIKA1
VARIANT_KASelect Variant: Cost Element Master Data CO_VARIANT_KACHAR14RALDB_VARIKA2
VARIANT_KLSelection Variant: Activity Type Master Data CO_VARIANT_KLCHAR14RALDB_VARIKA3
VARIANT_BPSelection Variant, Business Process Master Data CO_VARIANT_BPCHAR14RALDB_VARIKWM
VARIANTTXTProgram variant short text RVART_VTXTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table KMAS_D

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