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: 

BAPI to create Manual History (EK95) of a Contract

Former Member
0 Kudos

Hi,

I have a requirement to enable Budget Billing for a Contract. To enable Budget Billing, the contract has to be an year old, but if the customer is new to the Utility Company, we can create a virtual Payment History using T-code EK95.

Now I need to know a BAPI through which I can create a virtual Manual History programmatically for a Contract.

Thanks,

Manish Verma

1 ACCEPTED SOLUTION

Former Member
0 Kudos
3 REPLIES 3

Former Member
0 Kudos

Resolved myself.

0 Kudos

You should provide the resolution to the community, especially if marking your own response as the correct answer.

0 Kudos

Hi All,

There is no BAPI to populate data in EK95. There is a FM ISU_DB_TEPYPM_UPDATE which updates the TEPYPM table in SAP. 

As soon as the enteries are updated in the TEPYPM table, we do not need to populate the enteries in the EK94 where we create Payment Plan. It directly imports the value from EK95.

Thanks,

Manish