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

RTPM_TRAC_DUPLICATE_AWKEY SAP ABAP Report - Report RTPM_TRAC_DUPLICATE_AWKEY







RTPM_TRAC_DUPLICATE_AWKEY 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_DUPLICATE_AWKEY 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_DUPLICATE_AWKEY. "Basic submit
SUBMIT RTPM_TRAC_DUPLICATE_AWKEY AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRAC_DUPLICATE_AWKEY 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_AWKEY = D .
Selection Text: P_BUKR = D .
Selection Text: P_POS = Posted BT Analysis
Selection Text: P_POSREV = Posted and Reversed BT Analys.
Selection Text: P_REV = Reversed BT Analysis
Selection Text: P_SINGLE = Correct Individual Document
Selection Text: P_TEST = Test Run
Selection Text: P_VAL = D .
Selection Text: S_CAT = D .
Title: Report RTPM_TRAC_DUPLICATE_AWKEY
Text Symbol: 001 = No inconsistencies exist
Text Symbol: 002 = Affected documents
Text Symbol: 003 = Display documents already reversed twice
Text Symbol: 004 = Specify Company Code
Text Symbol: 005 = Specify Valuation Area
Text Symbol: 006 = Specify Reference Key


INCLUDES used within this REPORT RTPM_TRAC_DUPLICATE_AWKEY

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:

TPM_TRAC_PJ_SELECT_BY_BT_ID CALL FUNCTION 'TPM_TRAC_PJ_SELECT_BY_BT_ID' EXPORTING im_tab_bustransid = g_tab_bustransid im_rng_valuation_area = g_rng_valuation_area IMPORTING ex_tab_accitems = g_tab_item EXCEPTIONS no_posting_items_found = 1 OTHERS = 2.

TPM_TRAC_PJ_DISPLAY CALL FUNCTION 'TPM_TRAC_PJ_DISPLAY' EXPORTING im_title = text-002 CHANGING ch_tab_accitems = g_tab_item.

TPM_TRAC_PJ_DISPLAY CALL FUNCTION 'TPM_TRAC_PJ_DISPLAY' EXPORTING im_title = text-003 CHANGING ch_tab_accitems = g_tab_item.

TPM_TRAC_PJ_DISPLAY CALL FUNCTION 'TPM_TRAC_PJ_DISPLAY' EXPORTING im_title = text-002 CHANGING ch_tab_accitems = g_tab_item.

TPM_TRAC_DB_UPDATE CALL FUNCTION 'TPM_TRAC_DB_UPDATE' IN UPDATE TASK EXPORTING im_mode = tpmco_char_u im_tab_documents = g_tab_document.



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