SAP Reports / Programs

RTPM_TRIG_IGT_WORKLIST SAP ABAP Report - Intragroup Transactions Worklist







RTPM_TRIG_IGT_WORKLIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RTPM_TRIG_IGT_WORKLIST into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TRIG_IGT - Tcode for IGT processing


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RTPM_TRIG_IGT_WORKLIST. "Basic submit
SUBMIT RTPM_TRIG_IGT_WORKLIST AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRIG_IGT_WORKLIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_WITH_S = Closed With Value Transfer
Selection Text: P_WO_P = Closed Without Value Transfer
Selection Text: P_WO_S = Closed Without Value Transfer
Selection Text: S_ACGRP1 = D .
Selection Text: S_ACTGRP = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BUKRS1 = D .
Selection Text: S_DATE = Position Date
Selection Text: S_DATE1 = Position Date
Selection Text: S_GSART = D .
Selection Text: S_GSART1 = D .
Selection Text: S_PORTF = D .
Selection Text: S_PORTF1 = D .
Selection Text: S_RANL1 = Sec ID number
Selection Text: S_RANLSE = Sec ID number
Selection Text: S_RFHA = Deal Number
Selection Text: S_RFHA1 = Deal Number
Selection Text: S_RLDEP1 = D .
Selection Text: S_RLDEPO = D .
Selection Text: S_VALCL1 = D .
Selection Text: S_VALCLS = D .
Selection Text: S_VAREA1 = D .
Selection Text: S_VLAREA = D .
Selection Text: P_WITH_P = Closed With Value Transfer
Selection Text: P_VAR = D .
Selection Text: P_OPEN_S = Open Intragroup Transactions
Selection Text: P_OPEN_P = Open Intragroup Transactions
Title: Intragroup Transactions Worklist
Text Symbol: 001 = Pair
Text Symbol: 002 = Unmatched
Text Symbol: 003 = Open
Text Symbol: 004 = Closed With Value Transfer
Text Symbol: 005 = Closed Without Value Transfer
Text Symbol: 006 = Reversal
Text Symbol: 007 = Processing has warnings. Do you want to continue?
Text Symbol: 008 = Process Intragroup transactions
Text Symbol: 009 = Reversal has warnings. Do you want to continue?
Text Symbol: 010 = Reverse Intragroup transactions





Text Symbol: CON = Output Control
Text Symbol: GEN = General Selections
Text Symbol: LNK = (Linked)
Text Symbol: MAT = Matched Pairs
Text Symbol: PUR = Purchase Side
Text Symbol: SAL = Sales Side
Text Symbol: TRA = IGT Status
Text Symbol: TTL = Intragroup Transactions Worklist


INCLUDES used within this REPORT RTPM_TRIG_IGT_WORKLIST

INCLUDE TRIG_IGT_WORKLIST_TOP.
INCLUDE TRIG_IGT_WORKLIST_SEL.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RTPM_TRIG_IGT_WORKLIST or its description.