TIVAJMETH_TAB SAP (Adjustment Method: Attributes) Structure details

Dictionary Type: Structure
Description: Adjustment Method: Attributes




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




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

TIVAJMETH_TAB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Adjustment Method: Attributes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TIVAJMETH_TAB TYPE TIVAJMETH_TAB.

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


SAP TIVAJMETH_TAB structure 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
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 structure TIVAJMETH_TAB using ABAP code?

As TIVAJMETH_TAB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TIVAJMETH_TAB as there is no data to select.

How to access SAP table TIVAJMETH_TAB

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