RTPM_TRF_POSITIONS_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_TRF_POSITIONS_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TPM9 - Pos. List-Class Pos. in Futures Acct
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_BROKAC = D .
Selection Text: P_BROKER = Broker
Selection Text: P_DATE = Key Date
Selection Text: P_NOZRO = No Zero Positions
Selection Text: P_POS = Display positions
Selection Text: P_VALAR = Valuation Area for Attributes
Selection Text: P_VAR = D .
Selection Text: SO_ACCNO = Futures Account Number
Selection Text: SO_BRACC = Broker / Future Account Number
Selection Text: SO_BUKRS = D .
Selection Text: SO_PACC = D .
Selection Text: SO_PRDTY = D .
Selection Text: SO_RANL = D .
Title: Display Class Positions in Futures Account
Text Symbol: 001 = General Selections
Text Symbol: 002 = Parameters for Position Determination
Text Symbol: 003 = Broker
Text Symbol: 004 = Output Control
Text Symbol: RPA = Additional Attributes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TLV_VARIANT_VALUES CALL FUNCTION 'TPM_TLV_VARIANT_VALUES' EXPORTING im_alv_variant = ls_variant im_save = 'A' CHANGING ch_variant_value = p_var.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' CHANGING cs_variant = ls_variant.
SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING program = sy-cprog TABLES seltexts = l_tab_sel_text[] EXCEPTIONS program_not_found = 1 program_cannot_be_generated = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BROKER' "'broker_future_account' dynpprog = sy-repid window_title = text-003 dynpnr = sy-dynnr dynprofield = 'P_BROKER' value_org = 'S' callback_program = sy-repid TABLES value_tab = lt_broker return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpread.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BROKAC' "'broker_future_account' dynpprog = sy-repid * window_title = dynpnr = sy-dynnr dynprofield = 'P_BROKAC' value_org = 'S' callback_program = sy-repid TABLES value_tab = lt_brokac EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
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_TRF_POSITIONS_DISPLAY - Display Class Positions in Futures Account RTPM_TRF_POSITIONS_DISPLAY - Display Class Positions in Futures Account RTPM_TRF_MATCHING_LIST - Matching Overview with Reversal Function RTPM_TRF_MATCHING_LIST - Matching Overview with Reversal Function RTPM_TRF_MATCHING - Matching for Futures/Options RTPM_TRF_MATCHING - Matching for Futures/Options