RGJV_RFUMS_DME_FORMS is a standard ABAP INCLUDE 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 RGJV_RFUMS_DME_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = par_trty i_tree_id = par_trid item = ls_dme_item param = ls_dme_parameters TABLES file_output = lt_dme_file sort_fields = lt_dme_sortfields.
TAX_REP_SORT_DMEE_TABLE CALL FUNCTION 'TAX_REP_SORT_DMEE_TABLE' TABLES t_item = lt_tax_item t_dme_sortfields = lt_dme_sortfields.
DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = ls_dme_item param = ls_dme_parameters TABLES file_output = lt_dme_file.
DMEE_END CALL FUNCTION 'DMEE_END' EXPORTING param = ls_dme_parameters TABLES file_output = lt_dme_file.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = par_file EXCEPTIONS OTHERS = 1.
FI_PAYM_FILE_OPEN CALL FUNCTION 'FI_PAYM_FILE_OPEN' EXPORTING i_temse_name = par_tems i_file_name = l_file_name.
FI_PAYM_FILE_WRITE CALL FUNCTION 'FI_PAYM_FILE_WRITE' TABLES t_lines = ut_file.
FI_FILE_CLOSE CALL FUNCTION 'FI_FILE_CLOSE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGJV_RFUMS_DME_FORMS - RGJVRFUMSDMEFORMS RGJV_RFUMS_DATA - RGJVRFUMSDATA RGJV_RFUMS_ALV_FORMS - Include: Forms for the ALV Output in Report RFUMSV00 RGJV_PRODPER_FIX - Template for Program to fix production Period inf. on JV line items RGJV_PRODPER_FIX - Template for Program to fix production Period inf. on JV line items RGJV_NEWGL - Include RGJV_NEWGL