LFSSTN_CERT SAP (Vendor sustainability certificates) Table details

Dictionary Type: Table
Description: Vendor sustainability certificates




ABAP Code to SELECT data from LFSSTN_CERT
Related tables to LFSSTN_CERT
Access table LFSSTN_CERT




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

LFSSTN_CERT is a standard SAP Table which is used to store Vendor sustainability certificates data and is available within R/3 SAP systems depending on the version and release level.

The LFSSTN_CERT table consists of various fields, each holding specific information or linking keys about Vendor sustainability certificates data available in SAP. These include MANDT (Client), UUID (SSTN UUID), LIFNR (Account Number of Vendor or Creditor), VAL_DATE (Validity End 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP LFSSTN_CERT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
UUIDSSTN UUID SSTN_UUIDCHAR32SYSUUID_C
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
VAL_DATEValidity End Date SSTN_VALIDITY_END_DATEDATS8DATUM
CERTIFICATES_IDActual QM System of Vendor QSSYSFAMCHAR4TQ02BQSSYSFAM
CERTIFICATE_TXTShort Text QKURZTEXTCHAR40QKURZTEXT

Key field Non-key field



How do I retrieve data from SAP table LFSSTN_CERT using ABAP code

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

SELECT SINGLE *
FROM LFSSTN_CERT
INTO CORRESPONDING FIELDS OF WA_LFSSTN_CERT
WHERE...

How to access SAP table LFSSTN_CERT

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