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: 

Hijri date picker in selection screen ABAP report

idrisahmed
Participant
0 Kudos

Hi Experts,

I have a requirement to display hijri date picker in calendar in Selection screen report from HR report. but if I take P_HijDate Type Sy-datum then only Gregorian calendar picker will show.

if I go to SU3 and change default date format to Hijri date then hijri date picker will show but it will be for all selection.

Is there any way so I can get Hijri date picker in calendar in selection screen ABAP report?

1 ACCEPTED SOLUTION

idrisahmed
Participant
0 Kudos

Hi Abdul Raheem,

Thank you for your reply.

Found Answer for this. Use QNNNNSA-ENTRI field for selection parameter. you will get hijri calendar.

Example : Parameter P_StartDt type QNNNNSA-ENTRI.

Thans,

2 REPLIES 2

Former Member
0 Kudos

Hi Idris,

Why don't you convert Gregorian Date to Hijri Date on the fly instead of displaying Hijri Calendar.

For conversion from Gregorian to Hijri dates and vice-versa you can check this link.

idrisahmed
Participant
0 Kudos

Hi Abdul Raheem,

Thank you for your reply.

Found Answer for this. Use QNNNNSA-ENTRI field for selection parameter. you will get hijri calendar.

Example : Parameter P_StartDt type QNNNNSA-ENTRI.

Thans,