SAP Reports / Programs

RPUDAQ9S_CONV SAP ABAP Report - Convert (DAQ) TemSe File







RPUDAQ9S_CONV 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 RPUDAQ9S_CONV into the relevant SAP transactions such as SE38 or SE80


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 RPUDAQ9S_CONV. "Basic submit
SUBMIT RPUDAQ9S_CONV AND RETURN. "Return to original report after report execution complete
SUBMIT RPUDAQ9S_CONV 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: SO_DNAME = Temse Name
Selection Text: P_TEST = Test Mode
Selection Text: P_MOLGA = Molga
Selection Text: P_CONV1 = To System Code Page
Selection Text: P_APPL = Application
Title: Convert (DAQ) TemSe File
Text Symbol: 019 = Test mode execution
Text Symbol: 018 = Conversion Log
Text Symbol: 016 = No TemSe object matched selection
Text Symbol: 015 = Conversion Settings
Text Symbol: 014 = Execution only supported on Unicode systems
Text Symbol: 013 = No valid DAQ section could be derived from Temse line
Text Symbol: 012 = No conversion necessary
Text Symbol: 011 = OK
Text Symbol: 010 = Code page could not be determined from table TST01 (check Temse name)
Text Symbol: 009 = Temse could not be closed
Text Symbol: 008 = Temse could not be read
Text Symbol: 007 = Temse object could not be saved
Text Symbol: 006 = Code page conversion failed
Text Symbol: 005 = Temse could not be opened
Text Symbol: 004 = Could not create DAQ object (check input parameters)
Text Symbol: 003 = Temse type could not be found in table T52B5
Text Symbol: 002 = DAQ Form
Text Symbol: 001 = Temse Object


INCLUDES used within this REPORT RPUDAQ9S_CONV

No INCLUDES are used within this REPORT code!


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:

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'TE_CNV' i_structure_name = 'HR99S_CONV_LOG'.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-018 I_ICON = ICON_DISPLAY_TEXT I_CATEG_ID = 'TE_CNV' IMPORTING E_NODE_KEY = mv_log_key.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = mv_log_key i_row_data = ls_log.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY'.



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