SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EA19 Document date check

christian_arias
Explorer
4,833

Hello experts.

I have a customer requierment for do not allow document date be greater than current date in EA19 transaction. Is there a standard way to apply this check?

christian_arias_0-1757710564444.png

Cheers,

Christian.

Hello experts.

I have a customer requierment for do not allow document date be greater than current date in EA19 transaction. Is there a standard way to apply this check?

christian_arias_0-1757710564444.png

Cheers,

Christian.

1 REPLY 1
Read only

Atul_Joshi85
Active Contributor
0 Likes
568

Hi,

There’s no standard configuration in IS‑U to prevent users from entering a future Document Date in EA19. The transaction accepts any date as long as it’s a valid posting date in FI‑CA and this is very common requirement across all project I work.  its logically correct as well,  since we should not allow posting of financial document for future date since in between the timeframe anything happen like posting of payment or cancellation.  

If you need to enforce this rule, the usual approach is to implement a small check in the billing events, most commonly:

  • Event R402 / R403 (Billing document creation checks), or

  • Event 2000 / 2015 (FI‑CA document creation checks), depending on where you want the validation to happen.

Inside the event, you can compare the entered document date with sy-datum and raise an error if it’s greater than today.

There’s no standard switch or config for this, so an event enhancement is the recommended way.

Now the great Q is how do you handle your ORT/PT business cases, for those type of cases please apply a check in TVARVC, if that's check is enable update the date to current else keep it same. 

Hope this helps.

Top Liked Authors