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: 

billing document

Former Member
0 Kudos
482

Hello all,

How to attach the billing document to the time slice of an installation fact operand?. this requirement is because i want to print the value of the operand in the report and i want to use billing document no as the criteria to pick the value.

Regards,

manish

5 REPLIES 5

Former Member
0 Kudos
285

Hello Manish,

I wouldn't do this as this leads to a lot of additional 'enhancements', for example, when you need to reverse a billing document, simulation etc. What is the technical path to the operands coming from a billing document? The header table of a billing document is ERCH holding apart the billing period (BEGABRPE, ENDABRPE) also the contract number. Table EVERH holds the installation (ANLAGE). From there, there is one step left to the operands in table ETTIFN.

An alternative is, to save the operand value in the billing document when creating the billing document.

Kind regards,

Fritz

Former Member
0 Kudos
285

Is this a report?

Former Member
0 Kudos
285

How to attach the billing document to the time slice of an installation fact operand?. this requirement is because i want to print the value of the operand in the report and i want to use billing document no as the criteria to pick the value.

Hi,

No, this is not a standard report but a suggestion for an own project specific development.

Kind regards,

Fritz

Former Member
0 Kudos
285

You can use the Variant Infact06 in the billing schema to update the billing doc No. in the installtion fact. You use the table Ettifn to make your report, the billing doc No will be updated in this table

0 Kudos
285

As John mentioned in his note you can use one of the following variant programs in the billing schema to update the bill document number in the time slice of the installation fact against the operand value.

INFACT01 Write a Demand Value in the Installation Facts

INFACT02 Write Amount in the Installation Facts

INFACT03 Write a Quantity-Based Average Price in the Installation Facts

INFACT04 Write a Time-Based Average Price in the Installation Facts

INFACT05 Write Factor in Installation Facts

INFACT06 Write a Quantity in the Installation Facts

INFACT07 Write a Flag in the Installation Facts

INFACT08 Write Integer Operands to Installation Facts

INFACT09 Write a User-Defined Operand in the Installation Facts

-Q