BBPS_LA_BIZAPI_PARTICIPANT SAP (Auction participant) Structure details

Dictionary Type: Structure
Description: Auction participant




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




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

BBPS_LA_BIZAPI_PARTICIPANT 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 "Auction participant" 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_LA_BIZAPI_PARTICIPANT TYPE BBPS_LA_BIZAPI_PARTICIPANT.

The BBPS_LA_BIZAPI_PARTICIPANT table consists of various fields, each holding specific information or linking keys about Auction participant data available in SAP. These include COMPANY_NAME (Name 1 of organization), COMPANY_GUID (Globally Unique identifier), AUC_GUID (Globally Unique identifier), CLIENT_TYPE (Client type).. 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 BBPS_LA_BIZAPI_PARTICIPANT 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
PARTNER_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
COMPANY_NAMEName 1 of organization BU_NAMEOR1CHAR40BU_NAME
COMPANY_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
AUC_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CLIENT_TYPEClient type BBP_LA_CLIENT_TYPECHAR1BBP_LA_CLIENT_TYPE
FULL_NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
CONNECT_STATUSConnection status BBP_LA_CONNECTIONCHAR1BBP_LA_CONNECTION
DELTA_BIDDER_NUMNatural Number INT4INT410INT4
CHANGED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
SEQ_NOMessage sequence number BBP_LA_SEQ_NONUMC12BBP_LA_SEQ_NO
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STREET_NOStreet Number for City/Street File AD_STRNUMCHAR12Assigned to domainALPHASTRT_CODE
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
COUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
POSTL_COD1City postal code AD_PSTCD1CHAR10CHAR10
TEL1_NUMBRFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TEL1_EXTFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

How to access SAP table BBPS_LA_BIZAPI_PARTICIPANT

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