TJKSDVIEWFLDLABL SAP (Alternative Field Names for Quantity Planning View Field) Table details

Dictionary Type: Table
Description: Alternative Field Names for Quantity Planning View Field




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




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

TJKSDVIEWFLDLABL is a standard SAP Table which is used to store Alternative Field Names for Quantity Planning View Field data and is available within R/3 SAP systems depending on the version and release level.

The TJKSDVIEWFLDLABL table consists of various fields, each holding specific information or linking keys about Alternative Field Names for Quantity Planning View Field data available in SAP. These include VIEW_ID (Quantity Planning View), USAGETYPE (Use (Sales/Purchase Order Quantity Planning)), FIELDNAME (Field Name), ROLLNAME (Data element (semantic domain)).. 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: Can be enhanced (character-type)


SAP TJKSDVIEWFLDLABL 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
VIEW_IDQuantity Planning View JVIEWIDCHAR3TJKSDVIEWJVIEWID
USAGETYPEUse (Sales/Purchase Order Quantity Planning) JUSAGETYPECHAR1JUSAGETYPE
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJKSDVIEWFLDLABL
INTO CORRESPONDING FIELDS OF WA_TJKSDVIEWFLDLABL
WHERE...

How to access SAP table TJKSDVIEWFLDLABL

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