RCONDAD_GCONDPOS SAP (Condition Adapter: Condition Item) Structure details

Dictionary Type: Structure
Description: Condition Adapter: Condition Item




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




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

RCONDAD_GCONDPOS 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: Condition Item" 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_GCONDPOS TYPE RCONDAD_GCONDPOS.

The RCONDAD_GCONDPOS table consists of various fields, each holding specific information or linking keys about Condition Adapter: Condition Item data available in SAP. These include BASDATA (), SKOART (Condition Type (Smallest Subdivision of Condition Records)), DGUEL_KP (Condition Item Valid From), JNULLKON (Condition Form).. 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 RCONDAD_GCONDPOS 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
MINDEXCondition Adapter: Index TB_CAINDEXRAW16T_CAINDEX
BASDATA 0
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4SKOART
DGUEL_KPCondition Item Valid From DGUEL_KPDATS8DATUM
JNULLKONCondition Form JNULLKONCHAR1SKONDF
SKOPODetailed identification for condition items VVSKOPONUMC2VVSKOPO
PRICE 0
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
SWHRKONDCurrency of Condition Item SWHRKONDCUKY5WAERS
SZSREFReference Interest Rate SZSREFCHAR10ZIREFKU
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
SFORMREFFormula reference for the cash flow calculator VVSFORMREFCHAR4T_FORMBE
SVARNAMEDescription of variables in cash flow calculator VVSVARNAMECHAR4T_XFELD04
BBASISCalculation base amount BBASISCURR13(2) WERTV7
CALCDATA 0
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
JPROZRPercentage Calculation TB_JPROZRCHAR1XFELD
SZEITANTIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
SFANTIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
SFRANZShift Due Date TFMSFRANZNUMC1TFMSFRANZ
SBASISCalculation base reference VVSBASISCHAR4VVSBASIS
TERMCONTROL 0
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 SKALIDCHAR2WFCIDH_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) VVSKALID2CHAR2WFCID
SZWERKShift to working day for interest fixing date VVSZWERKNUMC1T_SWERK
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
SZWKEYPayment form with adjustment days VVSZWKEYCHAR2VVSZWKEY
SFVMETHUpdate method for calculation date/due date TB_SFVMETHNUMC2T_SFVMETH
SDWERKWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK
PAYMCONTROL 0
ZLSCHPayment Method DZLSCHCHAR1ZLSCH
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
SPARTNRBusiness Partner Number BP_PARTNRCHAR10ALPHABP_PARTNRBPN
ZAHLSPayment Block Key DZLSPRCHAR1ZAHLSSPE
POSTCONTROL 0
MABERDunning Area MABERCHAR2MABER
SZEGENGenerate incoming payment immediately SZEGENNUMC2SZEGEN
SBUSTPosting control key VVSBUSTNUMC2VVSBUST

Key field Non-key field



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

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

How to access SAP table RCONDAD_GCONDPOS

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