SAP ABAP Message Class AJ Message Number 345 (Operand &1 updates to schema step with fact values)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-BI (Application Component) Contract Billing
     EE20 (Package) IS-U: Billing
Attribute
Message class AJ  
Short Description Billing program    
Message Number 345  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20050224   
Message Text
Operand &1 updates to schema step with fact values
Help Document

Diagnosis

When schema is executed, values are updated from step to step using operand . Operand was already provided with a quantity from rate, rate category or installation facts. For technical reasons, it is not possible to update to operands from the QUANT category if there are fact values in the target step.

System Response

Procedure

Correct the structure of the billing schema. No update can be carried out to a QUANT operand that was already provided with values from the facts. If necessary, insert an additional schema step for the update.

Example

You bill an installation for which the FACTQNTY operand is provided with a value in the facts.

In the billing schema, the quantity QNTY x FACTOR is updated to the FACTQNTY operand by means of an adding update.

The total of FACTQNTY + QNTY x FACTOR is valuated with a price.

Impermissible structure of the billing schema:

   No.   Variant    InpOp1     InpOp2   OutOp1 
001 QUANTI09 QNTY FACTOR FACTQNTY
002 QUANTI01 FACTQNTY PRICE AMOUNT

Permissible structure of the billing schema:

   No.   Variant    InpOp1     InpOp2   OutOp1 
001 QUANTI09 QNTY FACTOR TOTQNTY
002 QUANTI14 FACTQNTY TOTQNTY
003 QUANTI01 TOTQNTY PRICE AMOUNT

Procedure for System Administration

History
Last changed on/by 20110810  SAP 
SAP Release Created in