VDCNTL_CASH_FLOW SAP (Display Interval for Cash Flow) Table details

Dictionary Type: Table
Description: Display Interval for Cash Flow




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




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

VDCNTL_CASH_FLOW is a standard SAP Table which is used to store Display Interval for Cash Flow data and is available within R/3 SAP systems depending on the version and release level.

The VDCNTL_CASH_FLOW table consists of various fields, each holding specific information or linking keys about Display Interval for Cash Flow data available in SAP. These include GSART (Product Type), INT_DATE (Interval Date for Display Interval in Cash Flow), INT_OFFSET1 (Lower Offset for Display Interval in Cash Flow), INT_OFFSET2 (Upper Offset for Display Interval in Cash Flow).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VDCNTL_CASH_FLOW 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
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
INT_DATEInterval Date for Display Interval in Cash Flow TD_INT_DATECHAR2TD_INT_DATE
INT_OFFSET1Lower Offset for Display Interval in Cash Flow TD_INT_OFFSET1NUMC3TD_INT_OFFSET
INT_OFFSET2Upper Offset for Display Interval in Cash Flow TD_INT_OFFSETNUMC3TD_INT_OFFSET
FULL_CFFlag for displaying the full cash flow by default TD_DEFAULT_FULL_CFCHAR1JANE

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDCNTL_CASH_FLOW
INTO CORRESPONDING FIELDS OF WA_VDCNTL_CASH_FLOW
WHERE...

How to access SAP table VDCNTL_CASH_FLOW

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