FIKZD_CONTR_MAPP SAP (Subsoil use contracts mapping) Table details

Dictionary Type: Table
Description: Subsoil use contracts mapping




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




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

FIKZD_CONTR_MAPP is a standard SAP Table which is used to store Subsoil use contracts mapping data and is available within R/3 SAP systems depending on the version and release level.

The FIKZD_CONTR_MAPP table consists of various fields, each holding specific information or linking keys about Subsoil use contracts mapping data available in SAP. These include BUKRS (Company Code), NUM (Sequential number), CONTRACT (Subsoil use contract), CONTRACT_DATE (Subsoil contract date).. 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 FIKZD_CONTR_MAPP 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NUMSequential number FIGLKZ_NUMBERNUMC7NUM07
CONTRACTSubsoil use contract FIGLKZ_CONTRACTCHAR11FIKZD_CONTRACTSCHAR11
CONTRACT_DATESubsoil contract date FIGLKZ_CONTRACT_DATEDATS8FIKZD_CONTRACTSDATS
DATE_BEGINStarting date of the period FIGLKZ_PER_BEGINDATS8DATS
DATE_ENDEnd date of the period FIGLKZ_PER_ENDDATS8DATS
HKONT_FROMFrom account FIGLKZ_HKONT_FROMCHAR10SKA1ALPHASAKNR
HKONT_TOTo account FIGLKZ_HKONT_TOCHAR10SKA1ALPHASAKNR
ALT_ACCOUNT_FLAGFlag for alternative account FIGLKZ_ALT_ACCOUNTCHAR1DDFLAG
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FKBERFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
BUPLABusiness Place BUPLACHAR4J_1BBRANCHJ_1BBRANCH
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
AUTYPOrder category AUFTYPNUMC2AUFTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIKZD_CONTR_MAPP
INTO CORRESPONDING FIELDS OF WA_FIKZD_CONTR_MAPP
WHERE...

How to access SAP table FIKZD_CONTR_MAPP

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