SAP Reports / Programs | Financials | Financial Supply Chain Management | Transfer to Financial Accounting(FIN-FSCM-TRM-TM-AC) SAP FIN

RTPM_TRAC_CHECK SAP ABAP Report - Utility Program: Reconcile TRL - TRAC - FI / SL







RTPM_TRAC_CHECK 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_TRAC_CHECK into the relevant SAP transactions such as SE38 or SE80


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_TRAC_CHECK. "Basic submit
SUBMIT RTPM_TRAC_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRAC_CHECK 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_AC = Accounting Code
Selection Text: P_AC_PL = Reconcile TRAC / TRL
Selection Text: P_AC_SL = Reconcile TRAC / SL
Selection Text: P_P = Posted TRAC Documents
Selection Text: P_PP = Posting Period
Selection Text: P_PPL = Posted TRAC Documents
Selection Text: P_PY = Fiscal Year
Selection Text: P_R = Reversed TRAC Documents
Selection Text: P_RPL = Reversed TRAC Documents
Selection Text: P_S = Documents in SL
Selection Text: P_SL_TGR = SL Table Group
Selection Text: P_VA = Valuation Area
Selection Text: SO_SAKNR = Balance Sheet Accounts
Title: Utility Program: Reconcile TRL - TRAC - FI / SL
Text Symbol: 137 = End of Reconciliation
Text Symbol: 136 = Difference Between SL Document and TRAC Document
Text Symbol: 135 = Account
Text Symbol: 134 = Overall Difference in Valuation Currency:
Text Symbol: 133 = Difference in Valuation Currency:
Text Symbol: 132 = Number of Line Items in SL Reversal Document:
Text Symbol: 131 = Difference Between TRAC Document and SL Reversal Document
Text Symbol: 130 = Difference Between TRAC Document and SL Document
Text Symbol: 129 = Number of Line Items in SL Document:
Text Symbol: 128 = Number of Line Items in TRAC Document:
Text Symbol: 127 = Segment Text:
Text Symbol: 001 = Reconcile TRAC / SL
Text Symbol: 002 = Reconcile TRAC / TRL
Text Symbol: 101 = Reconcile Reversed TRAC Documents and SL Documents
Text Symbol: 102 = Reconcile Posted TRAC Documents and SL Documents
Text Symbol: 103 = SL Documents for Which No TRAC Documents Exist
Text Symbol: 104 = Reconcile Reversed TRAC Documents with TRL Business Transactions
Text Symbol: 105 = Reconcile Posted TRAC Documents with TRL Business Transactions
Text Symbol: 110 = Business Transaction Category
Text Symbol: 111 = Business Transaction ID
Text Symbol: 112 = ID Number:
Text Symbol: 113 = Securities Account:
Text Symbol: 114 = Loans:
Text Symbol: 115 = Balance of Line Items in TRAC Document in Valuation Crcy:





Text Symbol: 116 = Balance of Flows in TRL Business Transaction in Valuation Crcy:
Text Symbol: 117 = Number of Position Line Items in TRAC Document:
Text Symbol: 118 = Number of Flows in TRL Business Transaction:
Text Symbol: 119 = Valuation Area:
Text Symbol: 120 = Accounting Code:
Text Symbol: 121 = Fiscal Year:
Text Symbol: 122 = Posting Period:
Text Symbol: 123 = AWREF:
Text Symbol: 124 = AWORG:
Text Symbol: 125 = SL Document No.
Text Symbol: 126 = Product Category


INCLUDES used within this REPORT RTPM_TRAC_CHECK

No INCLUDES are used within this REPORT code!


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_TRAC_CHECK or its description.