VIYCCE2EXP SAP (Cost Element to Expense Type) Table details

Dictionary Type: Table
Description: Cost Element to Expense Type




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




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

VIYCCE2EXP is a standard SAP Table which is used to store Cost Element to Expense Type data and is available within R/3 SAP systems depending on the version and release level.

The VIYCCE2EXP table consists of various fields, each holding specific information or linking keys about Cost Element to Expense Type data available in SAP. These include INTRENO (Internal Key of Real Estate CAM Expense Pool), EXPTYPE (Expense Type), COSTELEMENT (Cost Element), VALIDFROM (Date: Relationship Valid From).. 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)


SAP VIYCCE2EXP 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
INTRENOInternal Key of Real Estate CAM Expense Pool REYCINTRENOEXPCHAR13REYCINTRENOEXP
EXPTYPEExpense Type REYCEXPTYPECHAR4TIVYCEXPREYCEXPTYPE
COSTELEMENTCost Element REYCCOSTELEMENTCHAR10CSKAALPHAKSTAR
VALIDFROMDate: Relationship Valid From REBDRELVALIDFROMDATS8RECADATEBEG
VALIDTODate: Relationship Valid To REBDRELVALIDTODATS8REDATRECADATEEND

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIYCCE2EXP
INTO CORRESPONDING FIELDS OF WA_VIYCCE2EXP
WHERE...

How to access SAP table VIYCCE2EXP

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