OBJ_DYNP_DETAILLIST_COSTS SAP (Transfer Structure for Detail List) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Detail List




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




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

OBJ_DYNP_DETAILLIST_COSTS 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 "Transfer Structure for Detail List" 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_OBJ_DYNP_DETAILLIST_COSTS TYPE OBJ_DYNP_DETAILLIST_COSTS.

The OBJ_DYNP_DETAILLIST_COSTS table consists of various fields, each holding specific information or linking keys about Transfer Structure for Detail List data available in SAP. These include CST_T (Total Costs), CST_F (Fixed Costs), CST_V (Variable Costs), CST_LF (Lot-Size-Independent Costs).. 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: Not classified


SAP OBJ_DYNP_DETAILLIST_COSTS 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
TEXTDescription of Costs OBJ_COSTS_KEYTEXTCHAR30
CST_TTotal Costs OBJ_COSTS_TOTALCURR15(2) WERTV8
CST_FFixed Costs OBJ_COSTS_FIXEDCURR15(2) WERTV8
CST_VVariable Costs OBJ_COSTS_VARIABLECURR15(2) WERTV8
CST_LFLot-Size-Independent Costs OBJ_COSTS_LOT_FIXEDCURR15(2) WERTV8
CST_LVLot-Size-Dependent Costs OBJ_COSTS_LOT_VARIABLECURR15(2) WERTV8
CALCULATEDCategory Calculated OBJ_CALCULATEDCHAR1OBJ_CALCULATED_STATUS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SORT_KEY1 Sort Sequence 10
SORT_KEY2 Sort Sequence 20
SORT_KEY3 Sort Sequence 30
SORT_KEY4 Sort Sequence 40
SORT_KEY5 Sort Sequence 50
SORT_KEY6 Sort Sequence 60
ROLLNAMEALV control: Data element for F1 help LVC_ROLLCHAR30Assigned to domainROLLNAME

Key field Non-key field



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

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

How to access SAP table OBJ_DYNP_DETAILLIST_COSTS

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