TJKSDFCVIEWSCHEM SAP (Assignment of Target Fields in Quantity Plan for Forecast) Table details

Dictionary Type: Table
Description: Assignment of Target Fields in Quantity Plan for Forecast




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




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

TJKSDFCVIEWSCHEM is a standard SAP Table which is used to store Assignment of Target Fields in Quantity Plan for Forecast data and is available within R/3 SAP systems depending on the version and release level.

The TJKSDFCVIEWSCHEM table consists of various fields, each holding specific information or linking keys about Assignment of Target Fields in Quantity Plan for Forecast data available in SAP. These include SCHEME (Calculation Procedure for Forecast), VIEW_ID (Quantity Planning View), FIELD01 (Target Field 1 for Forecast), FIELD02 (Target Field 2 for Forecast).. 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 or numeric)


SAP TJKSDFCVIEWSCHEM 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 MANDTCLNT3T000MANDT
SCHEMECalculation Procedure for Forecast JFCSCHEMACHAR4Assigned to domainJFCSCHEMA
VIEW_IDQuantity Planning View JVIEWIDCHAR3TJKSDVIEWJVIEWID
FIELD01Target Field 1 for Forecast JFCFIELDTARGET1CHAR30JKSDFCZIELFELD
FIELD02Target Field 2 for Forecast JFCFIELDTARGET2CHAR30JKSDFCZIELFELD
FIELD03Target Field 3 for Forecast JFCFIELDTARGET3CHAR30JKSDFCZIELFELD
FIELD04Target Field 4 for Forecast JFCFIELDTARGET4CHAR30JKSDFCZIELFELD
FIELD05Target Field 5 for Forecast JFCFIELDTARGET5CHAR30JKSDFCZIELFELD
MIN_FIELDComparison Field for Forecast JFCCOMPFIELDMINCHAR30CHAR30
MIN_FIELD_HISTComparison Field for Reference Issues JFCCOMPFIELDREFCHAR30CHAR30
MAX_FIELDMaximum Comparison Field JFCCOMPFIELDMAXCHAR30CHAR30
MAX_FIELD_HISTComparison Field for Reference Issues JFCCOMPFIELDREFCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJKSDFCVIEWSCHEM
INTO CORRESPONDING FIELDS OF WA_TJKSDFCVIEWSCHEM
WHERE...

How to access SAP table TJKSDFCVIEWSCHEM

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