SAP table BUT0CC (BP: Payment Cards)
SAP table BUT0CC has 3 primary key fields being MANDT,PARTNER,CCARD_ID.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | * | MANDT | |
PARTNER | Business Partner Number | CHAR | 10 | 0 | BUT000 | BU_PARTNER | |
CCARD_ID | Payment Card ID | CHAR | 6 | 0 | BU_CCID | ||
CCINS | Payment Card Type | CHAR | 4 | 0 | TB033 | CC_INSTITUTE | |
CCNUM | Payment Cards: Card Number | CHAR | 25 | 0 | BU_CCNUM | ||
CCDEF | BP: Standard Payment Card | CHAR | 1 | 0 | BU_CCDEF | ||
CCACCNAME | Description of Credit Card Details | CHAR | 40 | 0 | BU_CREDITCNAME | ||
CARD_GUID | Mapping DTEL for Payment Card GUID | CHAR | 32 | 0 | BU_CARD_GUID_MAP | ||
BP_EEW_BUT0CC | Dummy function in length 1 | CHAR | 1 | 0 | DUMMY |
BUT0CC foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 BUT0CC | CCINS | TB033 | Payment Cards: Type | MANDT |
0 BUT0CC | CCINS | TB033 | Payment Cards: Type | CCINS |
1 BUT0CC | PARTNER | BUT000 | BP: General data I | PARTNER |