cancel
Showing results for 
Search instead for 
Did you mean: 

Error in new price determination:No retroactive billing possible

Former Member
0 Kudos

Hi all,

Please help me with Retro active billing.

Getting the following error " Error in new price determination:No retroactive billing possible".

The Pdif condition maintained has validity till the billing date, whereas the retro billing is being created on a date later than the billing.

Please help.

Regards,

Nazai Kosgi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Was able to find the reason of this error, it was because of a pricing error in the billing document for which the retro was being created.

IF komp-prsok NE 'X'.
        CALL FUNCTION 'MESSAGE_TEXT_BUILD'
          EXPORTING
            msgid               = 'VF'
            msgnr               = '352'
          IMPORTING
            message_text_output = wa_protokoll-fehler_text.

The pricing error is due to some tax condition missing in the pricing procedure.


Lakshmipathi
Active Contributor
0 Kudos

Validity dates of the pricing condition should have been in the past and not current validity date.  For example, if you were creating retro with a retro billing date as 01-09-12, then your pricing condition validity date should have only this date (both From-To should have 01-09-12).

G. Lakshmipathi

Former Member
0 Kudos

I maintained the pricing condition with the from and to date as the retro billing date, but still getting the same error.

Regards,

Nazia

Former Member
0 Kudos


Thank you for providing the link, but the error hasnt got resolved yet!!

The material is not atext item as mentioned in the SAP note.

Shiva_Ram
Active Contributor
0 Kudos

See the answer provided in another link is of help to your scenario at http://scn.sap.com/thread/3237682

Regards,