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

Scan a string in table

Former Member
0 Likes
1,362

Hi All,

Is there a way to search for a string in all Z tables?

The String i am searching is '0268' which is a profit center.

I tried to use a program TABLE_SCANNER, but it is dumping with error "Control Framework: Fatal error - GUI cannot be reached".

Regards,

Robin

3 REPLIES 3
Read only

Former Member
0 Likes
760

I tried to use a program TABLE_SCANNER, but it is dumping with error "Control Framework: Fatal error - GUI cannot be reached".

Hi Robin,

with regards to this problem I recommend to open a ticket for SAP.

Best regards,

Andreas

Read only

Former Member
0 Likes
760

Sounds like executed in background and tried to display on a screen....try in foreground, if this is the case.

Read only

Former Member
0 Likes
760

This could turn out to be an interesting and challenging exercise.

As Breakpoint has pointed out, if you can restict the selection criteria, you may be able to run it in the foreground.

But if it continues to dumo, you have to realize that this is producing an ALV grid report uxing a splitter container which can only be run in the foreground because it needs the GUI. But you can make a Z copy of the program and change it to use a docking container rather than a splitter container.

About a month ago, I saw something in SCN that gave an example of this.

Rob

(changed incorrect attribution)

Edited by: Rob Burbank on Aug 25, 2010 9:58 AM