马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
The solution of “SE 729: Customizing incorrectly maintained”
在进行系统测试时使用事务ML81N进入初始屏幕,系统提示信息“用户定制被错误地维护”,查看Note1382685发现此应为系统升级、或打增强包时造成的表字段数目与屏幕控制的列选项数目不同引起的不一致问题。悲催~启用JVA的项目伤不起啊~但愿Labs里的兄弟能早日打通JVA的任督二脉,造福民生。 解决方法中涉及3步:第1步需要申请administrator系统管理员的权限;第2步是业务顾问一般都有的SE16权限;第3步需要SM31维护表的权限,有的项目是不分配给业务顾问的。
以下是我记录的解决方法,确实有效,问题client已经不再提示此信息,但仍希望有其它更好的solution能够修正系统环境,毕竟第3步需要作出轻重取舍,删除掉服务变式中可选的一些字段选项,我想这也不是SAP所希望的。
Stage 1 of analysis (take 800 as an example) 1) Use transaction ML81N to view the Service entry screen. Now click on the top right corner of the table control as shown below:
2)Then, click on the ‘Administrator’.
3) Now enter a number into ‘No. Of Fixed Columns’ field (Note: Table control in P7D has 74 columns, so enter a number greater than that). - It will throw error as in the screen. - Shows the number of columns maintained.
So now you know the number of fields in the table control out here.
Stage 2 of analysis (take 800 as an example) 1) Use SE16 transaction and enter the table T162V.
2) Now for VARIANTE, enter each of the variant value (0, 1, 2, 3, 4, and 5) and hit F8 to execute. You will see the following. In the screenshot below you haven’t seen the number of entries for the variant 0 = 74 which is equal to the number of table control entries obtained in the stage 1 of analysis. There are 6 variants in this case.
3) They are then not the same, the additional entries in T162V for each variant has to deleted after comparison with the Table Control entries as seen in stage 1 of the analysis. Stage 3 of analysis (take 800 as an example) 1) Use SM31 transaction and enter the table T162V. Now click on the ‘Display’ icon as shown below:
2) Switch to the Edit Mode. Now select Layout line items and click on the ‘Delete’ icon until the number of entries for the variant 0 = 74 which is equal to the number of table control entries obtained in the stage 1 of analysis. There are 6 variants in this case.
|