SAP BPC_FIL_ROLE Table for Filtering Roles (in Inbound) Table data and field list

BPC_FIL_ROLE is a standard SAP Table which is used to store Table for Filtering Roles (in Inbound) data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The BPC_FIL_ROLE table consists of various fields, each holding specific information or linking keys about Table for Filtering Roles (in Inbound) data available in SAP. These include BP_ROLE_FROM (SAP BP: Business Partner Role), NOTE (Comment)... 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. .

BPC_FIL_ROLE table Technical Details:

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BPC_FIL_ROLE table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BPC_FIL_ROLE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
BP_ROLE_FROMSAP BP: Business Partner Role BU_RLTYP_CUSTCHAR6Assigned to domainBU_RLTYP
NOTEComment BU_COMMTCHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM BPC_FIL_ROLE
INTO CORRESPONDING FIELDS OF WA_BPC_FIL_ROLE
WHERE...

How to access SAP table BPC_FIL_ROLE

Within an ECC or HANA version of SAP you can also view further information about BPC_FIL_ROLE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).