TCORT_BP_BIC SAP (BIC Codes/ Account numbers for Business partners) Table details

Dictionary Type: Table
Description: BIC Codes/ Account numbers for Business partners




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




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

TCORT_BP_BIC is a standard SAP Table which is used to store BIC Codes/ Account numbers for Business partners data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_BP_BIC table consists of various fields, each holding specific information or linking keys about BIC Codes/ Account numbers for Business partners data available in SAP. These include PARTNER (Business Partner Number), VALID_FROM (Valid From Date), RECIPIENT_TYPE (Recipient/Sender Type), FUNCTION (Correspondence Class).. 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


SAP TCORT_BP_BIC 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 MANDTCLNT3Assigned to domainMANDT
PARTNERBusiness Partner Number BP_PARTNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
VALID_FROMValid From Date FTR_VALID_FROMDATS8FTR_VALID_FROM
RECIPIENT_TYPERecipient/Sender Type FTR_RECIPIENT_TYPECHAR15TCORFC_REC_TYPEFTR_RECIPIENT_TYPE
FUNCTIONCorrespondence Class FTR_FUNCTIONCHAR15TCORFC_FUNCTIONFTR_FUNCTION
BICSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
ACCOUNTExternal Securities Account ID TPM_RECON_SWIFT_SEC_ACC_NOCHAR35TPM_RECON_SWIFT_SEC_ACC_NO

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_BP_BIC
INTO CORRESPONDING FIELDS OF WA_TCORT_BP_BIC
WHERE...

How to access SAP table TCORT_BP_BIC

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