KSOP SAP (Plan Requirements for Business Processes from SOP/LTP Orders) Structure details

Dictionary Type: Structure
Description: Plan Requirements for Business Processes from SOP/LTP Orders




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




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

KSOP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Plan Requirements for Business Processes from SOP/LTP Orders" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KSOP TYPE KSOP.

The KSOP table consists of various fields, each holding specific information or linking keys about Plan Requirements for Business Processes from SOP/LTP Orders data available in SAP. These include KOKRS (Controlling Area), WERKS (Plant), GJAHR (Fiscal Year), LTPABC (Transfer Business Process Reqirements from Long Term Plan).. 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 KSOP structure 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
VERSNVersion VERSNCHAR3TKA09ALPHACOVERSIKVS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
LTPABCTransfer Business Process Reqirements from Long Term Plan CO_ABC_LTPCHAR1XFELD
SOPABCTransfer Business Process Requirements from Standard SOP CO_ABC_SOPCHAR1XFELD
LTPSCENARIOPlanning Scenario of Long-Term Planning PLSCNNUMC3PLSCPLSCNPLS
SOPVERSIONVersion VRSINCHAR3Assigned to domainVRSIN
PRODGROUPTransfer Business Process Requirements for Product Groups CO_ABC_PGRPCHAR1XFELD
DATE_FROMDate from DATE_FROMDATS8DATUM
DATE_TOTo date DATE_TODATS8DATUM
PERIO_TOLast Period TO_PNUMC3RPMAXBPE
PERIO_FROMFirst period FROM_PNUMC3RPMAXVPE
BATCHBackground Processing BATCHFLGCHAR1XFELD
LISTDisplay detailed lists LISTFLGCHAR1XFELD
TESTRUNTest Run ALLGTESTCHAR1XFELD
RFC_GROUPRFC Server Group for Parallel Processing CO_RFC_GRPCHAR20RZLLI_ACNSPTA_RFCGRSPTA_SERVER_GROUP
STORNOIndicator: Data to Be Canceled STORNOCHAR1CHAR1_X
BOOKUpdate BOOKFLGCHAR1FLAG
KVEWEUsage of the condition table KVEWECHAR1Assigned to domainKVEWEKVW
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KALSMCosting Sheet AUFKALSMCHAR6Assigned to domainKALSM

Key field Non-key field



How do I retrieve data from SAP structure KSOP using ABAP code?

As KSOP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KSOP as there is no data to select.

How to access SAP table KSOP

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