SAP Reports / Programs | Financials | Financial Supply Chain Management | Back Office(FIN-FSCM-TRM-TM-BO) SAP FIN

RTPM_TRS_RECON_DISPLAY SAP ABAP Report - External Securities Account Statements: Display







RTPM_TRS_RECON_DISPLAY 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_TRS_RECON_DISPLAY 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

RECON1 - Process Ext. Sec. Acct Statements


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_TRS_RECON_DISPLAY. "Basic submit
SUBMIT RTPM_TRS_RECON_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRS_RECON_DISPLAY 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_VARGRD = Display variant positions
Selection Text: P_VARTRE = Layout tree
Selection Text: S_BUKRS = D .
Selection Text: S_DBEAR = Last edited on
Selection Text: S_DCAT = D .
Selection Text: S_DERF = Created On
Selection Text: S_EXREF1 = D .
Selection Text: S_EXREF2 = D .
Selection Text: S_GROUP = D .
Selection Text: S_NUMBER = D .
Selection Text: S_POSDAT = Key Date
Selection Text: S_POSDT2 = Key Date
Selection Text: S_RBEAR = D .
Selection Text: S_RERF = D .
Selection Text: S_RLDEPO = D .
Selection Text: S_STATUS = D .
Title: External Securities Account Statements: Display
Text Symbol: B00 = Output control
Text Symbol: C00 = General selections
Text Symbol: D00 = External references
Text Symbol: E00 = User Data


INCLUDES used within this REPORT RTPM_TRS_RECON_DISPLAY

INCLUDE ITPM_TRS_RECON_CON1.
INCLUDE ITPM_TRS_RECON_SEL_OPTIONS.
INCLUDE ITPM_TRS_RECON_F4_VALUE_REQ.


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_TRS_VARIANT_VALUES CALL FUNCTION 'TPM_TRS_VARIANT_VALUES' EXPORTING im_alv_variant = alvtreevariant im_save = con_alv_save CHANGING ch_variant_value = p_vartre.

TPM_TRS_VARIANT_CHECK CALL FUNCTION 'TPM_TRS_VARIANT_CHECK' EXPORTING im_variant_value = p_vartre im_save = con_alv_save im_alv_repid = con_alv_repid CHANGING ch_variant = alvtreevariant.

TPM_TRS_VARIANT_VALUES CALL FUNCTION 'TPM_TRS_VARIANT_VALUES' EXPORTING im_alv_variant = alvgridvariant im_save = con_alv_save CHANGING ch_variant_value = p_vargrd.

TPM_TRS_VARIANT_CHECK CALL FUNCTION 'TPM_TRS_VARIANT_CHECK' EXPORTING im_variant_value = p_vargrd im_save = con_alv_save im_alv_repid = con_alv_repid CHANGING ch_variant = alvgridvariant.

TPM_TRS_DISPLAY_RECON_ENTS CALL FUNCTION 'TPM_TRS_DISPLAY_RECON_ENTS' EXPORTING im_range_number = it_range_number im_range_bukrs = it_range_bukrs im_range_rldepo = it_range_rldepo im_range_posdat = it_range_posdat im_range_status = it_range_status im_range_group = it_range_group im_range_exref1 = it_range_exref1 im_range_exref2 = it_range_exref2 im_range_derf = it_range_derf im_range_rerf = it_range_rerf im_range_dbear = it_range_dbear im_range_rbear = it_range_rbear im_tree_variant = alvtreevariant im_grid_variant = alvgridvariant.



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