2008 Dec 01 5:35 AM
when i am trying to cancel the billing for one particular DBM order it's not allowing me to cancel.error coming like
contains posting type 5 (revaluation); no cancellation possible.
can any one help me to solve the issue?
Thanks & Regards
Madhu
2008 Dec 01 8:43 AM
Hi
as mentioned in note 1010288. Cancellation of Revaluation orders is not possible. The only way to handle this is using a return order type which is the DBM order type 4101
https://service.sap.com/sap/support/notes/1010288
best regards
Stephan Bantlin
2008 Dec 02 2:31 PM
Hi,
Check the price of the finished part, whether the price was changed in the condition, or the estimate cost of part was released again! It would lead to the revaluation during billing cancellation.
Good luck
Z.T
2009 Feb 03 1:04 PM
Hi,
This depends on which action at billing cancel event gives error message. There are various actions at billing cancel event, if it is service order:
ORD_CLOSE_CANC
SETTLEMENT_CANC
INTORD_TCON_RSET
ITEM_REPOST_CANC
INTORD_GRP_CANC
INTORD_RE_CANC
DPR_CLEAR_CANC
SD_BILLING_CANC
At error message pop-up we can view which action have trigerred this error message.
To analyse same in detail, we must know what was the process we followed in DBM order till billing,
example: Whether we had sublet scenario?
Whether we had labour operations, if yes whether we use /DBM/VT transaction for time stamp
cost posting etc.
Because most of this erros used to happend at cost reversal posting at ITEM_REPOST_CANC.
I suggest to identify the error action, keep a break point at same and debug and detect the core issue,
This is based on experiance with DBM billing cancellation errors.
Regards,
Shabeer