BBP_IV_IMS_ADS_GLOBAL SAP (Contaiins ADS related global variables) Structure details

Dictionary Type: Structure
Description: Contaiins ADS related global variables




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




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

BBP_IV_IMS_ADS_GLOBAL 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 "Contaiins ADS related global variables" 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_BBP_IV_IMS_ADS_GLOBAL TYPE BBP_IV_IMS_ADS_GLOBAL.

The BBP_IV_IMS_ADS_GLOBAL table consists of various fields, each holding specific information or linking keys about Contaiins ADS related global variables data available in SAP. These include ADHOC (Checkbox), TITLE1 (Char255), TITLE2 (Char255), QUESTION (XML Long Text).. 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 BBP_IV_IMS_ADS_GLOBAL 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
IMS_EMAILE-Mail Address BBP_EMAILCHAR241SXIDNAD_SMTPADR
ADHOCCheckbox XFELDCHAR1XFELD
TITLE1Char255 CHAR255CHAR255CHAR255
TITLE2Char255 CHAR255CHAR255CHAR255
QUESTIONXML Long Text BBPX_STRINGSTRG0
YES_BUTTONChar255 CHAR255CHAR255CHAR255
NO_BUTTONChar255 CHAR255CHAR255CHAR255
IMS_SIGNATUREChar255 CHAR255CHAR255CHAR255
IMS_COMMENTChar255 CHAR255CHAR255CHAR255
SUBMIT_BUTTONChar255 CHAR255CHAR255CHAR255
DISP_EXT_PARTNERCheckbox XFELDCHAR1XFELD
IMS_LAND_DESCXML Long Text BBPX_STRINGSTRG0
IMS_LAND_ISOXML Long Text BBPX_STRINGSTRG0
IMS_DIG_SIGNCheckbox XFELDCHAR1XFELD
TITLE_EXTPARTNERXML Long Text BBPX_STRINGSTRG0
MESSAGE_USERINFOXML Long Text BBPX_STRINGSTRG0
MESSAGE_DIGI_SIGNXML Long Text BBPX_STRINGSTRG0
MESSAGE_ITEMTYPEXML Long Text BBPX_STRINGSTRG0
FIRSTNAME_EXTChar255 CHAR255CHAR255CHAR255
LASTNAME_EXTChar255 CHAR255CHAR255CHAR255
CITY_EXTChar255 CHAR255CHAR255CHAR255
POSTL_COD1_EXTChar255 CHAR255CHAR255CHAR255
HOUSE_NO_EXTChar255 CHAR255CHAR255CHAR255
STREET_EXTChar255 CHAR255CHAR255CHAR255
REGION_EXTChar255 CHAR255CHAR255CHAR255
TEL1_NUMBR_EXTChar255 CHAR255CHAR255CHAR255
ADOBE_FORM30 Characters CHAR30CHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table BBP_IV_IMS_ADS_GLOBAL

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