/SAPPSSRM/S_CLL_TD_BID SAP (Tendering CLL details) Structure details

Dictionary Type: Structure
Description: Tendering CLL details




ABAP Code to SELECT data from /SAPPSSRM/S_CLL_TD_BID
Related tables to /SAPPSSRM/S_CLL_TD_BID
Access table /SAPPSSRM/S_CLL_TD_BID




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

/SAPPSSRM/S_CLL_TD_BID 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 "Tendering CLL details" 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_/SAPPSSRM/S_CLL_TD_BID TYPE /SAPPSSRM/S_CLL_TD_BID.

The /SAPPSSRM/S_CLL_TD_BID table consists of various fields, each holding specific information or linking keys about Tendering CLL details data available in SAP. These include DESCRIPTION (Name of SRM Document), QUOT_DEAD (Submission Deadline for the Bid), QUOT_DEAD_TIME (Time of Bid Submission Deadline), BID_TYPE (Type of RFx).. 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 /SAPPSSRM/S_CLL_TD_BID 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
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
DESCRIPTIONName of SRM Document BBP_DOCNAMECHAR40TEXT40
QUOT_DEADSubmission Deadline for the Bid BBP_ANGABDATS8DATUM
QUOT_DEAD_TIMETime of Bid Submission Deadline BBP_QUOT_DEAD_TIMETIMS6TIME
BID_TYPEType of RFx BBP_BID_TYPECHAR1BBP_BIDTYPE
PS_TNDR_REQTender Fee Required /SAPPSSRM/_TND_PMNT_REQCHAR1XFELD
PS_TNDR_CL_DTTender Fee Closing Date /SAPPSSRM/_TNDR_FEE_CLOSE_DATEDATS8/SAPPSSRM/_TNDR_DATE
PS_PQQ_REQPQQ Required /SAPPSSRM/_PQQ_REQ_CHECKCHAR1XFELD
PS_PQQ_CL_DTPQQ Closing Date /SAPPSSRM/_PQQ_CLOSE_DATEDATS8/SAPPSSRM/_TNDR_DATE
PS_PQQPrequalification Questionnaire /SAPPSSRM/_PQQ_GROUPCHAR5BBP_DYNAT_GROUP/SAPPSSRM/H_PQQ
PS_EMD_REQEarnest Money Deposit Required /SAPPSSRM/_EMD_PMNT_REQCHAR1XFELD
PS_EMD_CL_DTEMD Closing Date /SAPPSSRM/_EMD_CLOSE_DATEDATS8/SAPPSSRM/_TNDR_DATE
PS_TNDR_CL_TMTender Closing Time /SAPPSSRM/_TNDR_CL_TIMETIMS6/SAPPSSRM/_TNDR_TIME
PS_PQQ_CL_TMPQQ Closing Time /SAPPSSRM/_PQQ_CL_TIMETIMS6/SAPPSSRM/_TNDR_TIME
PS_EMD_CL_TMEMD Closing Time /SAPPSSRM/_EMD_CL_TIMETIMS6/SAPPSSRM/_TNDR_TIME
PS_TECH_OPEN_TMTechnical RFx Response Opening Time /SAPPSSRM/_TECH_OPEN_TIMETIMS6/SAPPSSRM/_TNDR_TIME
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PS_EMD_AMNTEarnest Money Deposit Amount /SAPPSSRM/_EMDAMNTCURR15(2) WERT8
PS_TNDR_AMNTTender Fee Amount /SAPPSSRM/_TENDAMNTCURR15(2) WERT8
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
TZONETime Zone for Date and Time Fields of Procurement Document BBP_TZONECHAR6BBP_TZONE

Key field Non-key field



How do I retrieve data from SAP structure /SAPPSSRM/S_CLL_TD_BID using ABAP code?

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

How to access SAP table /SAPPSSRM/S_CLL_TD_BID

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