PSSKF_RATES_TAB SAP (Save the SKF rates for the calculation of the work duration.) Table details

Dictionary Type: Table
Description: Save the SKF rates for the calculation of the work duration.




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




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

PSSKF_RATES_TAB is a standard SAP Table which is used to store Save the SKF rates for the calculation of the work duration. data and is available within R/3 SAP systems depending on the version and release level.

The PSSKF_RATES_TAB table consists of various fields, each holding specific information or linking keys about Save the SKF rates for the calculation of the work duration. data available in SAP. These include OBJNR (Object number), KOKRS (Controlling Area), STAGR (Statistical key figure), VERSN (Version).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PSSKF_RATES_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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
STAGRStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SKFRATEStatistical Quantity SMEXXQUAN15(3) CQUA8
RATEUNITUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
WBSWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
CALC_ACT_WRKWork calculation flag CALCWRKCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM PSSKF_RATES_TAB
INTO CORRESPONDING FIELDS OF WA_PSSKF_RATES_TAB
WHERE...

How to access SAP table PSSKF_RATES_TAB

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