TMIVRG SAP (Assignment Invoice Check Groups for Condition Type Group) Table details

Dictionary Type: Table
Description: Assignment Invoice Check Groups for Condition Type Group




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




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

TMIVRG is a standard SAP Table which is used to store Assignment Invoice Check Groups for Condition Type Group data and is available within R/3 SAP systems depending on the version and release level.

The TMIVRG table consists of various fields, each holding specific information or linking keys about Assignment Invoice Check Groups for Condition Type Group data available in SAP. These include RRLCG (AB-RRLE: Condition Type Group), IVGROUP (Check Group), ICON (Function Icon), ACTIVATION_CHECK (Type of Activation Check).. 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)

Text table = TMIVRGT


SAP TMIVRG 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
RRLCGAB-RRLE: Condition Type Group RRLCGCHAR4TRRLCGALPHARRLCG
IVGROUPCheck Group WLF_IV_GROUPCHAR4TMIVGALPHAWLF_IV_GROUP
ICONFunction Icon NAVP_FUNCTION_ICONCHAR4ICONICON
ACTIVATION_CHECKType of Activation Check WLF_IV_ITEM_ACTIVATION_CHECKCHAR1WLF_IV_ITEM_ACTIVATION_CHECK
AUTO_ACTIVEAutomatic Activation of Objects of this Group WLF_IV_ITEM_AUTO_ACTIVATIONCHAR1WLF_IV_ITEM_AUTO_ACTIVATION
FOLLOWUP_DOCUMTInvoice Check Difference Documents WLF_IV_DIFFERENCE_DOCUMENTCHAR1WLF_IV_DIFFERENCE_DOCUMENT
COMPRESS_DIFFCompress Difference Document WLF_IV_DIFFERENCE_COMPRESSCHAR1XFELD
WRARTAgency business: Payment type WRARTCHAR4TMZRWRARTWRA
CHANGE_SIGNChange Sign on Transfer WLF_IV_CHANGE_SIGNCHAR1XFELD
RL_VALUEValue of Remuneration List WLF_IV_RL_VALUECHAR1WLF_IV_RL_VALUE
CANCEL_ALLOWEDCancellation Allowed for Transfer WLF_IV_CANCEL_ALLOWEDCHAR1XFELD
WITH_ITEMTransfer of Item Data WLF_IV_WITH_ITEMCHAR1XFELD
WDTYP_IVClearing document type WLF_IV_WDTYP_CLEARINGCHAR1WLF_IV_WDTYP_CLEARING

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMIVRG
INTO CORRESPONDING FIELDS OF WA_TMIVRG
WHERE...

How to access SAP table TMIVRG

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