RCONDAD_GCPTERMC SAP (Condition Adapter: Date Control) Structure details

Dictionary Type: Structure
Description: Condition Adapter: Date Control




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




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

RCONDAD_GCPTERMC 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 "Condition Adapter: Date Control" 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_RCONDAD_GCPTERMC TYPE RCONDAD_GCPTERMC.

The RCONDAD_GCPTERMC table consists of various fields, each holding specific information or linking keys about Condition Adapter: Date Control data available in SAP. These include DVALUT (Calculation Date), DFAELL (Due date), SVULT (Month-end indicator for calculation date), SFULT (Month-End Indicator for Due Date).. 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: Cannot Be Enhanced


SAP RCONDAD_GCPTERMC 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
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
DVALUTCalculation Date DVALUTDATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
SVULTMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
AVGSTAGENumber of working days for value date AVGSTAGENUMC2NUMC2
AVGSTAGEVZ+/- sign for number of working days for value date AVGSTAGEVZCHAR1PLUSM
AFGSTAGENumber of working days to due date AFGSTAGENUMC2NUMC2
AFGSTAGEVZ+/- sign for number of working days for due date AFGSTAGEVZCHAR1PLUSM
SKALIDFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SVWERKShift calculation date to working day VVSVWERKNUMC1T_SWERK
SVMETHMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
SFWERKShift due date to working day VVSFWERKNUMC1T_SWERK
SFMETHMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
AZGSTAGENumber of working days for interest fixing AZGSTAGENUMC2NUMC2
SZKALRICalendar direction for interest rate fixing SZKALRICHAR1SKALRI
SKALID2Calendar ID 2 (valid in connection with calendar ID 1) VVSKALID2CHAR2Assigned to domainWFCID
SZWERKShift to working day for interest fixing date VVSZWERKNUMC1T_SWERK
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
SZWKEYPayment form with adjustment days VVSZWKEYCHAR2Assigned to domainVVSZWKEY
SFVMETHUpdate method for calculation date/due date TB_SFVMETHNUMC2T_SFVMETH
SDWERKWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK

Key field Non-key field



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

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

How to access SAP table RCONDAD_GCPTERMC

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