BADI_PACKED_COND SAP (Packed Filter Conditions for BAdIs) Table details

Dictionary Type: Table
Description: Packed Filter Conditions for BAdIs




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




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

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

The BADI_PACKED_COND table consists of various fields, each holding specific information or linking keys about Packed Filter Conditions for BAdIs 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_PACKED_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
VALUE1 First Interval Limit0
VALUE2 Second Interval Limit0
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_PACKED_COND using ABAP code

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

SELECT SINGLE *
FROM BADI_PACKED_COND
INTO CORRESPONDING FIELDS OF WA_BADI_PACKED_COND
WHERE...

How to access SAP table BADI_PACKED_COND

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