2009 Aug 27 12:13 PM
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
2009 Aug 27 4:48 PM
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
2009 Aug 27 8:10 PM
2009 Aug 28 9:42 AM
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
2009 Sep 01 12:17 PM
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
2009 Sep 02 5:39 AM
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