TPTCOR_KOSTL SAP (Cost Assignment (Correction Scenario)) Table details

Dictionary Type: Table
Description: Cost Assignment (Correction Scenario)




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




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

TPTCOR_KOSTL is a standard SAP Table which is used to store Cost Assignment (Correction Scenario) data and is available within R/3 SAP systems depending on the version and release level.

The TPTCOR_KOSTL table consists of various fields, each holding specific information or linking keys about Cost Assignment (Correction Scenario) data available in SAP. These include ITEM_ID (ID of Request Item), LTLST (Activity Type), KSTRG (Cost Object), POSID (Work Breakdown Structure Element (WBS Element)).. 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: Cannot Be Enhanced


SAP TPTCOR_KOSTL 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
ITEM_IDID of Request Item TIM_REQ_ITEM_IDCHAR32SYSUUID_C
LTLSTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
KSTRGCost Object KSTRGCHAR12CKPHKSTRGKTR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
SKOSTCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SBUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SGSBRBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SGTXTItem Text SGTXTCHAR50TEXT50
DARTService Type (Public Service Germany) DARTCHAR2T5D7CDARTDAR
UDARTService Category (Public Service Germany) UDARTCHAR2T5D7EUDARTUDA
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPTCOR_KOSTL
INTO CORRESPONDING FIELDS OF WA_TPTCOR_KOSTL
WHERE...

How to access SAP table TPTCOR_KOSTL

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