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

简介: 如何把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 )


image.png

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

image.png

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

image.png

then click “Technical Information” icon,

image.png

then you get the screen-field name:

image.png

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.


image.png

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.


image.png

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

image.png


相关文章
|
2月前
|
Java Linux BI
使用 ABAP 在 SAPGUI 里直接执行 Linux 操作系统的命令
使用 ABAP 在 SAPGUI 里直接执行 Linux 操作系统的命令
使用 ABAP 在 SAPGUI 里直接执行 Linux 操作系统的命令
|
10月前
|
存储 搜索推荐 BI
一个 15 年 SAP ABAP 开发人员分享的 SAPGUI 一些个性化设置和实用小技巧试读版
一个 15 年 SAP ABAP 开发人员分享的 SAPGUI 一些个性化设置和实用小技巧试读版
|
2月前
|
开发工具 Web App开发 IDE
如何对 SAPGUI 里的 ABAP 代码语法检查功能进行自定义增强配套代码
如何对 SAPGUI 里的 ABAP 代码语法检查功能进行自定义增强配套代码
如何对 SAPGUI 里的 ABAP 代码语法检查功能进行自定义增强配套代码
|
2月前
|
存储 API
如何在 SAPGUI 的 ABAP 报表里显示图片试读版
如何在 SAPGUI 的 ABAP 报表里显示图片试读版
|
2月前
|
数据库
迈入 SAP CDS View 世界的前置知识 - SAP ABAP 数据库视图介绍试读版
迈入 SAP CDS View 世界的前置知识 - SAP ABAP 数据库视图介绍试读版
迈入 SAP CDS View 世界的前置知识 - SAP ABAP 数据库视图介绍试读版
|
2月前
|
XML 持续交付 开发工具
SAPGUI 里 ABAP 代码导出成 PDF 格式的隐藏小技巧
SAPGUI 里 ABAP 代码导出成 PDF 格式的隐藏小技巧
ABAP SAPGUI 里使用 F4 value help 选择时间
ABAP SAPGUI 里使用 F4 value help 选择时间
|
9月前
|
存储 XML BI
如何在 SAPGUI 里显示上传到 ABAP 服务器的 PDF 文件试读版
如何在 SAPGUI 里显示上传到 ABAP 服务器的 PDF 文件试读版
|
9月前
|
存储 XML BI
使用 SAP ABAP 代码生成 PDF 文件,填充以业务数据并显示在 SAPGUI 里试读版
使用 SAP ABAP 代码生成 PDF 文件,填充以业务数据并显示在 SAPGUI 里试读版
|
10月前
|
Web App开发 前端开发 JavaScript
在 SAPGUI 里使用 ABAP 报表上传 SAP UI5 应用到 ABAP 服务器试读版
在 SAPGUI 里使用 ABAP 报表上传 SAP UI5 应用到 ABAP 服务器试读版