2008 Jul 31 4:36 PM
Hello All,
I am using DATS 8 as a domain for date field but f4 help is not coming
Help me.
What to do ?
Thanks ....................
Hello All,
I am using DATS 8 as a domain for date field but f4 help is not coming
Help me.
What to do ?
Thanks ....................
2008 Jul 31 4:39 PM
2008 Aug 01 7:32 AM
Is there a specfic reason for using DAT , because the F4 results can be obtained using SY-DATUM
2008 Aug 01 7:44 AM
hi ,
Create the domain and dataelement of the field same as like of sy-datum.
It has F4 enabled
regards
prasanth
2008 Aug 04 11:07 AM
Hello VJ.
If you need an F4 Help for a Date field, you can use the Data type as sy-datum.
It would serve the purpose.
Thanks.
Sruti
2008 Aug 04 5:34 PM
Hi,
F4 help should automatically come if you are using DATS08 domain in data element definition. Please check if data element is activated or not.
Please reward if you find the answer useful.
Regards,
Kamesh
2008 Aug 08 12:54 PM
HI,
If u are in Diallog Program then use 'F4_DATE' FM.
Example :
CALL FUNCTION 'F4_DATE'
EXPORTING
date_for_first_month = sy-datum
IMPORTING
select_date = wa_asgntkts-begda
EXCEPTIONS
calendar_buffer_not_loadable = 1
date_after_range = 2
date_before_range = 3
date_invalid = 4
factory_calendar_not_found = 5
holiday_calendar_not_found = 6
parameter_conflict = 7
OTHERS = 8.
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
Or
If u are in Report Program then maintain ur data type as sy-datum.
Please give neccessary points if u help this..
Ranjith
2008 Aug 09 12:48 PM
if you using module pool go on property field of that text box change its format to dats.
even if its not coming use calender object
2008 Aug 13 11:38 AM
Hi V J
If you are using any dialog program then use the call function f4if_field_value_request at process at value-request.
call function f4if_field_value_request
exporting
tabname = ztable name
fieldname = field name
tables
return_tab = it_date
I think u got my point
Regards
Mihir
2008 Aug 13 4:11 PM
In the screen painter attribute
Go to Program Tab.
In the "Poss Entries Key" select 2.
2008 Aug 21 12:43 PM
hi,
if you are using a screen, then give BU_DATE_CHAR in the search help field.
you will get the required help for the date field.
Regards,
Sireesha
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |