/SAPPSSRM/TD_PRC SAP (Tender Processing) Table details

Dictionary Type: Table
Description: Tender Processing




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




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

/SAPPSSRM/TD_PRC is a standard SAP Table which is used to store Tender Processing data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/TD_PRC table consists of various fields, each holding specific information or linking keys about Tender Processing data available in SAP. These include DOC_TYPE (Business Transaction Type), PUB_TYPE (Type of RFx), PQQ_REQ (PQQ Required Options), PQQ_QSTNNIRE (Prequalification Questionnaire).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPPSSRM/TD_PRC table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
DOC_TYPEBusiness Transaction Type /SAPPSSRM/_TNDR_PROC_TYPECHAR4BBPC_PROC_TYPEBBP_PROC_TYPE/SAPPSSRM/H_TNDR_PROCESS_TYPE
PUB_TYPEType of RFx BBP_BID_TYPECHAR1BBP_BIDTYPE
PQQ_REQPQQ Required Options /SAPPSSRM/_PQQ_REQCHAR4/SAPPSSRM/_REQ_OPT
PQQ_QSTNNIREPrequalification Questionnaire /SAPPSSRM/_PQQ_GROUPCHAR5BBP_DYNAT_GROUP/SAPPSSRM/H_PQQ
PQQ_RESUBMITAllow Resubmission of PQQ After Rejection /SAPPSSRM/_PQQ_EWSUBMITCHAR1XFELD
PQQ_MAILE-Mail Notification After Evaluation of PQQ /SAPPSSRM/_PQQ_ML_REQCHAR1XFELD
TNDR_PMNT_REQTender Fee Payment Required Options /SAPPSSRM/_TEND_PMNT_REQCHAR4/SAPPSSRM/_REQ_OPT
TNDR_AMNTTender Fee Amount /SAPPSSRM/_TENDAMNTCURR15(2) WERT8
TNDR_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TNDR_PQQ_ORDERTender Fee and PQQ Sequence /SAPPSSRM/_TNDR_PQQ_ORDERCHAR2/SAPPSSRM/_TNDR_PQQ_ORDER
EMD_PMNT_REQEarnest Money Deposit Payment Options /SAPPSSRM/_EMDPMNT_REQCHAR4/SAPPSSRM/_REQ_OPT
EMD_AMNTEarnest Money Deposit Amount /SAPPSSRM/_EMDAMNTCURR15(2) WERT8
EMD_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TWO_ENV_REQTwo-Envelope RFx Response Required /SAPPSSRM/_TWO_ENV_REQCHAR1XFELD
TECH_BID_MAILE-Mail Notification on Accept/Reject of Tech. RFx Response /SAPPSSRM/TECH_BID_ML_REQCHAR1XFELD
RJT_PRC_BIDReject Price RFx Response on Rejection of Technical RFx Resp /SAPPSSRM/_RJT_PRC_BIDCHAR1XFELD
SIM_LGN_REQSimultaneous Logon Required /SAPPSSRM/_SIM_LGN_REQCHAR1XFELD
BLCK_RFXBlock Access to RFx /SAPPSSRM/_RFXBLOCKCHAR1XFELD
CLENGTH2 byte integer (signed) INT2INT25INT2
TNDR_PMT_GWPayment GateWay URL /SAPPSSRM/_PMT_GW_URLLCHR512/SAPPSSRM/CHAR512

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/TD_PRC using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPPSSRM/TD_PRC to SELECT all data from the table
DATA: WA_/SAPPSSRM/TD_PRC TYPE /SAPPSSRM/TD_PRC.

SELECT SINGLE *
FROM /SAPPSSRM/TD_PRC
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/TD_PRC
WHERE...

How to access SAP table /SAPPSSRM/TD_PRC

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