‎2008 Aug 06 4:31 PM
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.
‎2008 Aug 07 6:26 AM
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
‎2008 Aug 06 6:10 PM
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
‎2008 Aug 07 6:26 AM
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
‎2008 Aug 11 11:18 AM
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.
‎2008 Aug 12 6:01 AM
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.