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

search help for date in module pool

Former Member
0 Likes
3,296

Hi experts

i am developing a module pool prog, in the second screen 6 fields are displayed and one of them is date field. I wanna search help for that date field. Plz note the date field is populated from Work area of iternal table.

Plz help me out in solving the issue.

Thanks and Regards,

Alson

Hi,

Take that Date screen field as SY_DATUM.

we don't create search helps for date fields.

generally by default all date fields have search help.

press F4 and see.

reward if useful

regards,

Anji

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
1,385

Hi,

do like this...

Process on value-request.

module modulename field <field name ,here give ur date field>

Double click on it..Now use the FM F4_DATE inside the module..

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,385

Hi

We have a lot of Example programs in SAP, have a look at the demo program

<b>DEMO_DYNPRO_F4_HELP_MODULE</b>..

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm

Regards

Sudheer

Read only

Former Member
0 Likes
1,385

Hi,

Take that Date screen field as SY_DATUM.

we don't create search helps for date fields.

generally by default all date fields have search help.

press F4 and see.

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
1,385

Hi Alson,

In the internal table, declare your date field referring to a standard data element like ERDAT.

date type EKKO-ERDAT,

Put the date field on the screen using the get from program button in the screen painter. YOu would get the f4 help automatically,

Regards,

Ravi