CON_ACC_S_CCTRACT_PRICE SAP (Parameters for Valuation Function 'R/3 Activity Price') Structure details

Dictionary Type: Structure
Description: Parameters for Valuation Function 'R/3 Activity Price'




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




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

CON_ACC_S_CCTRACT_PRICE 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 "Parameters for Valuation Function 'R/3 Activity Price'" 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_CON_ACC_S_CCTRACT_PRICE TYPE CON_ACC_S_CCTRACT_PRICE.

The CON_ACC_S_CCTRACT_PRICE table consists of various fields, each holding specific information or linking keys about Parameters for Valuation Function 'R/3 Activity Price' data available in SAP. These include FIN_COSTCTR (Cost Center), FIN_RSCPOOL (Activity Type), FIN_VALUATDAT (Key Date for Valuation of Business Transaction), ACTUAL (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')).. 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: Can be enhanced (character-type or numeric)


SAP CON_ACC_S_CCTRACT_PRICE 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
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
FIN_COSTCTRCost Center FIN_COSTCTRCHAR22Assigned to domainFIN_COSTCTR
FIN_RSCPOOLActivity Type FIN_RSCPOOLCHAR11FIN_RSCPOOL
FIN_VALUATDATKey Date for Valuation of Business Transaction FIN_VALUATDATDATS8DATUM
ACTUALData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FIN_AMOUNTAmount FIN_AMOUNTCURR23(2) FIN_AMOUNT
FIN_CURRENCYCurrency Key FIN_CURRENCYCUKY5Assigned to domainWAERS
FIN_QUANTITYQuantity FIN_QUANTITYQUAN23(3) FIN_QUANTITY
FIN_UOMUnit of Measure FIN_UOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table CON_ACC_S_CCTRACT_PRICE

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