SAP BBPS_LA_BIZAPI_AUC_HEADER Auction header Table data and field list

BBPS_LA_BIZAPI_AUC_HEADER 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 header" 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_AUC_HEADER TYPE BBPS_LA_BIZAPI_AUC_HEADER.

The BBPS_LA_BIZAPI_AUC_HEADER table consists of various fields, each holding specific information or linking keys about Auction header data available in SAP. These include AUC_ID (Character Field Length = 10), AUC_DESCRIPTION (Name of SRM Document), AUC_LONGTEXT (Text Line), AUC_PROFILE_DESC (Text Line)... 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_BIZAPI_AUC_HEADER structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPS_LA_BIZAPI_AUC_HEADER 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_BIZAPI_AUC_HEADER 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_IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
AUC_DESCRIPTIONName of SRM Document BBP_DOCNAMECHAR40TEXT40
AUC_LONGTEXTText Line TDLINECHAR132TDSTXLLINE
AUC_PROFILE_DESCText Line TDLINECHAR132TDSTXLLINE
INITIATOR_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATOR_NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
CHANGED_BYName of Person Responsible for Changing Object BBP_CHNAMCHAR12USNAM
LAST_CHANGE_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) BBPTIMEST_PIDEC15BBPTIMEST_PI
TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
TZONE_UTCSIGNSign of the Difference from UTC (+ or -) TZNUTCSIGNCHAR1TZNSIGN
TZONE_UTCDIFFDifference of time zone from UTC (w/o Summer time) TZNUTCDIFFTIMS6TZNTIMDIFF
TZONE_UTCSIGNSign of the Difference from UTC (+ or -) TZNUTCSIGNCHAR1TZNSIGN
START_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) BBPTIMEST_PIDEC15BBPTIMEST_PI
END_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) BBPTIMEST_PIDEC15BBPTIMEST_PI
STATUS_IDObject status J_STATUSCHAR5J_STATUS
STATUS_DESCObject status J_TXT30CHAR30TEXT30
BID_DEC_TYPEBid decrement type BBP_LA_BID_DECREMENT_TYPECHAR1BBP_LA_BID_DECREMENT_TYPE
EXTENSION_TIMESNatural Number INT4INT410INT4
MAX_EXTENSIONSNumber of Extensions to an Auction BBP_EXT_TIMESINT410INT4
ACTUAL_EXTENSIONCurrent Number of Extensions to an Auction /Auction Item BBP_EXT_CURRENTINT410INT4
EXTENSION_DURATIONNatural Number INT4INT410INT4
INACTIVITY_PERIODNatural Number INT4INT410INT4
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRDECNumber of decimal places CURRDECINT13CURRDEC
TOTAL_BIDDER_NUMNatural Number INT4INT410INT4
SEQ_NOMessage sequence number BBP_LA_SEQ_NONUMC12BBP_LA_SEQ_NO
RFQ_SRC_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PROXY_INDIndicator for proxy bidding BBP_LA_PROXYINDCHAR1XFELD
CASCADING_AUC_INDCascading auction indicator BBP_LA_CASCADING_AUCCHAR1XFELD
INITIAL_DURATIONDuration of the first item/lot in a cascading auction BBP_LA_INITIAL_DURATIONINT410INT4
ENDTIME_GAPThe time (in minutes) between the end dates of items/lots BBP_LA_ENDTIME_GAPINT410INT4
AUC_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXCHANGE_RATEExchange Rate BBP_PD_UKURSDEC28(14) EXCR1BBP_PD_UKURS
MULTI_CURRENCY_INDCheckbox XFELDCHAR1XFELD
BID_VALIDATIONBid Validation BBP_BID_VALIDATIONCHAR1BBP_BID_VALIDATION

Key field Non-key field



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

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

How to access SAP table BBPS_LA_BIZAPI_AUC_HEADER

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

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