问题描述
我有以下问题.
我想始终为我的用户显示一个 ALV 网格作为 ALV 列表.所以不要总是那样做...
I would like to display an ALV Grid always as ALV list for my user. So instead of always doing that...
...我想设置一个变量或其他东西,例如,SU01
总是将输出显示为 ALV 列表.
...I would like to set a variable or something in, for example, SU01
that would always show me the output as ALV list.
有什么技巧可以让我这样做吗?ALV 网格来自 SAP 标准事务,因此我无法控制幕后的 ABAP 代码.
Is there a trick that would allow me to do so? The ALV grid is presented from SAP standard transaction so I do not have control over the ABAP code under the hood.
我有可能改变布局.
然而,我仅有的选择是 SAP List Viewer 和 Microsoft Excel.
However the only options I have are SAP List Viewer and Microsoft Excel.
当我选择 SAP List Viewer 时,我得到的视图是 ALV 网格.
When I choose SAP List Viewer the view I get is the ALV Grid.
推荐答案
这在系统范围内是不可能的.它只能用于单独的事务.
It is not possible system-wide. It can be done only for separate transactions.
例如FB
或我.
这篇关于总是将 ALV 网格显示为 ALV 列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!