BBPM_BUT_FRG0040 SAP (Business Partner: Accepted Payment Card Types (Admin.)) Table details

Dictionary Type: Table
Description: Business Partner: Accepted Payment Card Types (Admin.)




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




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

BBPM_BUT_FRG0040 is a standard SAP Table which is used to store Business Partner: Accepted Payment Card Types (Admin.) data and is available within R/3 SAP systems depending on the version and release level.

The BBPM_BUT_FRG0040 table consists of various fields, each holding specific information or linking keys about Business Partner: Accepted Payment Card Types (Admin.) data available in SAP. These include ENTITY_GUID (Entity GUID), PARTNER_GUID (Business Partner GUID), HOME_SYSTEM (Business partner: Master system of data record), CREATED_BY (User Name).. 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 BBPM_BUT_FRG0040 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 MANDTCLNT3Assigned to domainMANDT
ENTITY_GUIDEntity GUID BBPT_BU_ENTITY_GUIDRAW16SYSUUID
PARTNER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
HOME_SYSTEMBusiness partner: Master system of data record BU_HOME_SYSTEMCHAR10Assigned to domainALPHALOGSYS
CREATED_BYUser Name UNAMECHAR12UNAME
CHANGED_BYUser Name UNAMECHAR12UNAME
CREATED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPM_BUT_FRG0040
INTO CORRESPONDING FIELDS OF WA_BBPM_BUT_FRG0040
WHERE...

How to access SAP table BBPM_BUT_FRG0040

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