DIS_TOBJS_COSP SAP (Distribution: Objects distributed to per Group WBS (Cost)) Table details

Dictionary Type: Table
Description: Distribution: Objects distributed to per Group WBS (Cost)




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




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

DIS_TOBJS_COSP is a standard SAP Table which is used to store Distribution: Objects distributed to per Group WBS (Cost) data and is available within R/3 SAP systems depending on the version and release level.

The DIS_TOBJS_COSP table consists of various fields, each holding specific information or linking keys about Distribution: Objects distributed to per Group WBS (Cost) data available in SAP. These include GRPNR (Grouping WBS element), ASS_OBJNR (Object number), OBJNR (Object number), GJAHR (Fiscal Year).. 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 DIS_TOBJS_COSP 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
GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
ASS_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
HRKFTCO key subnumber CO_SUBKEYCHAR14Assigned to domainCO_SUBKEY
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
BEKNZDebit/credit indicator BEKNZCHAR1BEKNZBEKNZ
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
PERBLPeriod block PERBLNUMC3PERBLVPE
WTGTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
WOGTotal Value in Object Currency WOGXXXCURR15(2) WERTV8
WKGTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
MEGTotal Quantity MEGXXXQUAN15(3) MENGV8
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
LOEVMDeletion Indicator LOEVMCHAR1XFELD
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIS_TOBJS_COSP
INTO CORRESPONDING FIELDS OF WA_DIS_TOBJS_COSP
WHERE...

How to access SAP table DIS_TOBJS_COSP

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