Application Development 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: 

F4 on the called screen

Former Member
0 Kudos

Hi,

I have screen no suppose 100.On that screen there is a field username which is linked to dictionary field.That dictionary field has a value table.So when i call screen 100 using a tcode, i get F4 help on the field username.Ive not written any code for this F4 help.Its coming directly from the dictionary field.Now, in the same program i generate an alv list.On that list there is a button. When i click that button, it calls that same screen 100 using syntax call screen <scr number>.I can see that field username on the screen but this time i cannot access F4 help.Why is this happening.

Nidhi.

Moderator message: duplicate post locked.

Edited by: Thomas Zloch on Aug 12, 2011 3:49 PM

3 REPLIES 3

former_member209703
Active Contributor
0 Kudos

Can you post here your Selection Screen?

0 Kudos

Hi Jose,

Its not a selection screen.Its a screen in module pool.What exactly do u want me to post?

Nidhi

Former Member
0 Kudos

Hi Nidhi,

for below process:

in the same program i generate an alv list.
On that list there is a button. 
When i click that button, it calls that same screen 100 using syntax call screen <scr number>.

Use syntax :

CALL TRANSACTIION 'ZTCODE'.

ZTCODE is the transaction code which you created for screen 100.

or use syntax CALL DIALOG .

BR

Dep.