SAP Reports / Programs

RTPM_TRF_POSITIONS_DISPLAY SAP ABAP Report - Display Class Positions in Futures Account







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


Transaction Code(s):

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

TPM9 - Pos. List-Class Pos. in Futures Acct


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_TRF_POSITIONS_DISPLAY. "Basic submit
SUBMIT RTPM_TRF_POSITIONS_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRF_POSITIONS_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_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


INCLUDES used within this REPORT RTPM_TRF_POSITIONS_DISPLAY

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



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