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

Sap isu

Former Member
0 Kudos
1,533

Dear all

I want any one to hlep me to find table in sap isu for contract not yet billed in month when mro deleted only or give me the t code for this sanario

Mhammad

15 REPLIES 15
Read only

daniel_mccollum
Active Contributor
0 Kudos
1,444

try e25t

Read only

pranav_solanki
Participant
0 Kudos
1,444

Table is EITR

you can try EA05

Read only

0 Kudos
1,444

When we delete MRO how l can know the contract not yet billed in month

Ea05 give as the out sort only when we create the meter read

Read only

0 Kudos
1,444

E25t give us the bill docment when enter the read ruslt

Read only

0 Kudos
1,444

We want the conract not billed when some one delete the MRO for every month

Read only

0 Kudos
1,444

The fact that the MRO can be deleted strongly implies the lack of billing.

Read only

0 Kudos
1,444

But we want know that for follow that contract

Read only

0 Kudos
1,444

If the MRO is deleted, it wont exist to then relate to an installation/contract. To be honest I'm no longer even sure what you are asking for.

do you want to record the deleted read for future analysis?

do you want to set off a workflow when deleting a read to then do something else?

A contract will by proxy be assigned a portion (or directly an alt portion), you could report on contracts that dont have billing per the schedule records for the portion.

Try clearly restating your requirements.

Read only

0 Kudos
1,444

This is not available in standard.  You need to create a report for this as it seems a very customer specific request.

Read only

AmlanBanerjee
Active Contributor
0 Kudos
1,444

Hi Mohammed,

Technically, when you are reversing a MRO,it gets deleted from EABL table, and doesn't gets stored in any specific standard table.You can find it in change history table CDHDR and CDPOS, however, that's not a good way.

If you want to store the MR reversals, then you need to do an enhancement in the exit, EDMLELSV, to store it in some custom table.

Thanks,
Amlan

Read only

0 Kudos
1,444

Thaks alot for all

But if there method for Give us the contracts that dont have billing per the schedule records for the portion is good

Thanks

Read only

0 Kudos
1,444

Hi,

There is a SAP standard t,code EEIS3.  This is basically, a SAP query which has Contract and the biling period as the input and will list all the installations which are unbilled as output.

Hope it helps.

Thanks,

Amlan

Read only

0 Kudos
1,444

Hi

Can you give us the table view use for that

Thanks

Read only

0 Kudos
1,444

This message was moderated.

Read only

0 Kudos
1,444

As mentioned before - there is no table for this.  It would be determined programatically.  The transaction that Amlan mentioned is an example.  It is easy to see that it is a standard query where you can look at via the query transactions.