BCA_CONDGROUP SAP (Condition Group) Table details

Dictionary Type: Table
Description: Condition Group




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




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

BCA_CONDGROUP is a standard SAP Table which is used to store Condition Group data and is available within R/3 SAP systems depending on the version and release level.

The BCA_CONDGROUP table consists of various fields, each holding specific information or linking keys about Condition Group data available in SAP. These include O_LISTTYPE (Condition Group Type), O_CONDGR (Condition Group), I_LIST (Condition List), D_USEDUNTIL (Used Until 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = BCA_CONDGROUP_T


SAP BCA_CONDGROUP 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 MANDTCLNT3T000MANDT
O_LISTTYPECondition Group Type FICO_OLISTTYPNUMC6FICOC_LISTFICO_OLISTTYPBCA_LISTTYP
O_CONDGRCondition Group BCA_DTE_CONDGRNUMC10BCA_CONDGRFICO_CONDGROUPBCA_SH_CONDGROUP
I_LISTCondition List FICO_ILISTRAW16SYSUUID
D_USEDUNTILUsed Until Date FICO_DUSEDUNTILDATS8FICO_DDATE
F_BUFFERIndicator for Buffering FICO_FBUFFERCHAR1FICO_FFLAG
D_USEDUNTIL_2Additional Used Until FICO_DUSEDUNTIL_2DATS8FICO_DDATE
O_CONDGRDOMUse of the Condition Groups in the Hierarchies FICO_OCONDGRDOMCHAR1FICO_OCONDGRDOM
F_TEMPCondition List Consists of Standard Values FICOS_FTEMPCHAR1FICO_FFLAG
D_USEDUNTIL_CAPUsed Until Date for Capital Amounts FICO_DUSEDUNTIL_CAPDATS8FICO_DDATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM BCA_CONDGROUP
INTO CORRESPONDING FIELDS OF WA_BCA_CONDGROUP
WHERE...

How to access SAP table BCA_CONDGROUP

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