/SAPPSSRM/S_TD_HEADER_DATA SAP (Tendering Fields) Structure details

Dictionary Type: Structure
Description: Tendering Fields




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




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

/SAPPSSRM/S_TD_HEADER_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 "Tendering Fields" 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_TD_HEADER_DATA TYPE /SAPPSSRM/S_TD_HEADER_DATA.

The /SAPPSSRM/S_TD_HEADER_DATA table consists of various fields, each holding specific information or linking keys about Tendering Fields data available in SAP. These include PS_TNDR_AMNT (Tender Fee Amount), PS_TNDR_CL_DT (Tender Fee Closing Date), PS_PQQ_REQ (PQQ Required), PS_PQQ_CL_DT (PQQ Closing Date).. 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_TD_HEADER_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
PS_TNDR_REQTender Fee Required /SAPPSSRM/_TND_PMNT_REQCHAR1XFELD
PS_TNDR_AMNTTender Fee Amount /SAPPSSRM/_TENDAMNTCURR15(2) WERT8
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_PQQ_AUTOProcess PQQ Automatically /SAPPSSRM/_PQQ_AUTOMATICCHAR1XFELD
PS_PQQ_THRSHLDPQQ Threshold Value /SAPPSSRM/_THRSH_HOLD_VALINT25/SAPPSSRM/_THRSH_HOLD_VAL
PS_PQQPrequalification Questionnaire /SAPPSSRM/_PQQ_GROUPCHAR5BBP_DYNAT_GROUP/SAPPSSRM/H_PQQ
PS_PQQ_SETGUIDSet GUID BBP_SETGUIDRAW16SYSUUID
PS_BDR_STS_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PS_EMD_REQEarnest Money Deposit Required /SAPPSSRM/_EMD_PMNT_REQCHAR1XFELD
PS_EMD_AMNTEarnest Money Deposit Amount /SAPPSSRM/_EMDAMNTCURR15(2) WERT8
PS_EMD_CL_DTEMD Closing Date /SAPPSSRM/_EMD_CLOSE_DATEDATS8/SAPPSSRM/_TNDR_DATE
PS_TNDR_COLB_IDcFolder Collaboration ID /SAPPSSRM/_CFOLD_COLLABCHAR32/SAPPSSRM/_CFOLD_COLLAB
PS_TNDR_AREA_IDcFolder Collaboration Area ID /SAPPSSRM/_CFOLD_AREACHAR32/SAPPSSRM/_CFOLD_AREA
PS_TECH_OPNDRFx Response Open Status /SAPPSSRM/_TNDROPNCHAR1/SAPPSSRM/_TNDRSTAT
PS_PRICE_OPNDRFx Response Open Status /SAPPSSRM/_TNDROPNCHAR1/SAPPSSRM/_TNDRSTAT
PS_PERM_GUIDGUID Key for Permissions /SAPPSSRM/_PERMGUIDRAW16SYSUUID
PS_TECH_OPEN_DTTechnical RFx Response Opening Date /SAPPSSRM/_TECH_OPEN_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
PS_TECH_QTE_STATechnical RFx Response Status /SAPPSSRM/_TECH_BID_STATUSCHAR1/SAPPSSRM/_QUOTSTAT
PS_FLDR_SET_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table /SAPPSSRM/S_TD_HEADER_DATA

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