SV_LOCTTY SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

SV_LOCTTY is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The SV_LOCTTY table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PLVAR (Plan Version), LOCID (Location identification from HR (PAW)), TTYID (PAW test type ID), CLASS (Logical info object class name from Knowledge Warehouse).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SV_LOCTTY table view 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 MANDTCLNT3MANDT
PLVARPlan Version PLVARCHAR2PLVARPOP
LOCIDLocation identification from HR (PAW) LS_HRLOCNUMC8HROBJID
TTYIDPAW test type ID LS_TTYIDNUMC8LS_TTYID
CLASSLogical info object class name from Knowledge Warehouse LS_CLASSCHAR10CHAR10
GUIDLOIO unique info object key in Knowledge Warehouse LS_GUIDCHAR32CHAR32
VAR4Info object context variant 4: language LS_VAR4LANG1ISOLASPRAS
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
VAR1Info object context variant 1: enhancement LS_VAR1CHAR10LS_VAR1
VAR2Info object context variant 2: release LS_VAR2CHAR12LS_VAR2
VAR3Info object context variant 3: country LS_VAR3CHAR3LS_VAR3
TTYSHPAW test type abbreviation LS_TTYSHCHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM SV_LOCTTY
INTO CORRESPONDING FIELDS OF WA_SV_LOCTTY
WHERE...

How to access SAP table SV_LOCTTY

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