旗舰版总账期末结账提示:定义的应用程序或对象错误?
【问题描述】
旗舰版总账期末结账提示:定义的应用程序或对象错误?
【原因分析】
该问题的原因为总账余额表存在以后期间的数据导致。
【解决方案】
可参考以下脚本执行处理:
declare @FCurrentYear int
declare @FCurrentPeriod int
select @FCurrentYear = FValue from t_SystemProfile where FCategory = 'gl' and FKey = 'currentyear'
select @FCurrentPeriod = FValue from t_SystemProfile where FCategory = 'gl' and FKey = 'currentperiod'
delete from t_balance where FYear * 1000 + FPeriod > @FCurrentYear * 1000 + @FCurrentPeriod
delete from t_QuantityBalance where FYear * 1000 + FPeriod > @FCurrentYear * 1000 + @FCurrentPeriod
delete from t_ProfitAndLoss where FYear * 1000 + FPeriod > @FCurrentYear * 1000 + @FCurrentPeriod
【注意事项】
正式账套执行脚本前请先做好备份,建议待在测试账套中核实无误后再在正式账套中执行。
旗舰版总账期末结账提示:定义的应用程序或对象错误?
【问题描述】旗舰版总账期末结账提示:定义的应用程序或对象错误?【原因分析】该问题的原因为总账余额表存在以后期间的数据导致。【解决方...
点击下载文档
本文2024-09-22 16:38:22发表“kis知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-kis-89237.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
- 鼎捷EAI整合規範文件V3.1.07 (集團).pdf
- 鼎捷OpenAPI應用場景說明_基礎資料.pdf
- 鼎捷OpenAPI應用場景說明_財務管理.pdf
- 鼎捷T100 API設計器使用手冊T100 APIDesigner(V1.0).docx
- 鼎新e-GoB2雲端ERP B2 線上課程E6-2應付票據整批郵寄 領取.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A4使用者建立權限設定.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程C3會計開帳與會計傳票.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程E6-1應付票據.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A5-1進銷存參數設定(初階篇).pdf
- 鼎新e-GoB2雲端ERP B2 線上課程D2帳款開帳與票據開帳.pdf
热门文章