RTPM_TRS_RECON_DISPLAY_EXT 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_EXT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RECON4 - Process Ext. Sec. Acct Statements
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_VARGRD = Layout Positions
Selection Text: P_VARTRE = Layout Tree
Selection Text: S_DBEAR = Last edited on
Selection Text: S_DERF = Created On
Selection Text: S_POSDAT = Key Date
Selection Text: S_SWIFT = Securities Account ID
Selection Text: S_BUKRS = D .
Selection Text: S_DCAT = D .
Selection Text: S_EXREF1 = D .
Selection Text: S_EXREF2 = D .
Selection Text: S_GROUP = D .
Selection Text: S_NUMBER = D .
Selection Text: S_RBEAR = D .
Selection Text: S_RERF = 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
INCLUDE ITPM_TRS_RECON_CON1.
INCLUDE ITPM_TRS_RECON_SEL_OPTIONS_EXT.
INCLUDE ITPM_TRS_RECON_F4_VALUE_REQ.
No SAP DATABASE tables are accessed within this REPORT code!
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_EXT_SEC_ACC CALL FUNCTION 'TPM_TRS_DISPLAY_EXT_SEC_ACC' EXPORTING im_tab_ext_sec_acc_no = l_tab_ext_sec_acc_no * IM_EXPAND_NODES = ' ' * IM_NO_SELECTION = ' ' * IM_CHECK_WARNINGS = ' ' IMPORTING ex_ext_sec_acc_no = s_swift-low.
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_ext_sec_acc_no = it_range_extsecacc_no im_range_posdat = it_range_posdat im_range_date_cat = it_range_date_cat 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 im_flg_ext_sec_acc_no = 'X'.
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_TRS_RECON_DISPLAY_EXT - External Securities Account Statements: Display RTPM_TRS_RECON_DISPLAY_EXT - External Securities Account Statements: Display RTPM_TRS_RECON_DISPLAY - External Securities Account Statements: Display RTPM_TRS_RECON_DISPLAY - External Securities Account Statements: Display RTPM_TRS_RECON_DELETE_EXT - Delete External Security Account Statements RTPM_TRS_RECON_DELETE_EXT - Delete External Security Account Statements