RTPM_TRAC_POSTING_JOURNAL 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_POSTING_JOURNAL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TPM20 - Posting Journal
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: SO_EACUR = Currency
Selection Text: SO_EADEA = External Account
Selection Text: SO_EXTAC = External Account (Pos)
Selection Text: SO_FAC = D .
Selection Text: SO_FCBKS = D .
Selection Text: SO_FINPR = D .
Selection Text: SO_FLGSH = D .
Selection Text: SO_FUND = D .
Selection Text: SO_GRANT = D .
Selection Text: SO_HKONT = D .
Selection Text: SO_INREF = D .
Selection Text: SO_KONTR = D .
Selection Text: SO_KUNNR = D .
Selection Text: SO_LOANR = D .
Selection Text: SO_MAAGR = D .
Selection Text: SO_OTCNR = D .
Selection Text: SO_PDATE = D .
Selection Text: SO_PFOTC = D .
Selection Text: SO_POCAT = D .
Selection Text: SO_PORTF = D .
Selection Text: SO_POSAC = D .
Selection Text: SO_PPERI = D .
Selection Text: SO_PT = D .
Selection Text: SO_PYEAR = D .
Selection Text: SO_RANL = D .
Selection Text: SO_RANLP = D .
Selection Text: SO_RDATE = Reversal Date
Selection Text: SO_RPERI = Reversal Period
Selection Text: SO_SECAC = D .
Selection Text: SO_TID = D .
Selection Text: SO_TTYPE = D .
Selection Text: SO_UDATE = D .
Selection Text: SO_UNAME = D .
Selection Text: SO_VAREA = D .
Selection Text: SO_VCLS = D .
Selection Text: SO_VORG = D .
Selection Text: X_POST = Posted Business Transactions
Selection Text: X_REVE = Reversed Business Transactions
INCLUDE ITPM_POSITION_SELECTION.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = lalvvariant EXCEPTIONS OTHERS = 4.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = lalvvariant EXCEPTIONS OTHERS = 4.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = lalvvariant EXCEPTIONS OTHERS = 4.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = lalvvariant EXCEPTIONS OTHERS = 4.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = lalvvariant EXCEPTIONS OTHERS = 4.
TPM_TLV_VARIANT_VALUES CALL FUNCTION 'TPM_TLV_VARIANT_VALUES' EXPORTING im_alv_variant = lalvvariant im_save = 'A' CHANGING ch_variant_value = p_var.
TPM_TLV_VARIANT_CHECK CALL FUNCTION 'TPM_TLV_VARIANT_CHECK' EXPORTING im_variant_value = l_variant im_save = 'A' im_alv_repid = 'SAPLTPM_TRAC_POSTING_JOURNAL' CHANGING ch_variant = lalvvariant.
FTR_GDPDU_CHECK_DATES CALL FUNCTION 'FTR_GDPDU_CHECK_DATES' EXPORTING im_rng_company_code = so_bukrs[] IMPORTING ex_flg_tax_auditor = g_flg_tax_auditor CHANGING ch_rng_date = so_pdate[] EXCEPTIONS no_authority = 1 wrong_input = 2 OTHERS = 3.
TPM_TRL_SAVE_OPTIONS CALL FUNCTION 'TPM_TRL_SAVE_OPTIONS' EXPORTING i_str_tropt =
.
FTR_GDPDU_ACTIONLOG CALL FUNCTION 'FTR_GDPDU_ACTIONLOG'.
TPM_TRAC_PJ_SELECT CALL FUNCTION 'TPM_TRAC_PJ_SELECT' EXPORTING im_diff_ranges = lsdiffvalues im_diff_excludes = lsexcludes im_user_data = lsuserdata im_posting_data_cfm = lspostcfm im_posting_data_fi = lspostfi im_include_posted = x_post im_include_reversed = x_reve im_pos_attrib_sel = g_pos_attrib_selection IMPORTING ex_tab_accitems = ltaccitems.
TPM_TRAC_PJ_DISPLAY CALL FUNCTION 'TPM_TRAC_PJ_DISPLAY' EXPORTING im_alv_variant = lalvvariant im_simple_list = p_list CHANGING ch_tab_accitems = ltaccitems.
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_POSTING_JOURNAL or its description.
RTPM_TRAC_POSTING_JOURNAL - Posting Journal RTPM_TRAC_POSTING_JOURNAL - Posting Journal RTPM_TRAC_MIGRATE_REVDATA - Conversion of Reversal Dates (Date, Period, Year) and Document Date RTPM_TRAC_MIGRATE_REVDATA - Conversion of Reversal Dates (Date, Period, Year) and Document Date RTPM_TRAC_MANIPULATE - Utility Program: Manipulation of Data in the Posting Interface RTPM_TRAC_MANIPULATE - Utility Program: Manipulation of Data in the Posting Interface