如何把ABAP视图添加到SAPGUI的收藏夹里

简介:

Suppose I need to add the maintenance view COMV_PARTNER_FCT to my favorite list. I expect once the entry in the favorite list is double clicked, it will automatically navigate to the view detail like below ( the initial screen of SM30 is not expected )

Create a new transaction code and maintain SM30 as default value for transaction:

Just maintain the maintenance view name as the default value for screen field VIEWNAME:

You can find the screen name by put the focus on input field for view name in SM30, and click F1,

then click “Technical Information” icon,

then you get the screen-field name:

The last step is adding the new transaction code to my favorite. Unfortunately when I test it, it fails to work and raised the following error message.
The initial screen still remains without any automatic navigation to detail of view COMV_PARTNER_FCT.

we can find the location where this error message is raised by this tip and know the error is caused since we didn’t specify any action like UPDATE, SHOW or TRANSPORT.

Then go back to SE93 and add another entry with SHOW = X and after that issue is resolved.

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

相关文章
|
1月前
|
开发者 UED
SAP ABAP Tabstrip 控件介绍
SAP ABAP Tabstrip 控件介绍
22 0
|
8月前
|
存储 搜索推荐 BI
一个 15 年 SAP ABAP 开发人员分享的 SAPGUI 一些个性化设置和实用小技巧试读版
一个 15 年 SAP ABAP 开发人员分享的 SAPGUI 一些个性化设置和实用小技巧试读版
61 0
|
28天前
SAPGUI 里的用户界面
SAPGUI 里的用户界面
9 0
|
28天前
|
存储 API
如何在 SAPGUI 的 ABAP 报表里显示图片试读版
如何在 SAPGUI 的 ABAP 报表里显示图片试读版
20 1
|
8月前
|
Web App开发 前端开发 JavaScript
在 SAPGUI 里使用 ABAP 报表上传 SAP UI5 应用到 ABAP 服务器试读版
在 SAPGUI 里使用 ABAP 报表上传 SAP UI5 应用到 ABAP 服务器试读版
396 0
|
7月前
ABAP SAPGUI 里使用 F4 value help 选择时间
ABAP SAPGUI 里使用 F4 value help 选择时间
44 2
|
8月前
|
Web App开发 前端开发 JavaScript
SAP UI5 OData V4 表格控件的批量修改
SAP UI5 OData V4 表格控件的批量修改
29 0
如何把ABAP视图添加到SAPGUI的收藏夹里
如何把ABAP视图添加到SAPGUI的收藏夹里
113 0
如何把ABAP视图添加到SAPGUI的收藏夹里
如何把一个ABAP视图添加到SAP GUI的收藏夹里
如何把一个ABAP视图添加到SAP GUI的收藏夹里
82 0
如何把一个ABAP视图添加到SAP GUI的收藏夹里
SAP Fiori Elements edit按钮的ABAP端实现细节
SAP Fiori Elements edit按钮的ABAP端实现细节
104 0
SAP Fiori Elements edit按钮的ABAP端实现细节