cancel
Showing results for 
Search instead for 
Did you mean: 

"Inactive via formulae of incorrect" during External Interface

sandeep_shah
Explorer
0 Kudos

We have recntly updated the following patch

SAP ERP 6.0                  -          SP21

EHP5 for SAP ERP 6.0    -          SP8  (SAP_APPL)

After updating the patch when we try to create Billing using the external interface ( using GN_INVOICE_CREATE ) it is getting created with Zero Value and in the condition type it is showing the above message .

I  have gone through all the thread stating condition Class etc ... but it is not usefull . We are using this configuration from last 7 year with no issue .

Condition Class :- A

Calculation Type :- B

Conditional Control :- E

Condition Origin :- C - as created using external Interface.

Inactive :- x

Please EXPERT help me with a suitable solution.

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

At the outset, I am happy that you took some efforts to search solution to your issue and then only, you posted here.  Coming to the issue, please check whether the following note helps you:-

  • Note 1520236 - Conditions sequence for GN_INVOICE_CREATE


G. Lakshmipathi

sandeep_shah
Explorer
0 Kudos

Solution provided by SAP

Refer Note Pilot-released note 869311

We have change the code as follows

*   inactivate condition lines with missing KONP record

*{   DELETE         P3AK900042                                        1

*\    IF NOT xkomv-knumh IS INITIAL AND xkomv-kopos = 0.

*\      xkomv-kinak = 'X'.

*\      xkomv-fxmsg = '899'.

*\      komp-fxmsg  = '899'.

*\      MODIFY xkomv TRANSPORTING kinak fxmsg.

*\      CONTINUE.

*\    ENDIF.

*}   DELETE

Version management forLV61AA55:

Answers (0)