FKK_BPCONTACT_PARAMETERS SAP (Parameters of BP Contact) Structure details

Dictionary Type: Structure
Description: Parameters of BP Contact




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




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

FKK_BPCONTACT_PARAMETERS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameters of BP Contact" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKK_BPCONTACT_PARAMETERS TYPE FKK_BPCONTACT_PARAMETERS.

The FKK_BPCONTACT_PARAMETERS table consists of various fields, each holding specific information or linking keys about Parameters of BP Contact data available in SAP. These include BPCONTACT_NO (Business Partner Contact), DISPLAY_READONLY (Boolean Variable (X=True, -=False, Space=Unknown)), BPNOTE_TEXT (Contact Note), ENABLE_DIS_EDIT (Boolean Variable (X=True, -=False, Space=Unknown)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FKK_BPCONTACT_PARAMETERS structure 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
APP_MODECharacter Field Length = 10 CHAR10CHAR10CHAR10
BPCONTACT_NOBusiness Partner Contact CT_CONTACTCHAR12Assigned to domainALPHACT_CONTACTBPCCT_BCONTACT
DISPLAY_READONLYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
BPNOTE_TEXTContact Note FKK_BPNOTE_TEXTSTRG2048
ENABLE_DIS_EDITBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
KREUZField for selecting (crossing) note types EENO_KREUZCHAR1EENO_KZ_X
MEHR_TEXTIndicator: More text exists EENO_MEHRTCHAR1EENO_KZ_X
MEHR_SPRASIndicator: Notes of this type exist in other languages EENO_MEHRSCHAR1EENO_KZ_X
DIS_EDIT_ICONChar 20 CHAR20CHAR20CHAR20
INTHIST_DIS_MODEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
PAGE_HEADERComment CHAR50CHAR50TEXT50

Key field Non-key field



How do I retrieve data from SAP structure FKK_BPCONTACT_PARAMETERS using ABAP code?

As FKK_BPCONTACT_PARAMETERS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKK_BPCONTACT_PARAMETERS as there is no data to select.

How to access SAP table FKK_BPCONTACT_PARAMETERS

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