WCF_LTX_SRC_SESS SAP (Launch Transaction: Session Type of Source System) Table details

Dictionary Type: Table
Description: Launch Transaction: Session Type of Source System




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




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

WCF_LTX_SRC_SESS is a standard SAP Table which is used to store Launch Transaction: Session Type of Source System data and is available within R/3 SAP systems depending on the version and release level.

The WCF_LTX_SRC_SESS table consists of various fields, each holding specific information or linking keys about Launch Transaction: Session Type of Source System data available in SAP. These include SRC_SESSION_TYPE (Launch Transaction: Session Type of Source System).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = WCF_LTX_SRC_SEST


SAP WCF_LTX_SRC_SESS 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
SRC_SESSION_TYPELaunch Transaction: Session Type of Source System WCFT_LTX_SRC_SESSION_TYPECHAR5WCFT_LTX_SRC_SESSION_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM WCF_LTX_SRC_SESS
INTO CORRESPONDING FIELDS OF WA_WCF_LTX_SRC_SESS
WHERE...

How to access SAP table WCF_LTX_SRC_SESS

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