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

string search -append itab

Former Member
0 Likes
385

Hi,

I have following strings in internal table and I want pull out everytime only 25 character string after 'BOOKMARK_ID=' and

show the output.

BOOKMARK ID is not a constant place it may vary from string to string

<bsp_protcl>://<bsp_server>/sap/bw/BEx?BOOKMARK_ID=47BKRMJ7YSCCNIIDFQKKLPMDO&VARIABLE_SCREEN=X

<bsp_protcl>://<bsp_server>/sap/bw/BEx?BOOKMARK_ID=48DXB0N6ZWJCCQJQ9OT4OVNV0&VARIABLE_SCREEN=

<bsp_protcl>://<bsp_server>/sap/bw/BEx?BOOKMARK_ID=4BHCYLWVUUCZZRU5XKQ5572Q4&VARIABLE_SCREEN=

http://tsdfsdf.net:1080/sap/bw/bex?SAP-LANGUAGE=E&BOOKMARK_ID=3Q6SLRRLEJF543WLWV4ESAFLK

Any ideas?

Praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
360

Why not try coding this yourself and get back to the forum if you have specific problems.

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
361

Why not try coding this yourself and get back to the forum if you have specific problems.

Rob

Read only

Former Member
0 Likes
360

Try this function module

SWA_STRING_SPLIT