SRT_TF_LP SAP (Table for storing all LP of the TF and delete it afterwards) Table details

Dictionary Type: Table
Description: Table for storing all LP of the TF and delete it afterwards




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




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

SRT_TF_LP is a standard SAP Table which is used to store Table for storing all LP of the TF and delete it afterwards data and is available within R/3 SAP systems depending on the version and release level.

The SRT_TF_LP table consists of various fields, each holding specific information or linking keys about Table for storing all LP of the TF and delete it afterwards data available in SAP. These include PROXY_NAME (String), TIMSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), DEST_NAME (30 Characters), PROXY_OBJ_NAME (String).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SRT_TF_LP 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
LP_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
PROXY_NAMEString DSTRINGSTRG0
TIMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
DEST_NAME30 Characters CHAR30CHAR30CHAR30
PROXY_OBJ_NAMEString DSTRINGSTRG0
XML_BASEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
PROVIDER_CONFIGCharacter field, length 32 CHAR32CHAR32CHAR32
WS_ADDRESSString DSTRINGSTRG0
CONSUMER_MAPPINGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRT_TF_LP
INTO CORRESPONDING FIELDS OF WA_SRT_TF_LP
WHERE...

How to access SAP table SRT_TF_LP

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