BBPS_IMSTREX_ALL SAP (Structure for IMS Customizing: Duplicate Check) Structure details

Dictionary Type: Structure
Description: Structure for IMS Customizing: Duplicate Check




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




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

BBPS_IMSTREX_ALL 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 "Structure for IMS Customizing: Duplicate Check" 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_BBPS_IMSTREX_ALL TYPE BBPS_IMSTREX_ALL.

The BBPS_IMSTREX_ALL table consists of various fields, each holding specific information or linking keys about Structure for IMS Customizing: Duplicate Check data available in SAP. These include EXCEPTION_TYPE (Event), CONTACT_ROLE (IMS Role for Contract), CONTACT_BP (Business Partner Number), CONTACT_EMAIL (E-Mail Address).. 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: Cannot Be Enhanced


SAP BBPS_IMSTREX_ALL 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
S_GENERAL 0
EXCEPTION_TYPEEvent SWO_EVENTCHAR32SWC_ELEM
CONTACT_ROLEIMS Role for Contract IMS_CONTACT_ROLECHAR10IMS_CONTACT_ROLE
CONTACT_BPBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
CONTACT_EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
FORWARDINGProcessing Control IMS_PROCESS_CONTROLCHAR1IMS_PROCESS_CONTROL
POSTINGProcessing Control IMS_PROCESS_CONTROLCHAR1IMS_PROCESS_CONTROL
DELETINGProcessing Control IMS_PROCESS_CONTROLCHAR1IMS_PROCESS_CONTROL
NO_GR_DAY_SENDDummy for B20 int1 (Local Everywhere) INT1INT13INT1
NO_GR_DAY_STATUSDummy for B20 int1 (Local Everywhere) INT1INT13INT1
ITEM_FILTERSingle-Character Indicator CHAR1CHAR1CHAR1
CHAR_FILTERSingle-Character Indicator CHAR1CHAR1CHAR1
DUMMY_INFOXML Long Text BBPX_STRINGSTRG0
HDR_TITLEText of length 132 CHAR_132CHAR132
HDR_SUBTITLE_1Text of length 132 CHAR_132CHAR132
HDR_SUBTITLE_2XML Long Text BBPX_STRINGSTRG0
HDR_E_TYPESException Type for IMS Customizing in IMS BBP_WD_EXCEPTION_TYPENUMC2BBP_WD_EXCEP_TYPE
GR_FORWARDINGProcessing Control IMS_PROCESS_CONTROLCHAR1IMS_PROCESS_CONTROL
GR_CREATEProcessing Control IMS_PROCESS_CONTROLCHAR1IMS_PROCESS_CONTROL
WAIT_FOR_APPRVLDummy for B20 int1 (Local Everywhere) INT1INT13INT1
LINK_ALLOWEDSingle-Character Indicator CHAR1CHAR1CHAR1
NAME_ROLEExplanatory short text DDTEXTCHAR60DDTEXT
NAME_PARTNERExplanatory short text DDTEXTCHAR60DDTEXT
ENABLE_TO_WHOMSingle-Character Indicator CHAR1CHAR1CHAR1
ENABLE_BPCheckbox XFELDCHAR1XFELD
ENABLE_MAILCheckbox XFELDCHAR1XFELD
DIGIT_SIGNATURESingle-Character Indicator CHAR1CHAR1CHAR1
S_FIELDS 0
CLIENTClient MANDTCLNT3MANDT
INDEX_FIELDField Name FIELDNAMECHAR30FDNAMEDFD
FIELD_TEXTCharacter field, length 64 CHAR64CHAR64CHAR64
ACTIVECheckbox XFELDCHAR1XFELD
SEARCH_TYPETrex Duplicate Search Type BBP_WD_DUP_SEARCH_TYPENUMC2BBP_WD_DUP_SEARCH_TYPE
VALUENatural Number INT4INT410INT4
UNITCharacter Field Length = 10 CHAR10CHAR10CHAR10
ENABLE_VALUECheckbox XFELDCHAR1XFELD
S_EXCLUDES 0
CLIENTClient MANDTCLNT3MANDT
VENDER_IDBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
GROSS_AMOUNTGross invoice amount in document currency BBP_IV_AMOUNTCURR15(2) WERT8
OPERATOROperator Comparison BBP_IMS_OPERATORCHAR3BBP_IMS_OPERATOR
CURRENCYCurrency Key WAERSCUKY5WAERSFWS
S_GROUP 0
CLIENTClient MANDTCLNT3MANDT
VENDER_IDBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
VENDER_GROUPField Name FIELDNAMECHAR30FDNAMEDFD

Key field Non-key field



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

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

How to access SAP table BBPS_IMSTREX_ALL

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