|
|

楼主 |
发表于 2012/7/22 11:18:50
|
显示全部楼层
U102改动了没?看看这些参数的意义.如果不行运行RGUGBR00/RGUGBR01 recompile.如果还不行,看看这个总的include程序GBTDMFI0,如还不行,还原SAP default的那支破程序,在人家的基础上改,
1如果先决条件没有输入任何值,是否退代会无条件执行?
2在ZSTSUB(本人自定义),用户可参考SAP标准程序RGGBS000, RGGBS000的Form
会以什么规则在不同级别的(header,Line,Complete doc)退代中做Exit ,用户能否自定义自己的field exit,header exit,line exit 和complete exit?
请看此FORM get_exit_titles TABLES etab,有类似语句.
这些由参数c_exit_param_none, c_exit_param_field和c_exit_param_class决定
exits-name = 'U100'.
exits-param = c_exit_param_none. “能用在Field exit,only exit等任何地方
exits-title = text-100.
APPEND exits.
exits-name = 'U101'.
exits-param = c_exit_param_field.”此Form只用于字段exit
exits-title = text-101.
APPEND exits.
exits-name = 'U801'.
exits-param = c_exit_param_class.
”Form U801只能在Callup point 3 complete doc才可使用.
exits-title = text-101. "Cost center from CSKS
APPEND exits.
3 BKPF,BSEG什么样的值才可应用在退代程序中?
4为什么有些字段即使在退代中更改了但是不生效
除非已经象俺这样将退代TMD祖宗十八代都看了个遍,哎就来扯几下蛋,是这样子的,
到了MF05AIENJ include,
然后到了GBTDMFI0,不说了,搞的俺整个好象是个不怎么值钱的ABAPer似的,实际上俺是个还算值点钱的FICO职业屠夫.实际上这已经很清楚了.http://www.SAPsh.com/bbsxp/ShowPost.asp?id=6566
|
|