BPF1 SAP (SAP BP Migration: F1 Help) Structure details

Dictionary Type: Structure
Description: SAP BP Migration: F1 Help




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




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

BPF1 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 "SAP BP Migration: F1 Help" 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_BPF1 TYPE BPF1.

The BPF1 table consists of various fields, each holding specific information or linking keys about SAP BP Migration: F1 Help data available in SAP. These include BP_TABI (SAP BP Receives Number of Real-Estate BP), BP_EXTE (SAP Business Partner Receives Number from Conversion Table), BP_CORR (Update SAP Business Partner), BP_UMST (Create New SAP Business Partner).. 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: Not classified


SAP BPF1 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
BP_STANSAP Business Partner Number Assignment BP_STANCHAR1BP_STAN
BP_TABISAP BP Receives Number of Real-Estate BP BP_TABICHAR1BP_TABI
BP_EXTESAP Business Partner Receives Number from Conversion Table BP_EXTECHAR1BP_EXTE
BP_CORRUpdate SAP Business Partner BP_CORRCHAR1BP_CORR
BP_UMSTCreate New SAP Business Partner BP_UMSTCHAR1BP_UMST
BP_COUMChange or Create SAP Business Partner BP_COUMCHAR1BP_COUM
BP_ANUMDelete Target BP_ANUMCHAR1BP_ANUM
BP_GRUPPIERUNGSAP Business Partner Standard Grouping BP_GRUPPIERUNGCHAR4Assigned to domainBU_GROUP
BP_PAREFinal Selection BP_PARECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BPF1

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