修改总账启用期间提示总账存在业务数据,不能修改启用期间,存在业务数据
问题描述:
解决方案:
概述
请先检查
初始化数据和凭证是否还有未删除干净的数据?做的凭证数据可以先导出,删除凭证再修改总账启用期间。
账表是否无数据检查无数据后,若还是提示:“总账存在业务数据,不能修改启用期间”
操作步骤
请按公司删除以下表数据t_gl_voucher,t_gl_initaccountbalance,t_gl_initassistbalance,t_gl_accountbalance,t_gl_assistbalance,t_gl_acctcussent,t_gl_acctcussenthistory,t_csl_requisition,t_csl_requisitionentry
一般先删除前五个表的垃圾数据即可,查询语句如:
1、select * from t_gl_voucher where fcompanyid in (select fid from t_org_company where fnumber='当前需修改启用期间的组织编码');
2、select * from t_gl_initaccountbalance where forgunitid in (select fid from t_org_company where fnumber='当前需修改启用期间的组织编码');
3、select * from t_gl_initassistbalance where forgunitid in (select fid from t_org_company where fnumber='当前需修改启用期间的组织编码');
4、select * from t_gl_accountbalance where forgunitid in (select fid from t_org_company where fnumber='当前需修改启用期间的组织编码');
5、select * from t_gl_assistbalance where forgunitid in (select fid from t_org_company where fnumber='当前需修改启用期间的组织编码');
6、select * from t_gl_acctcussent where fcompanyid in (select fid from t_org_company where fnumber='当前需修改启用期间的组织编码');
注意
前台有业务数据不要后台直接删除数据!产生数据异常需自行承担后果,建议在测试环境验证评估影响后再操作正式环境;
修改总账启用期间提示总账存在业务数据,不能修改启用期间,存在业务数据
本文2024-09-22 20:16:34发表“eas cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-eas-112568.html