SAP Reports / Programs

RFPMVM02 SAP ABAP Report - Position List of Traded Options and Futures







RFPMVM02 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 RFPMVM02 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

PMOF - Position List: Listed Options/Fut.


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 RFPMVM02. "Basic submit
SUBMIT RFPMVM02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFPMVM02 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: S_RANL = ID number
Selection Text: S_GSART = Product type
Selection Text: S_DEPOT = Securities account
Selection Text: S_BUKRS = Company code
Selection Text: P_STICHT = Key date
Title: Position List of Traded Options and Futures
Text Symbol: G07 = Acquis. value
Text Symbol: G08 = Bk value
Text Symbol: G09 = Total acquisition value per CoCd:
Text Symbol: G10 = Tot.acq.val.per sec.acct:
Text Symbol: G11 = Total acq.value per ID no.:
Text Symbol: G12 = Short
Text Symbol: G01 = Company code
Text Symbol: G02 = SecAc
Text Symbol: G03 = ID number
Text Symbol: G04 = Total units
Text Symbol: G05 = Rmng unit
Text Symbol: G06 = Crcy
Text Symbol: G13 = Long
Text Symbol: G14 = Transaction
Text Symbol: G15 = LS
Text Symbol: G16 = Val.date
Text Symbol: HB1 = Position list on key date
Text Symbol: P02 = Parameters
Text Symbol: S01 = General selections


INCLUDES used within this REPORT RFPMVM02

INCLUDE RFPMCONS.


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:

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'SELECTION' EXCEPTIONS OTHERS = 0.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'WORK' EXCEPTIONS OTHERS = 0.

FPM_DP_OPEN_POSITIONS CALL FUNCTION 'FPM_DP_OPEN_POSITIONS' EXPORTING i_r_bukrs = r_bukrs i_r_depot = r_depot i_r_ranl = r_ranl i_stichtag = p_sticht i_r_sgsart = r_sgsart IMPORTING e_tab_vama = l_tab_vama e_tab_messages = l_tab_messages EXCEPTIONS OTHERS = 1.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'OUTPUT' EXCEPTIONS OTHERS = 0.

FPM_DP_VM_WRITE_MESSAGES CALL FUNCTION 'FPM_DP_VM_WRITE_MESSAGES' EXPORTING i_tab_messages = l_tab_messages i_header = flg_seitenkopf.

TB_DEAL_MAINTAIN_OBJNR CALL FUNCTION 'TB_DEAL_MAINTAIN_OBJNR' EXPORTING i_objnr = h_objnr * I_TRANSACTIONTYPE = '1' EXCEPTIONS objnr = 1 deal = 2 call_not_possible = 3 OTHERS = 4 .

TB_DEAL_KEY_GET_FROM_OBJNR CALL FUNCTION 'TB_DEAL_KEY_GET_FROM_OBJNR' EXPORTING i_objnr = p_wa_tab_vama_lot_objnr IMPORTING * E_BUKRS = e_rfha = l_deal * E_RANL = * E_NORDER = EXCEPTIONS objnr = 1 OTHERS = 2 .



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