ITPUB论坛 » Oracle ERP » FA过帐失败,显示APP-OFA-48400错


2008-5-8 14:40 ora2008
FA过帐失败,显示APP-OFA-48400错

日志如下:
已提交阶段 整批新增过帐 的请求.

集合正常完成, 结果为 错误.
结果是由最后阶段 整批新增过帐 所决定.

请回复折旧或关闭本期以执行此交易.
错误:传回的函数 faxcdr失败(从faxcds呼叫)
APP-OFA-48400:错误:传回的函 faxbmt失败(从FAMAPT呼叫)

请问,该如何解决?

2008-5-8 19:00 goodhawk
你的这个FA book 已经有人提过折旧,并没有没有关闭期间。

请回滚折旧,重新 成批过帐。

2008-5-9 09:43 ora2008
多谢

由于是FA财务人员离职,新进FA user没按流程来做.才导致这有异常.

執行Rollback Depreciation后,已通知user后续作业.

2008-5-10 16:40 ora2008
已结

多谢2F大师.
问题已结.

2008-8-7 20:11 liushihuar
我也碰到此種問題,按照這種方法做了一次,但是折舊回轉錯誤,錯誤信息如下:

Start of log messages from Plsql  program
+---------------------------------------------------------------------------+
You cannot rollback journal entries after the batches for these journal entries have already been posted within General Ledger, and these GL batches have not been autoreversed.

Action: If you still wish to rollback these journal entries, you must first autoreverse the posted journals in General Ledger for this period for this book.  You cannot do this directly from Fixed Assets, but must go to a General Ledger responsibility.
+---------------------------------------------------------------------------+
End of log messages from PlSql program
+---------------------------------------------------------------------------+

請高手幫忙指導一下,謝謝!

2008-8-8 09:03 liushihuar
以爲做賬有問題,可是重新做了一次,還是這種問題,請高手指導一下,謝謝

2008-8-8 10:07 GJ_zhang
关注。。。

2008-8-8 12:57 goodhawk
[quote]原帖由 [i]liushihuar[/i] 于 2008-8-8 09:03 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=11192196&ptid=984408][img]http://www.itpub.net/images/common/back.gif[/img][/url]
以爲做賬有問題,可是重新做了一次,還是這種問題,請高手指導一下,謝謝 [/quote]


请用户直接在 GL 把这些有问题的 FA journal reverse 一下.

然后,再重新 import 到GL.

2008-8-8 13:40 liushihuar
[quote]原帖由 [i]goodhawk[/i] 于 2008-8-8 12:57 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=11195664&ptid=984408][img]http://www.itpub.net/images/common/back.gif[/img][/url]



请用户直接在 GL 把这些有问题的 FA journal reverse 一下.

然后,再重新 import 到GL. [/quote]

謝謝goodhawk指導

這些傳票直接在FA裡面做了rollback journal,系統提示成功
現在在GL查看七月份傳票沒有資料,但是再做回轉折舊的時候他會提示
Start of log messages from Plsql  program
+---------------------------------------------------------------------------+
You cannot rollback journal entries after the batches for these journal entries have already been posted within General Ledger, and these GL batches have not been autoreversed.

Action: If you still wish to rollback these journal entries, you must first autoreverse the posted journals in General Ledger for this period for this book.  You cannot do this directly from Fixed Assets, but must go to a General Ledger responsibility.
+---------------------------------------------------------------------------+
End of log messages from PlSql program
+---------------------------------------------------------------------------+
這段話

2008-8-8 17:14 goodhawk
哦,了解, 一看就知道来自 台湾的朋友. 呵呵.

你这样子操作试一下:

1, 你跑一下 计算损益  试一下.

或者

2, 你重新提一下折旧, 然后再回滚.

如果不行的话, 我得查一下文档.

2008-8-8 19:03 liushihuar
非常感謝goodhawk指導,你說的我都已經做過,還是出現上面的錯誤,請問查哪方面的文檔呢,謝謝!

2008-8-9 16:21 i168t
[quote]原帖由 [i]liushihuar[/i] 于 2008-8-8 19:03 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=11200197&ptid=984408][img]http://www.itpub.net/images/common/back.gif[/img][/url]
非常感謝goodhawk指導,你說的我都已經做過,還是出現上面的錯誤,請問查哪方面的文檔呢,謝謝! [/quote]

goodhawk 的回答是正解。不知道你要增加的是那个期间的数据。到底是该rollback 折旧, 还是应该关闭期间后,再运行成批增加程序就需要你自己根据情况决定了。  做FA 也有段时间了, 错误日志提示很清楚,文档还真不知道该从哪查。

2008-8-9 18:52 goodhawk
是这样子的:

这个问题产生的本质原因是, FA 认为你的 FA 的Journal 还没有传递到 GL, 或者是期间还没有关.

产生这个的原因可能是:
1, FA import 到GL 的时候, 中间出现莫名奇妙的现象, FA 已经传递到 GL ,但是 FA 的状态位没有改写过来.
你可以用如下的sql进行查看一下, 如果是这样子的情况, 你可以再提一下这个月的折旧. 让其跑完.
select book_type_code, deprn_run,period_close_date
from fa_deprn_periods
where book_type_code like 'XX%' -- XX should identify the Corp book and its tax book(s)

