BADI_CHAR_COND SAP (Character Filter Conditions) Table details

Dictionary Type: Table
Description: Character Filter Conditions




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




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

BADI_CHAR_COND is a standard SAP Table which is used to store Character Filter Conditions data and is available within R/3 SAP systems depending on the version and release level.

The BADI_CHAR_COND table consists of various fields, each holding specific information or linking keys about Character Filter Conditions data available in SAP. These include BADI_IMPL (Name of a BAdI Implementation), DISJ_IDX (Natural Number), CONJ_IDX (Natural Number), FILTER_NAME (Name of a BAdI Filter).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BADI_CHAR_COND 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
ENHNAMEID of an Enhancement ENHNAMECHAR30ENHNAME
BADI_IMPLName of a BAdI Implementation BADI_IMPL_NAMECHAR30BADI_IMPL_NAME
DISJ_IDXNatural Number INT4INT410INT4
CONJ_IDXNatural Number INT4INT410INT4
FILTER_NAMEName of a BAdI Filter BADI_FILTER_NAMECHAR30BADI_FILTER_NAME
VALUE1Uppercase and Lowercase Character Field of the Length 255 BADI_CHAR255CHAR255BADI_CHAR255
VALUE2Uppercase and Lowercase Character Field of the Length 255 BADI_CHAR255CHAR255BADI_CHAR255
COMPAREPermitted Operations for Filter Comparisons of BAdIs BADI_COMPARATORSCHAR4BADI_COMPARATORS
IS_INTERVALSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM BADI_CHAR_COND
INTO CORRESPONDING FIELDS OF WA_BADI_CHAR_COND
WHERE...

How to access SAP table BADI_CHAR_COND

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