BBP_XML_BID_COMM SAP (Structure for XML communication BID appetizer to portal) Structure details

Dictionary Type: Structure
Description: Structure for XML communication BID appetizer to portal




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




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

BBP_XML_BID_COMM 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 XML communication BID appetizer to portal" 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_XML_BID_COMM TYPE BBP_XML_BID_COMM.

The BBP_XML_BID_COMM table consists of various fields, each holding specific information or linking keys about Structure for XML communication BID appetizer to portal data available in SAP. These include BB_TYPE (Advert Type on Bulletin Board C=Create U=Update D=Delete), URL (Char255), URLTITLE (Character field of length 40), TITLE (Name of SRM Document).. 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 BBP_XML_BID_COMM 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
EXT_KEYTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
BB_TYPEAdvert Type on Bulletin Board C=Create U=Update D=Delete BBP_BB_TYPECHAR1BBP_BIDTYPE
URLChar255 CHAR255CHAR255CHAR255
URLTITLECharacter field of length 40 CHAR40CHAR40CHAR40
TITLEName of SRM Document BBP_DOCNAMECHAR40TEXT40
DEFAULT_LANGU2-Character SAP Language Code LAISOCHAR2LAISO
OPPORTUNITYBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
NOTE_STARTDATField of type DATS DATSDATS8DATS
NOTE_STARTTIMEField of type TIMS TIMSTIMS6TIME
NOTE_ENDDATSubmission Deadline for the Bid BBP_ANGABDATS8DATUM
NOTE_ENDTIMETime of Bid Submission Deadline BBP_QUOT_DEAD_TIMETIMS6TIME
OPP_LOC_CITYCity CITYCHAR25CITY
OPP_LOC_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
OPP_LOC_COUNTRYCountry ISO code INTCACHAR2INTCAF4_INTCA
INIT_FULLNAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
INIT_EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
INIT_COMPANYName 1 AD_NAME1CHAR40TEXT40
INIT_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
INIT_HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
INIT_CITYCity CITYCHAR25CITY
INIT_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
INIT_POSTCODECity postal code AD_PSTCD1CHAR10CHAR10
INIT_COUNTRYCountry ISO code INTCACHAR2INTCAF4_INTCA
INIT_TELNMBR1First telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
INIT_TELEXTFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
INIT_REFERENCEChar 20 CHAR20CHAR20CHAR20
TZONETime Zone for Date and Time Fields of Procurement Document BBP_TZONECHAR6BBP_TZONE
USER_NAME_FIFirst name BBPNAMEFIRCHAR40TEXT40
USER_NAME_LALast name BBPNAMELASCHAR40TEXT40
USER_COMPANYName 1 AD_NAME1CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table BBP_XML_BID_COMM

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