Hi to all,
I have create an WD Java aplication to create new entries in infotype 0023.
First problem: At the beginning I couldn't create new entries if start date is less than system date. To solve this problem I used:
The transaction SPRO to go to Personnel Management
>Employee Self Service
>Service Specific Setting-->Change Default Start Date
In HRXSS_PER_BEGDA I changed BEGDA to 01.01.1900 in the DEFAULT_DATE method and i solved the first problem.
Now I need solved the second problem - we couldn't create new entries if end date is less than system date.
In this method DEFAULT_DATE I can't change ENDDA because ENDDA isn't a parameter in this method.
MOLGA (Importing)
PERNR (Importing)
INFTY (Importing)
SUBTY (Importing, optional)
BEGDA (Changing)
Can anybody helps me about this second problem?
Thank a lot for your help.