2, 还有,就是 GL 的Journal 你已经 posted 了, 但是,还是希望重新 Import ,这个是不允许的, 你只有 reverse 你的journal, 你才能重新 import.

我所说的查文档, 是我之前有遇见这样子的情况 ,在 么metalink 上面告诉我要查几个状态, 很抱歉, 我现在找不到相关的文档, 不过 , 基本上, 你按照上面的操作,应该是没有什么问题的.

如果还不行, 你就把你的 log 和 output 都贴出来, 我来帮你检查一下.

2008-8-10 09:02 liushihuar
謝謝你們指導,我在試試一下!

2008-8-11 09:30 ora2008
TO liushihuar ,其实,单从这个错来看.的确是ROLLBACK后再重新产生折旧,就会OK的.
我之前也是按照小林大师的建议,就处理OK了.

但由于你的LOG有提示POST,这可能就不单是这个错的原因了.
我现想知道的是:
1.你目前的FA期间是哪个版本.
2.你出现这个问题的版本,又是哪个期间?.
3.最好按此固资编号到ACCOUNT查询,看一下该期间的折旧是否正常.把图贴出.

2008-8-12 10:18 liushihuar
兩位高手在請看下面:

1.  是這樣的,USER先提了7月份的折舊後,又從AP接收一筆固資進FA,但是這筆固資在做Post Mass Additions時出錯,
     提示要麼回轉折舊要麼關閉本期間在進行此交易,然後我們就按提示做了回轉Journal、回轉折舊,但回轉折舊時出
     現以下提示,也就是折舊回轉不了。
     Start of log messages from Plsql  program
+---------------------------------------------------------------------------+
You cannot rollback journal entries after the batches for these journal entries have already been posted within General Ledger, and these GL batches have not been autoreversed.

Action: If you still wish to rollback these journal entries, you must first autoreverse the posted journals in General Ledger for this period for this book.  You cannot do this directly from Fixed Assets, but must go to a General Ledger responsibility.
+---------------------------------------------------------------------------+
End of log messages from PlSql program
+---------------------------------------------------------------------------+

2.  我也檢查過了折舊沒問題,不過折舊裡沒有這筆新增固資的折舊,財產目錄裡也沒有這筆資產,所以現在,user
      要求將這筆資產增進7月期間FA,然後此筆也要提7月折舊,財產目錄裡也要顯示出來此筆資產。

幫忙指導一下,謝謝!

2008-8-12 12:56 i168t
[quote]原帖由 [i]liushihuar[/i] 于 2008-8-12 10:18 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=11227684&ptid=984408][img]http://www.itpub.net/images/common/back.gif[/img][/url]
兩位高手在請看下面:

1.  是這樣的,USER先提了7月份的折舊後,又從AP接收一筆固資進FA,但是這筆固資在做Post Mass Additions時出錯,
     提示要麼回轉折舊要麼關閉本期間在進行此交易,然後我們就按提示做了回轉Journal、回轉折舊,但回轉折舊時出
     現以下提示,也就是折舊回轉不了。
     Start of log messages from Plsql  program
+---------------------------------------------------------------------------+
You cannot rollback journal entries after the batches for these journal entries have already been posted within General Ledger, and these GL batches have not been autoreversed.

Action: If you still wish to rollback these journal entries, you must first autoreverse the posted journals in General Ledger for this period for this book.  You cannot do this directly from Fixed Assets, but must go to a General Ledger responsibility.
+---------------------------------------------------------------------------+
End of log messages from PlSql program
+---------------------------------------------------------------------------+

2.  我也檢查過了折舊沒問題,不過折舊裡沒有這筆新增固資的折舊,財產目錄裡也沒有這筆資產,所以現在,user
      要求將這筆資產增進7月期間FA,然後此筆也要提7月折舊,財產目錄裡也要顯示出來此筆資產。

幫忙指導一下,謝謝! [/quote]

大概的意思是:
1. 把当月FA 发送到GL 的凭证 ,整批reverse。
2.再rollback jouranl,rollback deprn。
3. post mass additon。
4.run deprn
5.create journal
试试看。

2008-8-12 13:39 liushihuar
[quote]原帖由 [i]i168t[/i] 于 2008-8-12 12:56 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=11229893&ptid=984408][img]http://www.itpub.net/images/common/back.gif[/img][/url]


大概的意思是:
1. 把当月FA 发送到GL 的凭证 ,整批reverse。
2.再rollback jouranl,rollback deprn。
3. post mass additon。
4.run deprn
5.create journal
试试看。 [/quote]

可是現在在GL裡查不到FA7月份的任何憑證,
那如果按你的方法的話,我是不是又要create jouranl ---- run deprn,後
再去按你的方法操作,是嗎??

2008-8-12 20:37 goodhawk
对.

2008-8-13 10:21 liushihuar
謝謝各位解答!ERP版本是11.5.5

現在FA 拋到GL 的journal是UNPOST狀態,那我該如何在GL裡做reverse的動作??
前兩次我做到這步時就直接去FA模組 Rollback journal,再Rollback deprn時出現錯誤,請各位指點,謝謝!

詳情請看附件,謝謝!

页: [1] 2


Powered by ITPUB论坛