Quantcast
Channel: SCN : Unanswered Discussions - SAP ERP HCM Employee Self-Service
Viewing all articles
Browse latest Browse all 3114

Default date in ESS

$
0
0

Dear All,

There are three radio buttons displayed while editing the Addresses in ESS.

The valid from option always defaults the date to current system date.

Can the date on this option be set to blank and not as a default system date.

 

I have tried using BADI HRXSS_PER_BEGDA but there is a dump if i clear BEGDA.

Have tried to default to some other date like

IF MOLGA = '02'.

IF INFTY = '0006'.

  IF SUBTY = '1'.

    BEGDA = '18000101'.

  ENDIF.

ENDIF.

ENDIF.

But the Valid From date option still defaults the sy-datum in ESS.

Does this BADI actually default the date option in ESS or defaults the date for data to be displayed.

And can we set this Valid From date as Blank in ESS.

 

Appreciate your inputs. Thank you.


Viewing all articles
Browse latest Browse all 3114

Trending Articles