RTPM_SLD_ASYNC_POST 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_SLD_ASYNC_POST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TPM10 - Fix. post or reverse transactions
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: PA_DIS = Display Business Transactions
Selection Text: PA_PER = Posting Period
Selection Text: PA_POS = Listed Derivatives
Selection Text: PA_RER = TRM Reversal Reason
Selection Text: PA_SEC = Securities
Selection Text: PA_SIM = Test Run
Selection Text: PA_TOF = Trans. to Be Fixed/Posted
Selection Text: PA_TOR = Trans. to Be Reversed
Selection Text: PA_TRL = Selection by TRL Position
Selection Text: SO_ACC = Securities Account
Selection Text: SO_BUK = Company Code
Selection Text: SO_DAT = FI Posting Date
Selection Text: SO_DNR = Transaction
Selection Text: SO_GRP = Securities Account Group
Selection Text: SO_OTC = Transaction
Selection Text: SO_POS = Futures Account
Selection Text: SO_PTF = Portfolio
Selection Text: SO_PTY = Product Type
Selection Text: SO_RAN = ID Number
Selection Text: SO_RAP = ID Number
Selection Text: SO_VAL = Valuation Area
Selection Text: SO_VCL = Valuation Class
Selection Text: PA_DES = Selection by Transaction
Selection Text: PA_DER = Including Derived Bus.Trans.
Selection Text: PA_DEA = OTC Transactions
Selection Text: PA_BUD = Posting Date
Selection Text: PA_BEL = Document Date
Title: Fix, Post or Reverse Transactions
Text Symbol: 010 = VTBFHAPO Is Not Updated
Text Symbol: CMN = General Selections
Text Symbol: CTL = Posting Control
Text Symbol: DEA = OTC Transactions
Text Symbol: DER = Including Derived Business Transactions
Text Symbol: DIS = Display and Select Business Transactions
Text Symbol: DNR = Limit by Transaction Number
Text Symbol: GDD = MM, Forex, OTC Derivatives
Text Symbol: OUT = Output Control
Text Symbol: POS = Listed Derivatives
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRL_SAVE_OPTIONS CALL FUNCTION 'TPM_TRL_SAVE_OPTIONS' EXPORTING i_str_tropt =
.
TPM_SLD_ASYNC_POST_DISPLAY CALL FUNCTION 'TPM_SLD_ASYNC_POST_DISPLAY' EXPORTING im_mode = l_mode im_flg_testrun = pa_sim IMPORTING ex_cancel = l_cancel CHANGING ch_tab_trans_marked = l_tab_trans_marked.
TPM_SLD_ASYNC_POSTING CALL FUNCTION 'TPM_SLD_ASYNC_POSTING' EXPORTING im_protocol_handler = l_p_protocol_handler im_tcode = l_tcode im_flg_testrun = l_flg_simu im_tab_transaction = l_tab_trans_cl im_company_code = l_wa_trans_marked-company_code im_product_group = l_wa_trans_marked-product_group im_fi_posting_date = l_wa_trans_marked-fi_post_date im_fi_posting_period = l_wa_trans_marked-fi_post_period im_fi_reversal_date = l_wa_trans_marked-fi_rev_date im_fi_reversal_period = l_wa_trans_marked-fi_rev_period im_reversal_reason = pa_rer im_document_date = l_wa_trans_marked-document_date EXCEPTIONS failed = 1.
TPM_SLD_ASYNC_POST_DISPLAY CALL FUNCTION 'TPM_SLD_ASYNC_POST_DISPLAY' EXPORTING im_mode = l_mode im_flg_testrun = pa_sim im_protocol_handler = l_p_protocol_handler CHANGING ch_tab_trans_marked = l_tab_trans_marked.
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_SLD_ASYNC_POST - Fix, Post or Reverse Transactions RTPM_SLD_ASYNC_POST - Fix, Post or Reverse Transactions RTPM_REVERSE_VAL_CLASS_TRANS - Reversal: Valuation Class Transfer RTPM_REVERSE_VAL_CLASS_TRANS - Reversal: Valuation Class Transfer RTPM_REPAIR_RIGHTS01_BUILD_F01 - RTPMREPAIRRIGHTS01BUILDF01 RTPM_REPAIR_RIGHTS01 - Report RTPM_REPAIR_RIGHTS01