BUT0CC SAP (BP: Payment Cards) Table details

Dictionary Type: Table
Description: BP: Payment Cards




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




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

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

The BUT0CC table consists of various fields, each holding specific information or linking keys about BP: Payment Cards data available in SAP. These include PARTNER (Business Partner Number), CCARD_ID (Payment Card ID), CCINS (Payment card type), CCNUM (Payment Cards: Card 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: 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 BUT0CC 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 BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
CCARD_IDPayment Card ID BU_CCIDCHAR6CHAR6
CCINSPayment card type CC_INSTITUTECHAR4TB033CC_INSTITUTE
CCNUMPayment Cards: Card Number BU_CCNUMCHAR25CHAR25
CCDEFBP: Standard Payment Card BU_CCDEFCHAR1XFELD
CCACCNAMEDescription of Credit Card Details BU_CREDITCNAMECHAR40BU_BKCCNAME
CARD_GUIDMapping DTEL for Payment Card GUID BU_CARD_GUID_MAPCHAR32SMAPGUID
BP_EEW_BUT0CCDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

SELECT SINGLE *
FROM BUT0CC
INTO CORRESPONDING FIELDS OF WA_BUT0CC
WHERE...

How to access SAP table BUT0CC

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