TIVORCOND SAP (Conditions for RE Search Request Type) Table details

Dictionary Type: Table
Description: Conditions for RE Search Request Type




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




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

TIVORCOND is a standard SAP Table which is used to store Conditions for RE Search Request Type data and is available within R/3 SAP systems depending on the version and release level.

The TIVORCOND table consists of various fields, each holding specific information or linking keys about Conditions for RE Search Request Type data available in SAP. These include RRTYPE (Type of RE Search Request), ACQUISTYPE (Lease/Buy), CDGROUP01 (Condition Group), CDTYPE01 (Condition Type).. 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)


SAP TIVORCOND 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
RRTYPEType of RE Search Request REORRRTYPECHAR2TIVORRRTYPEREORRRTYPEREORRRTYPE
ACQUISTYPELease/Buy REORACQUISTYPECHAR2REORACQUISTYPE
.INCLU-01 0
CDGROUP01Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE01Condition Type RECDCONDTYPECHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
CDCURR01Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDPURPOSE01Conditions - External Purpose RECDCONDPURPOSEEXTCHAR4TIVCDCOPUEXTRECDCONDPURPOSEEXT
CDBASE01Payment Frequency REORCDBASECHAR1REORCDBASE
CDCALCMETH01Calculation Method REORCDCALCMETHCHAR1REORCDCALCMETH
CDCALCMEAS01Measurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
CDTOLHIGH01Allowed Percentage Upward Variance REORTOLHIGHNUMC2REORTOLERANCE
CDAPPARENT01Show Values in Dialog REORAPPARENTCHAR1RECABOOL
CDLINKNEXT01Logical Link REORLINKNEXTCHAR1REORLINKNEXT
CDUSECONTRACT01Adopt Conditions of Last Contract REORCDUSECONTRACTCHAR1RECABOOL
CDPRICEBASE01Basis for Price of Condition REORPOCDPRICEBASECHAR1REORPOCDPRICEBASE
.INCLU-02 0
CDGROUP02Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE02Condition Type RECDCONDTYPECHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
CDCURR02Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDPURPOSE02Conditions - External Purpose RECDCONDPURPOSEEXTCHAR4TIVCDCOPUEXTRECDCONDPURPOSEEXT
CDBASE02Payment Frequency REORCDBASECHAR1REORCDBASE
CDCALCMETH02Calculation Method REORCDCALCMETHCHAR1REORCDCALCMETH
CDCALCMEAS02Measurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
CDTOLHIGH02Allowed Percentage Upward Variance REORTOLHIGHNUMC2REORTOLERANCE
CDAPPARENT02Show Values in Dialog REORAPPARENTCHAR1RECABOOL
CDLINKNEXT02Logical Link REORLINKNEXTCHAR1REORLINKNEXT
CDUSECONTRACT02Adopt Conditions of Last Contract REORCDUSECONTRACTCHAR1RECABOOL
CDPRICEBASE02Basis for Price of Condition REORPOCDPRICEBASECHAR1REORPOCDPRICEBASE
.INCLU-03 0
CDGROUP03Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE03Condition Type RECDCONDTYPECHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
CDCURR03Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDPURPOSE03Conditions - External Purpose RECDCONDPURPOSEEXTCHAR4TIVCDCOPUEXTRECDCONDPURPOSEEXT
CDBASE03Payment Frequency REORCDBASECHAR1REORCDBASE
CDCALCMETH03Calculation Method REORCDCALCMETHCHAR1REORCDCALCMETH
CDCALCMEAS03Measurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
CDTOLHIGH03Allowed Percentage Upward Variance REORTOLHIGHNUMC2REORTOLERANCE
CDAPPARENT03Show Values in Dialog REORAPPARENTCHAR1RECABOOL
CDLINKNEXT03Logical Link REORLINKNEXTCHAR1REORLINKNEXT
CDUSECONTRACT03Adopt Conditions of Last Contract REORCDUSECONTRACTCHAR1RECABOOL
CDPRICEBASE03Basis for Price of Condition REORPOCDPRICEBASECHAR1REORPOCDPRICEBASE
.INCLU-04 0
CDGROUP04Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE04Condition Type RECDCONDTYPECHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
CDCURR04Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDPURPOSE04Conditions - External Purpose RECDCONDPURPOSEEXTCHAR4TIVCDCOPUEXTRECDCONDPURPOSEEXT
CDBASE04Payment Frequency REORCDBASECHAR1REORCDBASE
CDCALCMETH04Calculation Method REORCDCALCMETHCHAR1REORCDCALCMETH
CDCALCMEAS04Measurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
CDTOLHIGH04Allowed Percentage Upward Variance REORTOLHIGHNUMC2REORTOLERANCE
CDAPPARENT04Show Values in Dialog REORAPPARENTCHAR1RECABOOL
CDLINKNEXT04Logical Link REORLINKNEXTCHAR1REORLINKNEXT
CDUSECONTRACT04Adopt Conditions of Last Contract REORCDUSECONTRACTCHAR1RECABOOL
CDPRICEBASE04Basis for Price of Condition REORPOCDPRICEBASECHAR1REORPOCDPRICEBASE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVORCOND
INTO CORRESPONDING FIELDS OF WA_TIVORCOND
WHERE...

How to access SAP table TIVORCOND

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