BP3000_UPD SAP (BP: Additional Data (from Darwin BP)) Structure details

Dictionary Type: Structure
Description: BP: Additional Data (from Darwin BP)




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




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

BP3000_UPD 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 "BP: Additional Data (from Darwin BP)" 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_BP3000_UPD TYPE BP3000_UPD.

The BP3000_UPD table consists of various fields, each holding specific information or linking keys about BP: Additional Data (from Darwin BP) data available in SAP. These include PARTNR (Business Partner Number), SGRP1 (Group Key 1 (Freely-Definable - 3 Figure Number)), SGRP2 (Group Key 2 (Freely-Definable - 3 Figure Number)), SGRP3 (Group Key 3 (Freely-Definable - 3 Figure 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 BP3000_UPD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PARTNRBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
SGRP1Group Key 1 (Freely-Definable - 3 Figure Number) VVGRP_1NUMC3Assigned to domainVVGRP_1
SGRP2Group Key 2 (Freely-Definable - 3 Figure Number) VVGRP_2NUMC3Assigned to domainVVGRP_2
SGRP3Group Key 3 (Freely-Definable - 3 Figure Number) VVGRP_3NUMC3Assigned to domainVVGRP_3
SGRP4Group Key 4 (Freely-Definable - 3 Figure Number) VVGRP_4NUMC3Assigned to domainVVGRP_4
SGRP5Group Key 5 (Freely-Definable - 3 Figure Number) VVGRP_5NUMC3Assigned to domainVVGRP_5
SGRP6Group Key 6 (Freely-Definable - 3 Figure Number) VVGRP_6NUMC3Assigned to domainVVGRP_6
SGRP7Group Key 7 (Freely-Definable - 3 Figure Number) VVGRP_7NUMC3Assigned to domainVVGRP_7
SGRP8Group Key 8 (Freely-Definable - 3 Figure Number) VVGRP_8NUMC3Assigned to domainVVGRP_8
SGRP9Group Key 9 (Freely-Definable - 3 Figure Number) VVGRP_9NUMC3Assigned to domainVVGRP_9
SGRP10Group Key 10 (Freely-Definable - 3 Figure Number) VVGRP10NUMC3Assigned to domainVVGRP10
SGRP11Group Key 11 (Freely-Definable - 3 Figure Number) VVGRP11NUMC3Assigned to domainVVGRP11
SFRT1User-defined text (freely definable - 35 character text) VVFREI_1CHAR35TEXT35
SFRT2User-defined text (freely definable - 35 character text) VVFREI_2CHAR35TEXT35
SFRT3User-defined text (freely definable - 35 character text) VVFREI_3CHAR35TEXT35
SFRT4User-defined text (freely definable - 35 character text) VVFREI_4CHAR35TEXT35
SFRT5User-defined text (freely definable - 35 character text) VVFREI_5CHAR35TEXT35
SFRT6User-defined text (freely definable - 35 character text) VVFREI_6CHAR35TEXT35
SFRT7User-defined text (freely definable - 35 character text) VVFREI_7CHAR35TEXT35
SFRT8User-defined text (freely definable - 35 character text) VVFREI_8CHAR35TEXT35
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table BP3000_UPD

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