/SAPSRM/S_SEARCH_FIELDS_R_BUPA SAP (Search Field References for Business Partner Search) Structure details

Dictionary Type: Structure
Description: Search Field References for Business Partner Search




ABAP Code to SELECT data from /SAPSRM/S_SEARCH_FIELDS_R_BUPA
Related tables to /SAPSRM/S_SEARCH_FIELDS_R_BUPA
Access table /SAPSRM/S_SEARCH_FIELDS_R_BUPA




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

/SAPSRM/S_SEARCH_FIELDS_R_BUPA 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 "Search Field References for Business Partner 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_/SAPSRM/S_SEARCH_FIELDS_R_BUPA TYPE /SAPSRM/S_SEARCH_FIELDS_R_BUPA.

The /SAPSRM/S_SEARCH_FIELDS_R_BUPA table consists of various fields, each holding specific information or linking keys about Search Field References for Business Partner Search data available in SAP. These include BU_SORT2 (Search term 2 for business partner), BUILDING (Building (Number or Code)), CITY2 (District), COMPANY_CODE (Company Code).. 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 (Deep)


SAP /SAPSRM/S_SEARCH_FIELDS_R_BUPA 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
BU_SORT1Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
BU_SORT2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
BUILDINGBuilding (Number or Code) AD_BLDNGCHAR20TEXT20
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
DUNS_NUMBERDun & Bradstreet Number BBP_CT_DUNSCHAR9CHAR9
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
IND_SECTORIndustry sector BU_INDSECTCHAR10Assigned to domainBU_INDSECTH_TB023
LOG_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
MC_CITYCity name in upper case for search help AD_MC_CITYCHAR25CHAR25
MC_CITY1City name in upper case for search help AD_MC_CITYCHAR25CHAR25
MC_NAME1Search Help Field 1 (Name 1/Last Name) BU_MCNAME1CHAR35CHAR35
MC_NAME2Search Help Field 2 (Name 2/First Name) BU_MCNAME2CHAR35CHAR35
MC_NAME_ORGEBP Business Partner MC Name of the Organization BBP_BP_MC_NAME_ORGCHAR35CHAR35
MC_STREETStreet name in upper case for search help AD_MC_STRTCHAR25CHAR25
NAME_COc/o name AD_NAME_COCHAR40TEXT40
NAME1Name field 1 (name1/last name) BU_NAME1CHAR40BU_NAME
ORG_UNITObject ID OBJEKTIDNUMC8NUM08PON
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER_INV_PARTYInvoicing Party Business Partner BBP_INV_PARTYCHAR10Assigned to domainALPHABU_PARTNER
PARTNER_VENDORSupplier Assigned to Invoicing Party BBP_INV_VENDORCHAR10Assigned to domainALPHABU_PARTNER
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
PURCH_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
PURCH_ORG_TITLEPurchasing Organization Description BBP_PUR_ORG_TXTCHAR40TEXT40
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
VENDOR_NOAccount Number of Supplier or Creditor BBPLIFNRCHAR10ALPHABBPLIFNRLIFBBP_BUPA_VENDOR
VENDOR_PCProcurement card company BBPPCINSCHAR4Assigned to domainBBPPCINSPCI
QSSYSVendor Quality Management System BBP_QSSYS_ISTCHAR4Assigned to domainAPBUT_QSSYSFAM
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
MIN_OWNMinority Status BBP_MIN_OWNCHAR1XFELD
WOM_OWNWomen-Owned BBP_WOM_OWNCHAR1XFELD
BID_ON_BEHIndicator: Permit Proxy Bidding BBP_BID_ON_BEHCHAR1XFELD
USER_IDUser Name SYUNAMECHAR12SYCHAR12
PARTNER1SAP SRM Business Partner Organization BBP_BP_ORGACHAR10Assigned to domainALPHABU_PARTNERBBP_BUPA_ORG
REGDATERegistration Date /SAPSRM/PDO_SUCO_REG_DATEDATS8
STATUSObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
QSTATUSQuestionnaire Processing Status /SAPSRM/SUCO_QSTN_STATUSCHAR4/SAPSRM/SUCO_QSTN_STATUS
CATEGORY_PSUPProduct Category for Potential Supplier /SAPSRM/SUCO_CATEGORIESCHAR20COM_CATEGORY_IDCOM_CATEGORY_ID/SAPSRM/SUCO_CATEGORIES
NOT_RELEASEDIndicator: Not Released BU_XNOT_RELEASEDCHAR1XFELD
PURCHASE_BLOCKPurchasing Block BBP_BU_PUR_BLOCKCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_SEARCH_FIELDS_R_BUPA using ABAP code?

As /SAPSRM/S_SEARCH_FIELDS_R_BUPA 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 /SAPSRM/S_SEARCH_FIELDS_R_BUPA as there is no data to select.

How to access SAP table /SAPSRM/S_SEARCH_FIELDS_R_BUPA

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