TIME_DATA_COSTINFO_MNT SAP (Maint. Fields for Cost Assgmt/Activity Alloc. of Time Specs) Structure details

Dictionary Type: Structure
Description: Maint. Fields for Cost Assgmt/Activity Alloc. of Time Specs




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




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

TIME_DATA_COSTINFO_MNT 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 "Maint. Fields for Cost Assgmt/Activity Alloc. of Time Specs" 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_TIME_DATA_COSTINFO_MNT TYPE TIME_DATA_COSTINFO_MNT.

The TIME_DATA_COSTINFO_MNT table consists of various fields, each holding specific information or linking keys about Maint. Fields for Cost Assgmt/Activity Alloc. of Time Specs data available in SAP. These include BUKRS (Receiver Company Code), GSBER (Business Area), KOSTL (Cost Center), AUFNR (Order Number).. 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: Cannot Be Enhanced


SAP TIME_DATA_COSTINFO_MNT 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
BUKRSReceiver Company Code PT_BUKRS_RECEIVERCHAR4T001BUKRSBUKH_T001
GSBERBusiness Area PT_GSBER_RECEIVERCHAR4TGSBGSBERGSB
KOSTLCost Center PT_KOSTL_RECEIVERCHAR10CSKSALPHAKOSTLKOS
AUFNROrder Number PT_AUFNR_RECEIVERCHAR12Assigned to domainALPHAAUFNRANR
KSTRGCost Object PT_KSTRG_RECEIVERCHAR12Assigned to domainKSTRGKTR
POSNRWork Breakdown Structure Element (WBS element) PT_PS_POSID_RECEIVERCHAR24ABPSNPS_POSIDPRO
NPLNRNetwork Number for Account Assignment PT_NPLNR_RECEIVERCHAR12Assigned to domainALPHAAUFNRNET
VORNRActivity Number PT_VORNR_RECEIVERCHAR4NUMCVVORNRVGN
KDAUFSales Order Number PT_KDAUF_RECEIVERCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order PT_KDPOS_RECEIVERNUMC6NUM06KPO
PRZNRBusiness Process PT_CO_PRZNR_RECEIVERCHAR12Assigned to domainALPHACO_PRZNRKWP
FISTLFunds Center PT_FISTL_RECEIVERCHAR16Assigned to domainFISTLFIS
GEBERFund PT_BP_GEBER_RECEIVERCHAR10Assigned to domainBP_GEBERFIC
DARTService Type PT_DART_RECEIVERCHAR2T5D7CDARTDAR
UDARTService Category PT_UDART_RECEIVERCHAR2T5D7EUDARTUDA
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FIPEXCommitment Item PT_FIPEX_RECEIVERCHAR24Assigned to domainFMCILFM_FIPEXFIP
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
SBUKRSender Company Code PT_BUKRS_SENDERCHAR4T001BUKRSBUKH_T001
SGSBRSender Business Area PT_GSBER_SENDERCHAR4TGSBGSBERGSB
SKOSTSender Cost Center PT_KOSTL_SENDERCHAR10CSKSALPHAKOSTLKOS
LSTARActivity Type PT_LSTAR_SENDERCHAR6CSLALSTARLARLART
SGTXTActivity Allocation Text PT_SGTXT_SENDERCHAR50TEXT50
SGEBERSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
SFKBERSending Functional Area SFKTBERCHAR16Assigned to domainFKBER
SGRANT_NBRSender Grant GM_GRANT_SENDERCHAR20ALPHAGM_GRANT_NBR
SBUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
EBELNPurchasing Document Number PT_EBELN_EXT_SERVICECHAR10Assigned to domainALPHAEBELNBESMEKK
EBELPItem Number of Purchasing Document PT_EBELP_EXT_SERVICENUMC5Assigned to domainEBELPBSP
LSTNRService Number PT_ASNUM_EXT_SERVICECHAR18ASMDALPHAASNUMASN

Key field Non-key field



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

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

How to access SAP table TIME_DATA_COSTINFO_MNT

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