‎2010 May 03 4:53 PM
Hello,
i need the html-cotent of the SAP BW cluster table 'RSZWOBJ'. I've tried this about the ABAP statement
IMPORT FROM DATABASE rszwobj(bm) ID key
but the results wasn' t very succesfully.
The goel is to get the html-coding of the relevant BW-bookmark, to search this bookmark for an specific string, this string should be replaced for an another one. After this action the changed html string have to export to the cluster table 'RSZWOBJ'.
If this procedure possible with the IMPORT-Statment or there are any another possibilities to change the content in the cluster table 'RSZWOBJ'?
With best regards
Jurand
‎2010 May 03 11:01 PM
do an SQL trace (ST05) to see where SAP accesses this table, and what code is used. Then simply copy this code.
‎2010 May 03 11:01 PM
do an SQL trace (ST05) to see where SAP accesses this table, and what code is used. Then simply copy this code.
‎2010 May 04 1:40 PM
Hey Sandra,
thank you for your help. Your advice has solved the problem.
With best regards,
Jurand