/SAPSRM/S_CLL_CONV_AUC SAP (Structure for Bid Comparison entry for WD context) Structure details

Dictionary Type: Structure
Description: Structure for Bid Comparison entry for WD context




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




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

/SAPSRM/S_CLL_CONV_AUC 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 "Structure for Bid Comparison entry for WD context" 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_CONV_AUC TYPE /SAPSRM/S_CLL_CONV_AUC.

The /SAPSRM/S_CLL_CONV_AUC table consists of various fields, each holding specific information or linking keys about Structure for Bid Comparison entry for WD context data available in SAP. These include BIDDER_PARTNER_GUID (GUID for an Individual Partner), BIDDER_BUPA_NUMBER (Business Partner Number), BIDDER_GUID (Parent GUID), BIDDER_PARTNER_FCT (Partner func.).. 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 /SAPSRM/S_CLL_CONV_AUC 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
BIDDER_PARTNER_GUIDGUID for an Individual Partner CRMT_PARTNER_GUIDRAW16SYSUUID
BIDDER_BUPA_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BIDDER_GUIDParent GUID BBP_PGUIDRAW16SYSUUID
BIDDER_PARTNER_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
ORG_NAMEName 1 AD_NAME1CHAR40TEXT40
CONTACT_PARTNER_GUIDGUID for an Individual Partner CRMT_PARTNER_GUIDRAW16SYSUUID
CONTACT_GUIDParent GUID BBP_PGUIDRAW16SYSUUID
CONTACT_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
QUOTATION_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
QUOTATION_STATUS_DESCObject status J_TXT30CHAR30TEXT30
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
EXTERNAL_RANKRanking of Bid in External Auction BBP_EXTERNAL_RANK_QUOTINT410INT4
EXTERNAL_SCOREValuation of Bid in External Auction BBP_EXTERNAL_SCOREDEC7(2) BBP_EXTERNAL_SCORE
BOB_PERMITTEDCheckbox XFELDCHAR1XFELD
SELECTEDCheckbox XFELDCHAR1XFELD
QUOTATION_OWNED_BY_BIDDERCheckbox XFELDCHAR1XFELD
QUOTATION_STATUSObject status J_STATUSCHAR5J_STATUS
QUOTATION_VERSION_NOVersion Number BBP_VERSION_NOCHAR8CHAR08
QUOTATION_EXT_VERSION_NOVersion Number BBP_VERSION_NOCHAR8CHAR08
OUTPUT_MEDIUMPPF: Type of Processing (Print, Fax, Mail, EDI ..) PPFDMETYPECHAR3PPFDMETYPE
QUOTATION_CHECK_AVCheckbox XFELDCHAR1XFELD
BIDINTENTBid Intent BBP_BIDINTENT_INDCHAR1BBP_BIDINTENT_IND
QUOTATION_BID_VERSION_NOVersion Number BBP_VERSION_NOCHAR8CHAR08

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_CONV_AUC

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