BBPS_SEL_SEARCH_ARCH SAP (User Interface Fields for Archive Search) Structure details

Dictionary Type: Structure
Description: User Interface Fields for Archive Search




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




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

BBPS_SEL_SEARCH_ARCH 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 "User Interface Fields for Archive Search" 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_SEL_SEARCH_ARCH TYPE BBPS_SEL_SEARCH_ARCH.

The BBPS_SEL_SEARCH_ARCH table consists of various fields, each holding specific information or linking keys about User Interface Fields for Archive Search data available in SAP. These include OBJECT_TYPE (Business Trans. Cat.), OBJECT_ID (Transaction Number), OBJECT_NAME (Transaction Description), DESCR_LANGUAGE (Language Key of Description).. 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_SEL_SEARCH_ARCH 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
HEADER_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
OBJECT_NAMETransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
DESCR_LANGUAGELanguage Key of Description CRMT_PROCESS_DESCRIPTION_LANGULANG1Assigned to domainISOLASPRAS
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
SUBTYPESpecification of a Purchasing Doc.(e.g. Credit Memo/Invoice) BBP_H_SUBTYPECHAR2BBP_H_SUBTYPE
TOTAL_VALUETotal Value of Shopping Cart / Target Value of Contract BBP_TOTAL_VALUECURR15(2) WERT8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PURCH_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
PURCH_GRPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
CREATED_ATTimeframe From BBP_VPER_STARTDATS8DATUM
CREATED_AT_2Timeframe To BBP_VPER_ENDDATS8DATUM
CREATORUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR
CHANGED_ATTimeframe From BBP_VPER_STARTDATS8DATUM
CHANGED_AT_2Timeframe To BBP_VPER_ENDDATS8DATUM
CHANGED_BYTransaction Last Changed By CRMT_CHANGED_BYCHAR12UNAME
DELIVERY_DATE_FROMTimeframe From BBP_VPER_STARTDATS8DATUM
DELIVERY_DATE_TOTimeframe To BBP_VPER_ENDDATS8DATUM
ORDERING_PARTYBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VENDORBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RESPONSIBLEBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REQUESTORBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SHIP_TOBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
LOCATIONBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RECIPIENTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
QUOT_OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
BID_TYPEType of RFx BBP_BID_TYPECHAR1BBP_BIDTYPE
CATEGORYProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
CTR_HDR_NUMBERTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
PRODUCTProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
VENDOR_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
REQUESTOR_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
RECIPIENT_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
LOCATION_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CATEGORY_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
SHIP_TO_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PRODUCT_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CREATOR_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
BID_TYPE_DESCChar 80 CHAR80CHAR80CHAR80
RESPONSIBLE_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CHANGED_BY_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
LANGUAGE_TEXTText (Length 120) TEXT120CHAR120TEXT120
CURRENCY_TEXTText (Length 120) TEXT120CHAR120TEXT120
SRC_OBJECT_IDBusiness Transaction Document ID BBP_BTD_IDCHAR35BBP_BTD_ID
POSTING_DATEPosting Date for a Business Transaction CRMT_POSTING_DATEDATS8

Key field Non-key field



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

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

How to access SAP table BBPS_SEL_SEARCH_ARCH

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