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

SEARCH HELP

Former Member
0 Likes
385

Hello ,

I created a search help for a field and given the ZTABLE that contains the field as selection method, when am trying to transport it to test environment its failing and giving error as ZTABLE is not an database table and can't be given as selection method. please let me know how to handle this problem.

Thanks in advance .

Sravan

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
367

Hello Sravan

If the object used as selection method were already wrong on the development system you should have got the same error. Thus, I assume that you have not yet transported your ZTABLE to the test system.

Regards

Uwe

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
368

Hello Sravan

If the object used as selection method were already wrong on the development system you should have got the same error. Thus, I assume that you have not yet transported your ZTABLE to the test system.

Regards

Uwe

Read only

Former Member
0 Likes
367

Hi sravan,

If your search help is working on development server then it should work fine in the QA server as well.

As per my thinking you forgot to <b>transport</b> the <b>ZTABLE</b> from <b>Dev to QA.</b>

You have to transport all related objects to QA system through same request.

Hope it will help you.

<b>Reward if it is useful</b>

Thanks & Regards

ilesh

Read only

0 Likes
367

Thanks for ur help ur right.