cancel
Showing results for 
Search instead for 
Did you mean: 

RSR_NET_INTERFACE_II EXCEL Open Workbook

former_member616455
Discoverer
0 Kudos

System A)

I started Bex Analyzer 7.0, save result as workbook, open workbook again -> critical error

SM21 ->X MESSAGE BRAIN 299: RSR_NET_INTERFACE_II Invalid Application Name

System B)

I started Bex Analyzer 7.0, save result as workbook, open workbook again -> works fine

Debugging RSR_NET_INTERFACE_II on both systems shows different coding and handling when step "GET_WORKBOOK_PROPERTIES" happens

System A) RSR_NET_INTERFACE_II changed by SAP 05.08.2016

contains no case "c_cmd_get_workbook_properties" so program use case "others" and produces error message

=>when others.
call function 'RRMS_X_MESSAGE'
exporting
i_program = 'RSR_NET_INTERFACE_II'
i_text = 'Invalid Application Name'

System B) RSR_NET_INTERFACE_II changed by SAP 28.05.2014

coding for case "c_cmd_get_workbook_properties" exists and program work fine

=>when c_cmd_get_workbook_properties.
perform process_get_properties
using i_r_parameter
changing e_output.

Any idea? We are not aware of changing software.


Accepted Solutions (0)

Answers (0)