PSSKF_ENABLE_TAB SAP (activate deactivate SKF tab in the Project Builder) Table details

Dictionary Type: Table
Description: activate deactivate SKF tab in the Project Builder




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




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

PSSKF_ENABLE_TAB is a standard SAP Table which is used to store activate deactivate SKF tab in the Project Builder data and is available within R/3 SAP systems depending on the version and release level.

The PSSKF_ENABLE_TAB table consists of various fields, each holding specific information or linking keys about activate deactivate SKF tab in the Project Builder data available in SAP. These include ACT_SKF_WBS (Activate SKF for WBS), ACT_SKF_NET (Activate SKF tab for network), ACT_SKF_NAT (Activate SKF tab for network activity), ACT_SKF_NAE (Activate tab for network activity element).. 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: Cannot Be Enhanced


SAP PSSKF_ENABLE_TAB 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
ACT_SKF_WBSActivate SKF for WBS PS_ACT_SKF_WBSCHAR1FLAG
ACT_SKF_NETActivate SKF tab for network PS_ACT_SKF_NETCHAR1FLAG
ACT_SKF_NATActivate SKF tab for network activity PS_ACT_SKF_NATCHAR1FLAG
ACT_SKF_NAEActivate tab for network activity element PS_ACT_SKF_NAECHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM PSSKF_ENABLE_TAB
INTO CORRESPONDING FIELDS OF WA_PSSKF_ENABLE_TAB
WHERE...

How to access SAP table PSSKF_ENABLE_TAB

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