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

F4 help for LGTYP problem

Former Member
0 Likes
1,253

Hi,

my issue is that I have problems using H_T301 as F4 help for PKHD-LGTYP in my wizard.

Background:

If u create a new control cycle in LPK1, LGNUM is already filled because of customizing. Now, if I use F4 help for LGTYP in tcode LPK1, there comes a popup with LGTYP and its descriptions.

If u select an entry, it selects LGTYP.

So, I integrated this F4 help in my wizard BUT if I use it, it show me at first colum LGNUM and at second column LGTYP and at third column Description.

And if I select an entry it selects LGNUM and NOT LGTYP. But I need LGTYP!!

Any help will be appreciated!

Greetz

Zaya

Edited by: Tuncay Zaya on Sep 23, 2009 2:34 PM

7 REPLIES 7
Read only

Former Member
0 Likes
1,090

Hi Zaya,

Use this Search help.

H_T300

Regards,

Vijay

Read only

0 Likes
1,090

Hi Vijay,

thx for your fast response but H_T300 is for LGNUM not for LGTYP...

Greetz

Zaya

Read only

0 Likes
1,090

Hi Zaya again,

for that use this Search help.

H_T301

Thanks and Regards,

Vijay

Read only

Former Member
0 Likes
1,090

Hi again,

please read my first post carefully...

>

>

> my issue is that I have problems using H_T301 as F4 help for PKHD-LGTYP in my wizard.

>...

> So, I integrated this F4 help in my wizard BUT if I use it, it show me at first colum LGNUM and at second column LGTYP and at third column Description.

> And if I select an entry it selects LGNUM and NOT LGTYP. But I need LGTYP!!

Read only

awin_prabhu
Active Contributor
0 Likes
1,090

Hi friend,

Try interchanging position of 'LGNUM' and 'LGTYP' in search help H_T301.

Goto SE11 -> Enter H_T301 -> Click 'Change'.

In 'Search help parameter' do following changes.

LGNUM ->Change 'LPos' -> '2', SPos -> '2'.

LGTYP -> Change 'LPos' -> '1', SPos -> '1'.

Activate.

Thanks.

Read only

0 Likes
1,090

Hi SAP Fan,

thank u very much for ur answer!

It helped me a looooot

One remaining question:

How do I set LGNUM as IMPORT Parameter for H_T301 beside checking field 'Import Parameter'?

Because F1 help says that I must bind it to the dynpro?

Regards

Zaya

Read only

0 Likes
1,090

Hi Zaya,

If u check field 'Export Parameter' in search help, that is enough.

Basically the use of import parameter checking is that

whenever a field is selected through search help those values are copied from that screen to the search help which can be used inside search help exit.

'Export Parameter' will pass possible values from search help to the screen for selection.

So, if u do not use Search help exits inside search helps, it is enough to check only 'Export Parameter'.

Thanks.

Edited by: Sap Fan on Sep 23, 2009 4:55 PM