Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Export content from cluster table RSZWOBJ

JurWol
Explorer
0 Likes
535

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

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
425

do an SQL trace (ST05) to see where SAP accesses this table, and what code is used. Then simply copy this code.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
426

do an SQL trace (ST05) to see where SAP accesses this table, and what code is used. Then simply copy this code.

Read only

0 Likes
425

Hey Sandra,

thank you for your help. Your advice has solved the problem.

With best regards,

Jurand