BUTP_TP SAP (TP common data) Table details

Dictionary Type: Table
Description: TP common data




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




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

BUTP_TP is a standard SAP Table which is used to store TP common data data and is available within R/3 SAP systems depending on the version and release level.

The BUTP_TP table consists of various fields, each holding specific information or linking keys about TP common data data available in SAP. These include TPIDSHORT (Business Partner Number), TPDISPNAME (Char255), URN (Universal Resource Identifier (URI): Parts 1-8), GENNOTES (Char255).. 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: Not classified


SAP BUTP_TP 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 MANDTCLNT3T000MANDT
TPIDSHORTBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
TPDISPNAMEChar255 CHAR255CHAR255CHAR255
URNUniversal Resource Identifier (URI): Parts 1-8 AD_URI_1CHAR250AD_URI_1
GENNOTESChar255 CHAR255CHAR255CHAR255
ADDEXTIDAddress number in external system BU_ADEXTCHAR20BU_ADEXT
TPGUIDGUID of a Business Partner in CHAR 32 Format for BAPIs BU_PARTNER_GUID_BAPICHAR32SYSUUID_C
TPTYPECODEBP role BU_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
TPTYPEOTHEChar 20 CHAR20CHAR20CHAR20
ORGLANGISO2-Character SAP Language Code LAISOCHAR2LAISO
ORGCURRISOISO currency code ISOCDCHAR3ISOCD
ADDTYPECODAddress Type BU_ADRKINDCHAR10Assigned to domainBU_ADRKIND
ADDTYPEOTHChar 20 CHAR20CHAR20CHAR20
TAXAREAUser field for cluster PC (national) CHAR25CHAR25CHAR25
ADTIMEZONEAddress time zone AD_TZONECHAR6Assigned to domainTZNZONE
INTBANKACCData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
SWIFTCODECharacter Length 11 CHAR11CHAR11CHAR11
AGENCYCODEData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
AGENCYOTHEData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
AGENCYDESCChar255 CHAR255CHAR255CHAR255
IDENTNUMChar255 CHAR255CHAR255CHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM BUTP_TP
INTO CORRESPONDING FIELDS OF WA_BUTP_TP
WHERE...

How to access SAP table BUTP_TP

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