J_3RFTOKOF SAP (Deprecation Groups for OKOF Codes) Table details

Dictionary Type: Table
Description: Deprecation Groups for OKOF Codes




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




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

J_3RFTOKOF is a standard SAP Table which is used to store Deprecation Groups for OKOF Codes data and is available within R/3 SAP systems depending on the version and release level.

The J_3RFTOKOF table consists of various fields, each holding specific information or linking keys about Deprecation Groups for OKOF Codes data available in SAP. These include OKOF (OKOF Code), OKOF_DOP (Extended OKOF Code for Depreciation Groups), OKOFDESC1 (OKOF-code description), OKOFDESC2 (OKOF-code description).. 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)

Text table = J_3RFTOKOFT


SAP J_3RFTOKOF 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
OKOFOKOF Code J_3RFOKOFCHAR9J_3RAOKOFCHAR009
OKOF_DOPExtended OKOF Code for Depreciation Groups J_3RFOKOFDOPCHAR3
OKOFDESC1OKOF-code description J_3RFOKOFDESCCHAR130J_3RFOKOFDESC
OKOFDESC2OKOF-code description J_3RFOKOFDESCCHAR130J_3RFOKOFDESC
OKOFDPDESC1Extended OKOF Code Description 1 J_3RFOKOFDPDESC1CHAR130J_3RFOKOFDPDESC
OKOFDPDESC2Extended OKOF Code Description 2 J_3RFOKOFDPDESC2CHAR130J_3RFOKOFDPDESC
AMORTGRDepreciation Group J_3RFAMORTGRCHAR4J_3RFDEPRGROUPORD4X
MINSROKMinimum Useful Life J_3RFMINSROKNUMC3
MAXSROKMaximum Useful Life J_3RFMAXSROKNUMC3
UMSROKGDDefault Useful Life in Years J_3RFUMSROKGDNUMC3
FUMSROKPRDDefault Useful Life in Periods J_3RFUMSROKPRDNUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RFTOKOF
INTO CORRESPONDING FIELDS OF WA_J_3RFTOKOF
WHERE...

How to access SAP table J_3RFTOKOF

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