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: 

display of date specification in abap-hr

Former Member
0 Kudos
73

Hi experts,

My requirement is to display only c1 date type for 0041 infotype in abap-hr.please help me with this.

thanks

Moderator message: please do more research before posting, describe what you have tried when posting.

Message was edited by: Thomas Zloch

1 REPLY 1

Former Member
0 Kudos
43

I doubt if you can do that.

But you can definitely use customer exit PBAS0001 and method cl_hr_pnnnn_type_cast=>prelp_to_pnnnn to apply the validation that the system should only accept C1 type of dates.