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

How do I provide matchcode (F4)

Former Member
0 Likes
528

Hi,

How do I provide matchcode (F4) for GuiXT created fields?

Thanks,

Govindappa.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
436

Hi,

You need an ABAP program (ZGUIXTF4) which has to be installed in your R/3 system. The ZGUIXTF4.txt file is copied in the installation directory when installing GuiXT. You have to assign a transaction code ZXF4 to this program. Please refer to documentation -> special topics -> Value help and matchcode for your own inputfields / Lokale Wertehilfe und Matchcode für eigene Eingabefelder / Aide de valeurs et matchcode pour vos propres champs de saisie.

Now, for any GuiXT field, you can specify the actual technical name (in the form Table-Field) when specifying an input field.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Hi,

How do I provide matchcode (F4) for GuiXT created fields?

Thanks,

Govindappa.

2 REPLIES 2
Read only

Former Member
0 Likes
436

select-options:

so-test for <tablename>-<fieldname> MATCHCODE OBJECT <search_helpname>

Read only

Former Member
0 Likes
437

Hi,

You need an ABAP program (ZGUIXTF4) which has to be installed in your R/3 system. The ZGUIXTF4.txt file is copied in the installation directory when installing GuiXT. You have to assign a transaction code ZXF4 to this program. Please refer to documentation -> special topics -> Value help and matchcode for your own inputfields / Lokale Wertehilfe und Matchcode für eigene Eingabefelder / Aide de valeurs et matchcode pour vos propres champs de saisie.

Now, for any GuiXT field, you can specify the actual technical name (in the form Table-Field) when specifying an input field.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.