TRS_QUANTITY_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 TRS_QUANTITY_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
TPM40A - Display SecAcct Class Position List
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_DATE = D .
Selection Text: P_NOZERO = D .
Selection Text: SO_BUK = D .
Selection Text: SO_DEP = D .
Selection Text: SO_DTY = D .
Selection Text: SO_SID = D .
Selection Text: SO_STY = D .
Title: Display Securities Account Class Position List
Text Symbol: CRL = Control Data
Text Symbol: DIF = Accrual/Deferral
Text Symbol: NOZ = No Zero Positions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SEC_ACC_RANGE_MERGE CALL FUNCTION 'SEC_ACC_RANGE_MERGE' EXPORTING im_ra_bukrs = so_buk[] im_ra_sec_acc = so_dep[] im_ra_sec_acc_type = so_dty[] IMPORTING ex_ra_sec_acc = so_dep[].
SEC_ID_RANGE_MERGE CALL FUNCTION 'SEC_ID_RANGE_MERGE' EXPORTING im_ra_sec_id = so_sid[] im_ra_prod_type = so_sty[] IMPORTING ex_ra_sec_id = so_sid[].
TPM_TRS_CFD_POSITION_DISPLAY CALL FUNCTION 'TPM_TRS_CFD_POSITION_DISPLAY' EXPORTING im_tab_position = g_tab_positions EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TRS_QUANTITY_DISPLAY - Display Securities Account Class Position List TRS_QUANTITY_DISPLAY - Display Securities Account Class Position List TRS_QUANTITY_4_CC_SI - Display Class Position List TRS_QUANTITY_4_CC_SI - Display Class Position List TRS_QUANTITY_4_CC_SA - Display Securities Account Position List TRS_QUANTITY_4_CC_SA - Display Securities Account Position List