TIVAJMETH SAP (Adjustment Method) Table details

Dictionary Type: Table
Description: Adjustment Method




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




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

TIVAJMETH is a standard SAP Table which is used to store Adjustment Method data and is available within R/3 SAP systems depending on the version and release level.

The TIVAJMETH table consists of various fields, each holding specific information or linking keys about Adjustment Method data available in SAP. These include GLOBALGUIFMPBO (Function Module for Maintenance of Cross-Method Attributes), SPECGUIFMPBO (Function Module Maintenance of Method-Specific Attributes), OBJECTGUIFMPBO (Funct. Module Maint. of Contract/Object-Specific Attributes), GLOBALIMPLIFNAME (Interface for Cross-Method Attributes).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TIVAJMETHT


SAP TIVAJMETH 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
ADJMMETHAdjustment Method REAJADJMMETHCHAR4ALPHAREAJADJMMETHREAJMETH
GLOBALGUIFMPBOFunction Module for Maintenance of Cross-Method Attributes REAJGLOBALGUIFMPBOCHAR30Assigned to domainFUNCNAMERECAFUNCNAME
SPECGUIFMPBOFunction Module Maintenance of Method-Specific Attributes REAJSPECGUIFMPBOCHAR30Assigned to domainFUNCNAMERECAFUNCNAME
OBJECTGUIFMPBOFunct. Module Maint. of Contract/Object-Specific Attributes REAJOBJECTGUIFMPBOCHAR30Assigned to domainFUNCNAMERECAFUNCNAME
GLOBALIMPLIFNAMEInterface for Cross-Method Attributes REAJGLOBALIMPLIFNAMECHAR30SEOCLSNAMERECAIMPLIFNAME
SPECIMPLIFNAMEInterface for Method-Specific Attributes REAJSPECIMPLIFNAMECHAR30SEOCLSNAMERECAIMPLIFNAME
OBJECTIMPLIFNAMEInterface for Contract/RO-Specific Attributes REAJOBJECTIMPLIFNAMECHAR30SEOCLSNAMERECAIMPLIFNAME
ENGINEIMPLIFNAMEInterface for Method-Specific Calculation Algorithm REAJENGINEIMPLIFNAMECHAR30SEOCLSNAMERECAIMPLIFNAME
ISMETHCOMBAdjustment Method Is a Combined Method REAJISMETHCOMBCHAR1RECABOOL
NOPROCESSAdjustment Method Does Not Have Calculation Algorithm REAJNOPROCESSCHAR1RECABOOL
NOPERIODTime-Dependent Maintenance of Adjustment Data Not Allowed? REAJNOPERIODCHAR1RECABOOL
PROCESSGUIFMPBOFunction Module for Maintenance of Process-Specific Param. REAJPROCESSGUIFMPBOCHAR30Assigned to domainFUNCNAMERECAFUNCNAME
METHORDERSort Sequence of Methods for the Adjustment Process REAJMETHORDERNUMC3NUMC3
SUPPLYSELECTIONCan the Method Supply a Selection REAJSUPPLYSELECTIONCHAR1RECABOOL
METHGUIFMPBOFunct.Module for Display of Method-Specific Adjustment Data REAJMETHGUIFMPBOCHAR30Assigned to domainFUNCNAMERECAFUNCNAME
PROONEGUIFMPBOFunct.Module for Maint. Process-Specific Parameters -Single REAJPROCSINGLEGUIFMPBOCHAR30Assigned to domainFUNCNAMERECAFUNCNAME
CHECKPROBJSELLimit Object Selection by Method REAJCHECKPROBJSELCHAR1RECABOOL
SELECTIONADDProcess Selection Is Additive REAJSELECTIONADDCHAR1RECABOOL
TCODEPRTransaction Code TCODECHAR20Assigned to domainTCODETCD
TCODECHTransaction Code TCODECHAR20Assigned to domainTCODETCD
TCODESHTransaction Code TCODECHAR20Assigned to domainTCODETCD
TCODERVTransaction Code TCODECHAR20Assigned to domainTCODETCD
PROCESSHIDEHide Adjustment Method During Standard Adjustment REAJPROCESSHIDECHAR1RECABOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVAJMETH
INTO CORRESPONDING FIELDS OF WA_TIVAJMETH
WHERE...

How to access SAP table TIVAJMETH

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