SAP BBPS_BI_TD_LA Extraction Structure: Transactional Data SRM Purchase Order Table data and field list

BBPS_BI_TD_LA 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 "Extraction Structure: Transactional Data SRM Purchase Order" 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_BI_TD_LA TYPE BBPS_BI_TD_LA.

The BBPS_BI_TD_LA table consists of various fields, each holding specific information or linking keys about Extraction Structure: Transactional Data SRM Purchase Order data available in SAP. These include OBJECT_ID (Document Number), REQUESTOR_ID (Requester ID), PROCESS_TYPE (Business Transaction Type), POSTING_DATE (Posting Date)... 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_BI_TD_LA 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_BI_TD_LA 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_BI_TD_LA 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
GUIDGUID of Document BBP_BI_DOC_GUIDCHAR32SYSUUID_C
OBJECT_IDDocument Number BBP_BI_DOC_NUMBERCHAR10ALPHACRM_OBJECT_IDBBP_OBJECT_ID
REQUESTOR_IDRequester ID BBP_BI_REQUESTER_IDCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PROCESS_TYPEBusiness Transaction Type BBP_BI_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPE
POSTING_DATEPosting Date BBP_BI_POST_DATEDATS8DATE
DESCRIPTIONDescription of Document BBP_BI_DOC_DESCRCHAR40CRM_PROCESS_DESCRIPTION
START_DATEStart Date of an Auction BBP_BI_START_DATEDATS8
START_TIMEStart Time of an Auction BBP_BI_START_TIMETIMS6TIME
END_DATEEnd Date of an Auction BBP_BI_END_DATEDATS8
END_TIMEEnd Time of an Auction BBP_BI_END_TIMETIMS6TIME
CREATED_ATCreation Date of Document BBP_BI_CREAT_DATEDATS8
CHANGED_ATChange Date of Document BBP_BI_CHANG_DATEDATS8
CREATED_BYUser That Created the Document BBP_BI_CREAT_BYCHAR12UNAMEUSER_ADDR
CHANGED_BYUser That Changed the Document BBP_BI_CHANG_BYCHAR12UNAME
CURRENCYCurrency of Document BBP_BI_DOC_CURRENCYCUKY5Assigned to domainWAERSFWS
DOC_COUNTCounter for Number of Documents BBP_BI_DOC_COUNTDEC5(4)
CAT_GUIDProduct Category GUID BBP_CATEGORY_GUID_RAWRAW16SYSUUID
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
ACTUAL_EXTENSIONCurrent Number of Extensions to an Auction /Auction Item BBP_EXT_CURRENTINT410INT4
BIDDER_IDBidder ID BBP_BI_BIDDER_IDCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ITM_GUIDGUID of Item BBP_BI_ITEM_GUIDCHAR32SYSUUID_C
ITM_NUMBERItem Number BBP_BI_ITEM_NONUMC10CRM_ITEM_NO
ITM_COUNTCounter for Number of Items BBP_BI_ITEM_COUNTDEC5(4)
ITM_BID_COUNTCounter for Bid BBP_BI_BID_COUNTDEC5(4)
ITM_WINNER_COUNTCounter for Wins BBP_BI_WIN_COUNTDEC5(4)
ITM_INVITE_COUNTCounter for Invitation BBP_BI_INVITE_COUNTDEC5(4)
ITM_CREATED_ATCreation Date of Item BBP_BI_ITEM_CREAT_DATEDATS8
ITM_CHANGED_ATChange Date of Item BBP_BI_ITEM_CHANG_DATEDATS8
ITM_CREATED_BYUser That Created the Item BBP_BI_ITEM_CREAT_BYCHAR12UNAMEUSER_ADDR
ITM_CHANGED_BYUser That Changed the Item BBP_BI_ITEM_CHANG_BYCHAR12UNAMEUSER_ADDR
ITM_PRODUCT_GUIDProduct GUID BBP_BI_PROD_GUIDCHAR32SYSUUID_C
ITM_PRODUCT_IDProduct ID BBP_BI_PROD_IDCHAR54CRM_ORDERED_PROD
ITM_DESCRIPTIONProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
ITM_CAT_GUIDProduct Category GUID BBP_CATEGORY_GUID_RAWRAW16SYSUUID
ITM_CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
ITM_QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
ITM_UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
ITM_BID_PRICEBid Price in Auction Currency BBP_BI_BID_PRICECURR13(2) WERT7
ITM_NORM_PRICENormalized Bid Price BBP_BI_NORM_PRICECURR13(2) WERT7
ITM_START_PRICEAuction Start Price BBP_START_PRICECURR13(2) WERT7
ITM_RES_PRICEReserve Price of an Auction BBP_RESERVE_PRICECURR13(2) WERT7
ITM_REF_PRICEReference Price of an Item in Auctions BBP_REF_PRICECURR13(2) WERT7
ITM_PRICE_UNITPrice Unit EPEINDEC5DEC5
ITM_BIDDER_RANKRank BBP_EXTERNAL_RANKINT410INT4
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD
ITM_REV_LEVRevision Level CC_REVLVCHAR2NUMCVCC_REVLVRVS

Key field Non-key field



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

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

How to access SAP table BBPS_BI_TD_LA

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

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