T8JOH_STEPRATE_F SAP (Table of Step Rate Formulas in Overhead Organizer) Table details

Dictionary Type: Table
Description: Table of Step Rate Formulas in Overhead Organizer




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




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

T8JOH_STEPRATE_F is a standard SAP Table which is used to store Table of Step Rate Formulas in Overhead Organizer data and is available within R/3 SAP systems depending on the version and release level.

The T8JOH_STEPRATE_F table consists of various fields, each holding specific information or linking keys about Table of Step Rate Formulas in Overhead Organizer data available in SAP. These include COMPANY (Company Code), FORMULA_KEY (A key that links the overhead to its formula), AMOUNT_FROM (The amount field used in Overhead Organizer), AMOUNT_TO (The amount field used in Overhead Organizer).. 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: Not classified


SAP T8JOH_STEPRATE_F 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
CLIENTClient MANDTCLNT3T000MANDT
COMPANYCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
FORMULA_KEYA key that links the overhead to its formula JV_FORMULA_KEYCHAR10T8JOH_FORMULASJV_FORMULA_KEY
AMOUNT_FROMThe amount field used in Overhead Organizer JVOH_AMOUNTCURR17(2) WERTV9
AMOUNT_TOThe amount field used in Overhead Organizer JVOH_AMOUNTCURR17(2) WERTV9
RATERate Applied to the amount range in Overhead Formula JVOH_RATEDEC8(2) JVOH_RATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8JOH_STEPRATE_F
INTO CORRESPONDING FIELDS OF WA_T8JOH_STEPRATE_F
WHERE...

How to access SAP table T8JOH_STEPRATE_F

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