|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
在手工作凭证的时候,我们把获利能力段设置为必须输入的。但是,只要输入任何一个特性,系统就允许保存。如果我们希望把某些特性设定为必输,是不是可以呢?
it seems there is no configuration can achieve your goal, per my suggestion, you can try to implement validation, in the validation you can get the profitability segment number in the accounting document, then you can go to profitability segment definition table CE4XXXX( XXXX is your operation concern ) to check out whether the desired fields are filled in.
我查过这段source code ,SAP47可因为它增强了程序, 哪支程序忘记了, SAP46等以下版本不可.要不你问OSS,这要大把银子的,不自己动手玩,改LKEAKI10大概思路,我想profit segment 遗忘字段应该不大好吧, 其实这不过是给SAP加根头发而已, 非常简单.
Loop at gt_criteria[].
if gt_criteria[]-field什么的='你想限制必输的字段'.
if 内容为空.
弹出错误消息.
endif.
endcase .
endloop.
最后才是这些退出Prof. segment screen的code.
clear ok-code.
set screen 0.
leave screen.
|
|