RECDCHECKCOND SAP (Structure for Checking the Condition Customizing) Structure details

Dictionary Type: Structure
Description: Structure for Checking the Condition Customizing




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




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

RECDCHECKCOND 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 "Structure for Checking the Condition Customizing" 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_RECDCHECKCOND TYPE RECDCHECKCOND.

The RECDCHECKCOND table consists of various fields, each holding specific information or linking keys about Structure for Checking the Condition Customizing data available in SAP. These include XCONDTYPEL (Name of Condition Type), CONDPROP (Attribute of Condition Type), BOOKASREVENUE (Advance Payment Posted as Revenue), FLOWTYPE (Flow Type).. 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 RECDCHECKCOND 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
CONDTYPECondition Type RECDCONDTYPECHAR4Assigned to domainALPHARECDCONDTYPE
XCONDTYPELName of Condition Type RECDXCONDTYPELCHAR30RECAXMDESCRIPTION
CONDPROPAttribute of Condition Type RECDCONDPROPERTYCHAR4Assigned to domainRECDCONDPROPERTY
BOOKASREVENUEAdvance Payment Posted as Revenue RECDBOOKASREVENUECHAR1RECABOOL
FLOWTYPEFlow Type RECDFLOWTYPECHAR4Assigned to domainALPHARECDFLOWTYPE
ISINVALIDFLOWTYPEGeneral Yes/No Field RECABOOLCHAR1RECABOOL
REFFLOWRELType of Relationship Between Flow Type and Refer.Flow Type RECDREFFLOWRELCHAR3Assigned to domainALPHARECDREFFLOWREL
REFFLOWTYPEReference Flow Type RECDREFFLOWTYPECHAR4Assigned to domainALPHARECDFLOWTYPE
ISINVALIDREFFLOWTYPEGeneral Yes/No Field RECABOOLCHAR1RECABOOL
XREFFLOWRELName XLBEZCHAR50XTEXT50
XFLOWTYPEName of Flow Type RECDXFLOWTYPECHAR30TEXT30
ISMISSINGACCDETGeneral Yes/No Field RECABOOLCHAR1RECABOOL
ACCDETKEYAccount Determination Value RERAACCDETKEYCHAR10Assigned to domainRERAACCDETKEY
CACCTYPEAccount Type RERAACCTYPECHAR1RERAACCTYPE
CGLACCSYMBAccount Determination: Account Symbols RERAGLACCSYMBCHAR15Assigned to domainRERAGLACCSYMB
ISINVALIDCGLACCSYMBGeneral Yes/No Field RECABOOLCHAR1RECABOOL
DACCTYPEAccount Type RERAACCTYPECHAR1RERAACCTYPE
DGLACCSYMBAccount Determination: Account Symbols RERAGLACCSYMBCHAR15Assigned to domainRERAGLACCSYMB
ISINVALIDDGLACCSYMBGeneral Yes/No Field RECABOOLCHAR1RECABOOL
CGLACCOUNTAccount Determination: G/L Account Number KONTO_ADCHAR10Assigned to domainALPHASAKNR
CGLACCDIFFYEARAccount for Posting in Alternative Fiscal Year REEXGLACCDIFFYEARCHAR10Assigned to domainALPHASAKNR
CSPGLIDSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
DGLACCOUNTAccount Determination: G/L Account Number KONTO_ADCHAR10Assigned to domainALPHASAKNR
DSPGLIDSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
DGLACCDIFFYEARAccount for Posting in Alternative Fiscal Year REEXGLACCDIFFYEARCHAR10Assigned to domainALPHASAKNR
CXTEXTACCG/L Account Long Text TXT50_SKATCHAR50TEXT50
DXTEXTACCG/L Account Long Text TXT50_SKATCHAR50TEXT50
ISINVALIDCACCGeneral Yes/No Field RECABOOLCHAR1RECABOOL
ISINVALIDDACCGeneral Yes/No Field RECABOOLCHAR1RECABOOL
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
ISINVALIDGeneral Yes/No Field RECABOOLCHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table RECDCHECKCOND

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