RPUTMSF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to upload the EDI file for your N4DS...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPUTMSF0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M06_RPUTMSF0 - N4DS: Download Temse File to XML
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: R_ANZHL = Processing block (lines)
Selection Text: R_APPL = Form type
Selection Text: R_FILE = Name of file for up/download
Selection Text: R_PATH = Directory
Selection Text: R_TEMSE = TemSe object
Title: Upload EDI file from N4DS
Text Symbol: T10 = TemSe file
Text Symbol: T40 = File Name Driver
Text Symbol: T70 = Misc.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_POPUP_TO_GET_MOLGA CALL FUNCTION 'RP_POPUP_TO_GET_MOLGA' IMPORTING answer = answer molga = g_molga.
RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = p_lines parts1by1 = 'X' IMPORTING alldata = p_all_data TABLES datatab = lt_tab_raw EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.
RSTS_READ CALL FUNCTION 'RSTS_READ' IMPORTING alldata = lv_alldata TABLES datatab = tab_raw EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.