BUT0IS SAP (BP: Industries) Table details

Dictionary Type: Table
Description: BP: Industries




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




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

BUT0IS is a standard SAP Table which is used to store BP: Industries data and is available within R/3 SAP systems depending on the version and release level.

The BUT0IS table consists of various fields, each holding specific information or linking keys about BP: Industries data available in SAP. These include PARTNER (Business Partner Number), ISTYPE (Industry System), IND_SECTOR (Industry), ISDEF (Industry is Standard for BP in Industry System).. 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: Can be enhanced (character-type or numeric)


SAP BUT0IS 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 MANDTCLNT3T000MANDT
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
ISTYPEIndustry System BU_ISTYPECHAR4TB038BU_ISTYPE
IND_SECTORIndustry BU_IND_SECTORCHAR10TB038ABU_INDSECTOR
ISDEFIndustry is Standard for BP in Industry System BU_ISDEFCHAR1BU_ISDEF
BP_EEW_BUT0ISDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

SELECT SINGLE *
FROM BUT0IS
INTO CORRESPONDING FIELDS OF WA_BUT0IS
WHERE...

How to access SAP table BUT0IS

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