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
648

Hi all,

am facing a typical problem, can anybody suggest solution to it......

I have a filed like FKART i my Z-table, having data element and domain and search help as it is in the standard table VBRK.

problem is if i refere my z-table filed FKART from my z-program, then am not getting the F4 help in integration sysyem, but F4 help is comming in the development as well as in pre-production sysyem.

please suggest any solution....

thx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

Use the match code object for the parameter in your program.

or

At the data element level their is a tab with further charecteristics specify the search help name in the further charecteristics of that table .

Thanks

Krishna Bommisetty.

Edited by: Krishna Bommisetty on Aug 7, 2008 7:27 AM

4 REPLIES 4
Read only

Former Member
0 Likes
586

Hi,

Try this

Attach the search help to the field in the Z - program using matchcode statement in the selection screen even though the field has the search help in the Ztable

Also check whether the search help attached to field exists in the integration system.

Thanks,

Muthu

Read only

Former Member
0 Likes
587

Use the match code object for the parameter in your program.

or

At the data element level their is a tab with further charecteristics specify the search help name in the further charecteristics of that table .

Thanks

Krishna Bommisetty.

Edited by: Krishna Bommisetty on Aug 7, 2008 7:27 AM

Read only

Former Member
0 Likes
586

Hi,

The problem is due to the previously attached Standard Search help with the Domain of your Table -Field.

This can be solved by creating a search help of your own and then attaching it to the Field present in your table.

1. Go to SE11 and create a the Search Help for the field.

2. Attach it to the field inside your table.

Regards.

Amit Bisht.

Read only

Former Member
0 Likes
586

Hi,

Goto SE11 and create match code for the FIeld. And the explicitily mention that in that select option.

e.g:

SELECT-OPTIONS : s_coprc FOR g_coprc MATCHCODE OBJECT zfi_tfk070b_copr

Regards,

Prashant.