We are trying to suppress the inter company error message when we are trying to post the vendor invoice through FB60 transaction. System is triggering an error message with message KI 100. We switched off the message through the transaction code OBA5.
Does any of you ran into a similar situation. any inputs would be highly appreciated.
Hi ,
Go to the Transaction code OBA5 or program RSVTPROT and execute it . In menu UTILITIES ---> Change Log . Check the log for Message 100 and make sure that it is swiched off . Once it is confirmed then try further FB60 .
or
You can look at OSS Note 157080 and apply it .
Please reward with points if it is helpful.
Thanks.
Ramesh Choragudi
Hello:
I am having problem with Duplicate Vendor Invoice. I changed in Vendor master data (XK02) to reflect vendor master to check duplicate vendor invoice. But when i post via FB60 or MIRO. The system do not check for duplicate invoice. The system was working fine and all of a sudden there is a problem. Help will be appreciated. I can be reached cell phone: 714-336-1204. Thanks.
Vijay
Hello,
I think the message KI 100 should be created within function K_COBL_CHECK
Set a break point in Include LKAIPF1G ( to be more exact in FORM OBJ_CCODE_CHECK)
Search for
"IF OCC_OBJ-BUKRS <> GD_ACC_INIT-BUKRS"
There are some situations which are controlled by the activity type (field OCC_COBL-VORGN) where SAP says Intercompany is forbidden (e.g. TRVL) under all circumstances or the using company can control this by a customized message for KI 100.
Please check whether this might lead you to a answer for your problem.
Best regards
Herbert
Add a comment