SAP Reports / Programs

RTPM_SLD_ASYNC_POST SAP ABAP Report - Fix, Post or Reverse Transactions







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TPM10 - Fix. post or reverse transactions


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_SLD_ASYNC_POST. "Basic submit
SUBMIT RTPM_SLD_ASYNC_POST AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_SLD_ASYNC_POST 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: 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





Text Symbol: PRD = Product Groups
Text Symbol: SEC = Securities
Text Symbol: TOF = Business Transaction to Be Fixed/Posted
Text Symbol: TOR = Bus.Transactions to Be Reversed
Text Symbol: TRA = Limiting of Bus. Transactions
Text Symbol: TRP = Limiting by Subledger Positions


INCLUDES used within this REPORT RTPM_SLD_ASYNC_POST

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_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.



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