TBC002 SAP (Business Partner Role: Additional Role Definition) Table details

Dictionary Type: Table
Description: Business Partner Role: Additional Role Definition




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




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

TBC002 is a standard SAP Table which is used to store Business Partner Role: Additional Role Definition data and is available within R/3 SAP systems depending on the version and release level.

The TBC002 table consists of various fields, each holding specific information or linking keys about Business Partner Role: Additional Role Definition data available in SAP. These include RLTYP (BP Role Category), KRED (BP Role Category is Mandatory for Vendor), KRED_FLAG (BP Role Category is Optional for Vendor), KRED_SHOW (Display Vendor Number).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TBC002 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
RLTYPBP Role Category BU_PARTNERROLECATCHAR6TB003ABU_ROLECAT
KREDBP Role Category is Mandatory for Vendor BD_KREDCHAR1XFELD
KRED_FLAGBP Role Category is Optional for Vendor BD_KRED_FLAGCHAR1XFELD
KRED_SHOWDisplay Vendor Number BD_KRED_SHOWCHAR1XFELD
KRED_VORLAGEProvide Vendor Template BD_KRED_VORLCHAR1XFELD
FNAMEControl Settings for Vendor Role FU_KRED_SETCHAR30TFDIRFUNCNAME
FNAMEVORBRole-Dependent Default Settings for Vendor Data FU_KRED_VORBCHAR30TFDIRFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBC002
INTO CORRESPONDING FIELDS OF WA_TBC002
WHERE...

How to access SAP table TBC002

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