FKK_BP_SELECTION SAP (Selektion Criterion for Business Partner) Structure details

Dictionary Type: Structure
Description: Selektion Criterion for Business Partner




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




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

FKK_BP_SELECTION 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 "Selektion Criterion for Business Partner" 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_BP_SELECTION TYPE FKK_BP_SELECTION.

The FKK_BP_SELECTION table consists of various fields, each holding specific information or linking keys about Selektion Criterion for Business Partner data available in SAP. These include ID_TYPE (Identification Type), ID (Identification Number), INSTITUTE (Payment card type), CARD_NUMBER (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FKK_BP_SELECTION 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
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
ID_TYPEIdentification Type BU_ID_TYPECHAR6Assigned to domainBU_ID_TYPE
IDIdentification Number BU_ID_NUMBERCHAR60CHAR60
INSTITUTEPayment card type CC_INSTITUTECHAR4Assigned to domainCC_INSTITUTE
CARD_NUMBERPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CC_VALIDITY_DATEField of type DATS DATSDATS8DATS
BANK_COUNTRY_KEYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
BANK_ACCOUNT_NUMBank account number BANKNCHAR18BANKN
BA_VALIDITY_DATEField of type DATS DATSDATS8DATS
IBANIBAN (International Bank Account Number) BU_IBANCHAR34CHAR34
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME_ORG1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME_ORG2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
NAME_ORG3Name 3 of organization BU_NAMEOR3CHAR40BU_NAME
NAME_ORG4Name 4 of organization BU_NAMEOR4CHAR40BU_NAME
NAME_GRP1Name 1 (group) BU_NAMEGR1CHAR40BU_NAME
NAME_GRP2Name 2 (group) BU_NAMEGR2CHAR40BU_NAME
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
POST_CODE3Company Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
PO_BOXPO Box AD_POBXCHAR10CHAR10

Key field Non-key field



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

As FKK_BP_SELECTION 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_BP_SELECTION as there is no data to select.

How to access SAP table FKK_BP_SELECTION

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