BPI3000_DI SAP (Business Partner: Additional Data (Grouping/User Texts)) Structure details

Dictionary Type: Structure
Description: Business Partner: Additional Data (Grouping/User Texts)




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




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

BPI3000_DI 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 "Business Partner: Additional Data (Grouping/User Texts)" 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_BPI3000_DI TYPE BPI3000_DI.

The BPI3000_DI table consists of various fields, each holding specific information or linking keys about Business Partner: Additional Data (Grouping/User Texts) data available in SAP. These include SGRP2 (Group Key 2 (Freely-Definable - 3 Figure Number)), SGRP3 (Group Key 3 (Freely-Definable - 3 Figure Number)), SGRP4 (Group key 4 (freely-definable - 3 figure number)), SGRP5 (Group key 5 (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)


SAP BPI3000_DI 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
SGRP1Group Key 1 (Freely-Definable - 3 Figure Number) VVGRP_1_DICHAR3CHAR3
SGRP2Group Key 2 (Freely-Definable - 3 Figure Number) VVGRP_2_DICHAR3CHAR3
SGRP3Group Key 3 (Freely-Definable - 3 Figure Number) VVGRP_3_DICHAR3CHAR3
SGRP4Group key 4 (freely-definable - 3 figure number) VVGRP_4_DICHAR3CHAR3
SGRP5Group key 5 (freely-definable - 3 figure number) VVGRP_5_DICHAR3CHAR3
SGRP6Group key 6 (freely-definable - 3 figure number) VVGRP_6_DICHAR3CHAR3
SGRP7Group key 7 (freely-definable - 3 figure number) VVGRP_7_DICHAR3CHAR3
SGRP8Group key 8 (freely-definable - 3 figure number) VVGRP_8_DICHAR3CHAR3
SGRP9Group key 9 (freely-definable - 3 figure number) VVGRP_9_DICHAR3CHAR3
SGRP10Group key 10 (freely-definable - 3 figure number) VVGRP10_DICHAR3CHAR3
SGRP11Group key 11 (freely-definable - 3 figure number) VVGRP11_DICHAR3CHAR3
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

Key field Non-key field



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

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

How to access SAP table BPI3000_DI

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