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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTPM_TRAC_DUPLICATE_AWKEY - Report RTPM_TRAC_DUPLICATE_AWKEY RTPM_TRAC_DUPLICATE_AWKEY - Report RTPM_TRAC_DUPLICATE_AWKEY RTPM_TRAC_DFTACCREP_TOP - RTPMTRACDFTACCREPTOP RTPM_TRAC_DFTACCREP_PBO - Include RTPM_TRAC_DFTACCREP_PBO RTPM_TRAC_DFTACCREP_PAI - RTPMTRACDFTACCREPPAI RTPM_TRAC_DFTACCREP_HELP - RTPMTRACDFTACCREPHELP