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

copy screen from one program to other

Former Member
0 Likes
891

Hello Friends,

I have copied one screen from one zprogram to other zabc program now whn i run zabc program the date field is not giving any f4 help which use to give in zprogram

wat can b the reason, is there any other parameters tht i have to take care while copying screen from one prog to other

regards,

Sunny

Hello Friends,

I have copied one screen from one zprogram to other zabc program now whn i run zabc program the date field is not giving any f4 help which use to give in zprogram

wat can b the reason, is there any other parameters tht i have to take care while copying screen from one prog to other

regards,

Sunny

3 REPLIES 3
Read only

Former Member
0 Likes
700

hi,

F4 help comes from data element or from any F4_HELP***** kind of function module. Check our whether you copied include or not because most of the time we write F4 help functionality in somewhere in include.

Cheers,

Rudhir

Read only

Former Member
0 Likes
700

What is the type of that field? coz if u define the type as dats or give type as any standard field lik ERDAT,FKDAT etc then F$ calender will come automatically.

Read only

Former Member
0 Likes
700

nt slvd