/SAPPSSRM/TD_LIS SAP (Tender Committee Short List) Table details

Dictionary Type: Table
Description: Tender Committee Short List




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




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

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

The /SAPPSSRM/TD_LIS table consists of various fields, each holding specific information or linking keys about Tender Committee Short List data available in SAP. These include DOC_TYPE (Business Transaction Type), TCM_REQ (Shortlisting Options for Tender Committee Meeting), REJ_TB_REJ_PB (Reject Technical and Price RFx Responses), NOTIFY_ACCEPT (Notification of Acceptance).. 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: Cannot Be Enhanced


SAP /SAPPSSRM/TD_LIS 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 BBP_PROC_TYPECHAR4Assigned to domainBBP_PROC_TYPEBBP_PROCESS_TYPE
TCM_REQShortlisting Options for Tender Committee Meeting /SAPPSSRM/_TD_TCM_REQCHAR4/SAPPSSRM/_TD_REQ_OPT
REJ_TB_REJ_PBReject Technical and Price RFx Responses /SAPPSSRM/_TD_REJ_TB_REJ_PBCHAR1XFELD
NOTIFY_ACCEPTNotification of Acceptance /SAPPSSRM/_TD_NOTIFY_ACCEPTCHAR1XFELD
NOTIFY_REJECTNotification of Rejection /SAPPSSRM/_TD_NOTIFY_REJECTCHAR1XFELD
ACC_PB_REJ_TBAcceptance of Price RFx Resp/Rejection of Technical RFx Resp /SAPPSSRM/_TD_ACC_PB_REJ_TBCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /SAPPSSRM/TD_LIS

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