TJKSDVIEWFIG_SQP SAP (Planning View: Display of Quantity Fields per Substructure) Table details

Dictionary Type: Table
Description: Planning View: Display of Quantity Fields per Substructure




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




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

TJKSDVIEWFIG_SQP is a standard SAP Table which is used to store Planning View: Display of Quantity Fields per Substructure data and is available within R/3 SAP systems depending on the version and release level.

The TJKSDVIEWFIG_SQP table consists of various fields, each holding specific information or linking keys about Planning View: Display of Quantity Fields per Substructure data available in SAP. These include VIEW_ID (Quantity Planning View), SUBSTRUCT_ID (Substructure for Sales Quantity Planning per Application), FIELDNAME (Field Name), STATE (Quantity Planning View: Display Options for Quantity Fields).. 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 TJKSDVIEWFIG_SQP 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
SUBSTRUCT_IDSubstructure for Sales Quantity Planning per Application JSUBSTRUCTURE_IDCHAR3TJKSDVIEWTA_SQPJSUBSTRUCTURE_ID
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
STATEQuantity Planning View: Display Options for Quantity Fields JKEYFIGURESTATECHAR1JKEYFIGURESTATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJKSDVIEWFIG_SQP
INTO CORRESPONDING FIELDS OF WA_TJKSDVIEWFIG_SQP
WHERE...

How to access SAP table TJKSDVIEWFIG_SQP

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