/CEERE/KOEFMPSIM SAP (Koeficients for municipalities parts) Table details

Dictionary Type: Table
Description: Koeficients for municipalities parts




ABAP Code to SELECT data from /CEERE/KOEFMPSIM
Related tables to /CEERE/KOEFMPSIM
Access table /CEERE/KOEFMPSIM




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

/CEERE/KOEFMPSIM is a standard SAP Table which is used to store Koeficients for municipalities parts data and is available within R/3 SAP systems depending on the version and release level.

The /CEERE/KOEFMPSIM table consists of various fields, each holding specific information or linking keys about Koeficients for municipalities parts data available in SAP. These include TYPNEMREM (Real Estate Object Type), KODCOBCE (District Code), GEMARK (Local Subdistrict), PARCKMEN (Master Number of Parcel).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /CEERE/KOEFMPSIM 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
TYPNEMREMReal Estate Object Type /CEERE/TYPNEMREMCHAR1/CEERE/TYPNEMREM
KODCOBCEDistrict Code /CEERE/KODCOBCECHAR6Assigned to domain/CEERE/KODCOBCE
GEMARKLocal Subdistrict VVGEMARKCHAR12Assigned to domainVVGEMARK
PARCKMENMaster Number of Parcel /CEERE/PARCKMENCHAR5
KODOBCECode of Municipality or City District /CEERE/KODOBCECHAR8Assigned to domain/CEERE/KODOBCE/CEERE/OBMC
PARCPODAdditional Number of Parcel /CEERE/PARCPODCHAR3
CISLOPRegistration Number /CEERE/CISLOPCHAR6
KODFUTax Office Code /CEERE/KODFUCHAR3Assigned to domainALPHA/CEERE/KODFU/CEERE/KFU/CEERE/FUC
STARTDATEStart Date /CEERE/STARTDATEDATS8DATS
ENDDATEEnd Date /CEERE/ENDDATEDATS8DATS
KOEFMPKoeficient for municipality part /CEERE/KOEF_MPDEC5(2) /CEERE/DEC5_2
TYPCOBCEType of municipality part /CEERE/TYPCOBCECHAR1CHAR1
TYPKOEFType of municipality part /CEERE/TYPCOBCECHAR1CHAR1
MANUALThe record was manually altered/created /CEERE/MANMODCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table /CEERE/KOEFMPSIM using ABAP code

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

SELECT SINGLE *
FROM /CEERE/KOEFMPSIM
INTO CORRESPONDING FIELDS OF WA_/CEERE/KOEFMPSIM
WHERE...

How to access SAP table /CEERE/KOEFMPSIM

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