/SAPSRM/S_CLL_BIDDER_SAGS SAP (CLL structure for display Bidder table incl. service agents) Structure details

Dictionary Type: Structure
Description: CLL structure for display Bidder table incl. service agents




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




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

/SAPSRM/S_CLL_BIDDER_SAGS 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 "CLL structure for display Bidder table incl. service agents" 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_CLL_BIDDER_SAGS TYPE /SAPSRM/S_CLL_BIDDER_SAGS.

The /SAPSRM/S_CLL_BIDDER_SAGS table consists of various fields, each holding specific information or linking keys about CLL structure for display Bidder table incl. service agents data available in SAP. These include P_GUID (Globally Unique identifier), ITEM_GUID (Globally Unique identifier), INTERLINKAGE (Checkbox), AVL (Checkbox).. 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_CLL_BIDDER_SAGS 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
P_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
ITEM_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
INTERLINKAGECheckbox XFELDCHAR1XFELD
AVLCheckbox XFELDCHAR1XFELD
CTR_HDR_NUMBERTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
CTR_ITEM_NUMBERItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
CTR_HDR_GUIDGUID Contract BBP_CTR_H_GUIDRAW16SYSUUID
CTR_ITEM_GUIDContract Template Item GUID BBP_CTR_I_GUIDRAW16SYSUUID
CTR_LOG_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
PRICE_DATEPricing Date BBP_PRICE_DATEDATS8DATS
PRICENet Price BBP_PRICECURR13(2) WERT7
PRICE_UNITPrice Unit BBPEPEIN_PIDEC5DEC5
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID
CATALOGITEMCatalog Item (Unique Key) CATALOGITEMCHAR40CATALOGITEM
VENDOR_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VENDOR_ID_BEBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VENDOR_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
VENDOR_NAMEShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
LOCATION_GUIDGUID for an Individual Partner CRMT_PARTNER_GUIDRAW16SYSUUID
IS_CATEG_ITEMProduct Category Item BBP_FLAG_CATEG_ITEMCHAR1XFELD
FLAG_MATCHItem Found Matches Search Criteria 100% BBP_FLAG_MATCHCHAR1XFELD
PRODUCTProduct GUID BBP_PRODUCTRAW16SYSUUID
ORDERED_PRODProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
PARTNER_PRODProduct Number of Vendor BBP_PARTNER_PRODCHAR40PRSHTEXT40
DESCRIPTIONProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
CATEGORYProduct Category GUID BBP_CATEGORY_GUID_RAWRAW16SYSUUID
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
SCHEMA_TYPEStandard Schema Type SCHEMA_TYPECHAR10Assigned to domainCOM_SCHEMA_TYPE
CT_CATEGORY_IDCategory Name BBP_CT_CATEGORY_IDCHAR60CHAR60
HDR_DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EXPANDEDGeneral Flag FLAGCHAR1FLAG
EXTERNAL_RANKRank BBP_EXTERNAL_RANKINT410INT4
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CTR_DESCContract Description BBP_CTR_DESCRIPTIONCHAR40CHAR40
MANU_PRODManufacturer Part Number MFRPNCHAR40CHAR40
DOC_PRIORITYDocument Priority BBP_DOC_PRIORITYCHAR4BBP_DOC_PRIORITY
PRIORITY_RANKRank of a Priority BBP_PRIO_RANKNUMC3NUM3
PRIORITY_SYMBOLSymbol Name for a Priority BBP_PRIO_SYMBOLCHAR70BBP_PRIO_SYMBOL
PRIO_DESCRDescription of a Priority BBP_PRIO_DESCRIPTIONCHAR40BBP_PRIO_DESCRIPTION
PRIO_DISPLAYControl of Priority Display BBP_PRIO_DISPCHAR1Assigned to domainBBP_PRIO_DISP
EXTERNAL_RANK_TEXTCharacter Field Length = 10 CHAR10CHAR10CHAR10
INTERLINKAGE_TEXTCharacter Field Length = 10 CHAR10CHAR10CHAR10
SERVICE_AGENTS 0

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_BIDDER_SAGS

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