cancel
Showing results for 
Search instead for 
Did you mean: 

Changing first day of week in Calendar help

Former Member
0 Kudos

Hi,

I want to change the first day of week from Monday to Sunday in Webdynpro ABAP screen's default calendar help. I implemented BADI CALENDAR_DEFINITION to change the first day of week, it worked for SAP GUI calendar help but not working for WebDynpro ABAP screen.

Thanks,

Alok

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to all !

My calendar help from WDA is resolved. Got note 1555743 from SAP to fix the program error.

Edited by: Alok Pandey on Aug 5, 2011 5:41 PM

Former Member
0 Kudos

Hi,

Try using the data type TVDIR-GENDATE for date field. It will populate serach help Calendar and it should trigger the BADI from web dynpro also.

Refer SAP Help. It is pointing to the same BADI.

http://help.sap.com/saphelp_nwpi711/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/frameset.htm

Thanks,

Jyothi

Former Member
0 Kudos

Do you have the same dataObject ? in SAP GUI and in WDA.

I think you have different dataobject or input help in wda.