|
说说个人测试情况:
S_ALV_LAYO 权限对象只有作业“23维护”,一旦勾选,则既可以保存特定用户格式,也可以保存全局格式,如果不勾选则两种都不能保存
看楼主现象,是可以保存不过只能保存为特定用户格式。
如果是自己开发的报表,怀疑是调用ALV显示函数时,I_SAVE参数没对,如果为U则只能保存为特定用户格式,而不能为全局格式,与楼主现象较符合。
附:I_SAVE参数说明:
FU REUSE_ALV_GRID_DISPLAY I_SAVE
____________________________________________________
短文本
Variants can be saved
Description
Controls the save mode
Prerequisite:
Parameter IS_VARIANT is filled accordingly.
See also the documentation on IMPORTING parameter IS_VARIANT.
Value range
' ' = Display variants cannot be saved
Defined display variants (such as delivered display variants) can be selected for presentation regardless of this indicator. However, changes cannot be saved.
'X' = Standard save mode
Display variants can be saved as standard display variants.
Saving display variants as user-specific is not possible.
'U' = User-specific save mode
Display variants can only be saved as user-specific.
'A' = Standard and user-specific save mode
Display variants can be saved both as user-specific and as standard
variants. Users make their choice on the dialog box for saving the
display variant.
Default
SPACE |
|