/SAPSRM/S_BIDDER_DATA SAP (Bidder and contact person data relevant for replication) Structure details

Dictionary Type: Structure
Description: Bidder and contact person data relevant for replication




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




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

/SAPSRM/S_BIDDER_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 "Bidder and contact person data relevant for replication" 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_BIDDER_DATA TYPE /SAPSRM/S_BIDDER_DATA.

The /SAPSRM/S_BIDDER_DATA table consists of various fields, each holding specific information or linking keys about Bidder and contact person data relevant for replication data available in SAP. These include ADTEL (), ADFAX (), ADSMTP (), URI ().. 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_BIDDER_DATA 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
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ADTEL 0
ADFAX 0
ADSMTP 0
URI 0
BIDDER_QM 0
QSSYSVendor Quality Management System BBP_QSSYS_ISTCHAR4APBUT_QSSYSFAM
QSSYSDATValidity Date of Certification BBP_QQSSYSDATDATS8BBP_QQSSYSDAT
XDEFAULTStandard Quality Management System (Obsolete) BBP_DEF_QMCHAR1XFELD
ADDR_DET 0
STANDARDADDRESSIndicator: Address is standard address BU_XDFADRCHAR1XFELD
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
DISTRICTDistrict AD_CITY2CHAR40TEXT40CITY_PART
POSTL_COD1City postal code AD_PSTCD1CHAR10CHAR10
POSTL_COD2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
PO_BOX_CITPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
PO_BOX_REGRegion for PO Box (Country, State, Province, ...) AD_POBXREGCHAR3REGIO
POBOX_CTRYPO box country AD_POBXCTYCHAR3LAND1
PO_CTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3LAND1LND
COUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
REGIONSTATE (State, Province, County) REGIOCHAR3REGIO
TAXJURCODETax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
LANGUISO2-Character SAP Language Code LAISOCHAR2LAISO
BIDDER_CHAR 0
MIN_OWNMinority Status BBP_MIN_OWNCHAR1XFELD
MIN_OWN_EXPMinority Status Expiration Date BBP_MIN_OWN_EXPDATS8DATS
WOM_OWNWomen-Owned BBP_WOM_OWNCHAR1XFELD
WOM_OWN_EXPWomen Owned, Expiry Date BBP_WOM_OWN_EXPDATS8DATS
BID_ON_BEHALFIndicator: Permit Proxy Bidding BBP_BID_ON_BEHCHAR1XFELD
BID_OFFLINEOffline Indicator /SAPSRM/OFFLINE_INDCHAR1/SAPSRM/OFFLINE_IND
CENTRAL_DATA 0
NAME1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
SEARCHTERM1Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
SEARCHTERM2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
DUNS_NUMBERDun & Bradstreet Number BBP_CT_DUNSCHAR9CHAR9
INDUSTRYSECTORIndustry sector BU_INDSECTCHAR10BU_INDSECTH_TB023
CP_INFO 0

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_BIDDER_DATA

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


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!