FIKZD_PT_RUNS SAP (Property tax Kazakstan: Stored Calculations: Header) Table details

Dictionary Type: Table
Description: Property tax Kazakstan: Stored Calculations: Header




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




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

FIKZD_PT_RUNS is a standard SAP Table which is used to store Property tax Kazakstan: Stored Calculations: Header data and is available within R/3 SAP systems depending on the version and release level.

The FIKZD_PT_RUNS table consists of various fields, each holding specific information or linking keys about Property tax Kazakstan: Stored Calculations: Header data available in SAP. These include GJAHR (Fiscal Year), BUKRSFROM (Company Code), BUKRSTO (Company Code (to)), LAUFI (Additional Identification).. 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_PT_RUNS 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRSFROMCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRSTOCompany Code (to) FIKZ_BUKRS_TOCHAR4Assigned to domainBUKRS
LAUFIAdditional Identification LAUFICHAR6LAUFI
ADVP1Advance payment 25th February FIKZ_PT_ADVP1CHAR1BOOLEAN
ADVP2Advance payment 25th May FIKZ_PT_ADVP2CHAR1BOOLEAN
ADVP3Advance payment 25th August FIKZ_PT_ADVP3CHAR1BOOLEAN
ADVP4Advance payment 25th Novmeber FIKZ_PT_ADVP4CHAR1BOOLEAN
FIND5Final declaration FIKZ_PT_FIND5CHAR1BOOLEAN
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIKZD_PT_RUNS
INTO CORRESPONDING FIELDS OF WA_FIKZD_PT_RUNS
WHERE...

How to access SAP table FIKZD_PT_RUNS

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