RFPM_DEDOC_FLOW_JOURNAL 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 RFPM_DEDOC_FLOW_JOURNAL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PMJR - Derivatives Document Journal
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: S_USER = User
Selection Text: S_TRBUD = TR posting date
Selection Text: S_RLOT = Single position
Selection Text: S_RLDEPO = Securities account
Selection Text: S_REFKON = Account assignment reference
Selection Text: S_RANL = ID number
Selection Text: S_DOCINT = Internal document number
Selection Text: S_DOCEXT = External document number
Selection Text: S_CHANGE = Date
Selection Text: S_BUKRS = Company code
Selection Text: P_VAR = Layout
Selection Text: P_REVERS = Reversed in TR
Selection Text: P_POST = Posted in TR
Selection Text: P_BLOCK = Blocked for posting in TR
Title: Derivatives Document: Document Journal with Flows
Text Symbol: 005 = Output control
Text Symbol: 004 = Treasury posting status
Text Symbol: 003 = Posting data
Text Symbol: 002 = Entered/last changed by
Text Symbol: 001 = General selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRG_OBSOLETE_TRANSACTIONS CALL FUNCTION 'TPM_TRG_OBSOLETE_TRANSACTIONS' EXPORTING im_old_transaction = 'PMJR' im_new_transaction = 'TPM12'.
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'SELECTION' EXCEPTIONS OTHERS = 0.
FPM_DEDOC_DISPLAY_FLOW_LIST CALL FUNCTION 'FPM_DEDOC_DISPLAY_FLOW_LIST' EXPORTING I_R_COMPANY_CODE = S_BUKRS[] I_R_SECURITY_ID = S_RANL[] I_R_SECURITY_ACCOUNT = S_RLDEPO[] I_R_LOT = S_RLOT[] I_R_RDOCNRINT = S_DOCINT[] I_R_RDOCNREXT = S_DOCEXT[] I_R_TRPOSTINGDATE = S_TRBUD[] * I_R_OBJECT_NUMBER = I_R_RREFKONT = S_REFKON[] I_R_LAST_CHANGE = S_CHANGE[] I_R_LAST_USER = S_USER[] I_FLG_BLOCKED_DOCUMENTS = G_STATE_BLOCKED I_FLG_POSTED_DOCUMENTS = G_STATE_POSTED I_FLG_REVERSED_DOCUMENTS = G_STATE_REVERSED I_VARIANT = G_VARIANT EXCEPTIONS DOCUMENT_INCONSISTENT = 1 OTHERS = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_CON_ALV_SAVE CHANGING CS_VARIANT = H_VARIANT.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_CON_ALV_SAVE CHANGING CS_VARIANT = H_VARIANT EXCEPTIONS NOT_FOUND = 1.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = U_VARIANT * i_tabname_header = alv_name_thead * i_tabname_item = alv_name_titem * it_default_fieldcat = I_SAVE = G_CON_ALV_SAVE IMPORTING E_EXIT = H_EXIT ES_VARIANT = H_VARIANT EXCEPTIONS NOT_FOUND = 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.
RFPM_DEDOC_FLOW_JOURNAL - Derivatives Document: Document Journal with Flows RFPM_DEDOC_FLOW_JOURNAL - Derivatives Document: Document Journal with Flows RFPM_CUST_CHECKO0100 - RFPMCUSTCHECKO0100 RFPM_CUST_CHECKI0100 - RFPMCUSTCHECKI0100 RFPM_CUST_CHECKF01 - RFPMCUSTCHECKF01 RFPM_CUST_CHECK - Securities: Customizing Check Report