SAP BBPS_LA_BID_VALIDATION_DATA Bid validation data Table data and field list

BBPS_LA_BID_VALIDATION_DATA 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 "Bid validation data" 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_BID_VALIDATION_DATA TYPE BBPS_LA_BID_VALIDATION_DATA.

The BBPS_LA_BID_VALIDATION_DATA table consists of various fields, each holding specific information or linking keys about Bid validation data data available in SAP. These include AUC_ITEM_GUID (Globally Unique identifier), OBJECT_ID (Transaction Number), AUC_STATUS (Object status), PRICE_UNIT (Price Unit)... 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. .

BBPS_LA_BID_VALIDATION_DATA structure Technical Details:

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_BID_VALIDATION_DATA structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BBPS_LA_BID_VALIDATION_DATA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
AUC_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
AUC_ITEM_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
AUC_STATUSObject status J_STATUSCHAR5J_STATUS
PRICE_UNITPrice Unit EPEINDEC5DEC5
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REFERENCE_PRICENet Price BBP_PRICECURR13(2) WERT7
START_PRICEBid price with 5 decimal points BBP_LA_BID_PRICE_DEC5CURR18(5) BBP_LA_BID_PRICE
NEXTBID_PRICENet Price BBP_PRICECURR13(2) WERT7
BID_DECREMENT_TYPEBid decrement type BBP_LA_BID_DECREMENT_TYPECHAR1BBP_LA_BID_DECREMENT_TYPE
BID_DECREMENTAbsolute Bid Decrement BBP_DECREMENT_AMOUNTCURR13(2) WERT7
BID_DECREMENT_PPercentage Bid Decrement BBP_DECREMENT_PERCENTDEC5(2) BBP_PERCNT_PI
AUC_ENDTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) BBPTIMEST_PIDEC15BBPTIMEST_PI
INACTIVITY_PERIODNatural Number INT4INT410INT4
EXTENSION_TIMENatural Number INT4INT410INT4
EXTENSION_DURATIONNatural Number INT4INT410INT4
RESERVED_PRICENet Price BBP_PRICECURR13(2) WERT7
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
CASCADING_AUCCascading auction indicator BBP_LA_CASCADING_AUCCHAR1XFELD
ITEM_EXTENSION_TIMECurrent Number of Extensions to an Auction /Auction Item BBP_EXT_CURRENTINT410INT4
ITEM_END_TIMETime Stamp f. Submissn Deadline BBP_END_TIMESTPDEC15TSTPSBCOS_TSTMP
PROXY_INDCheckbox XFELDCHAR1XFELD
PRICE_INCREMENTPrice increment BBP_PRICE_INCREMENTCURR13(2) WERT7
TIME_INCREMENTTime Increment BBP_TIME_INCREMENTINT410INT4
CEILING_PRICECeiling Price BBP_CEILING_PRICECURR13(2) WERT7
ACTIVE_TIMEAuction Active Time BBP_ACTIVE_TIMEDEC21(7) TZNTSTMPL
PAUSE_TIMETime Stamp for Pause/Resume Time BBP_PAUSE_TIMESTPDEC15TSTPSBCOS_TSTMP
BID_VALIDATIONBid Validation BBP_BID_VALIDATIONCHAR1BBP_BID_VALIDATION

Key field Non-key field



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

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

How to access SAP table BBPS_LA_BID_VALIDATION_DATA

Within an ECC or HANA version of SAP you can also view further information about BBPS_LA_BID_VALIDATION_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).