如何把一個ABAP檢視新增到SAP GUI的收藏夾裡
The idea comes from Sougata Chatterjee’s anwser in this thread:
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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2713209/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何把ABAP檢視新增到SAPGUI的收藏夾裡GUI
- SAP GUI裡的收藏夾事務碼管理工具GUI
- 介紹一種對 SAP GUI 裡的收藏夾事務碼管理工具增強的實現方案GUI
- 一步步把SAP GUI的事務碼配置到SAP Fiori Launchpad裡GUI
- 如何檢視 SAP Spartacus PageLayoutComponent 裡的 template$ 的值
- 如何把 SAP ABAP 系統裡一張資料庫表的內容,顯示在 Adobe PDF Form 裡資料庫ORM
- 把經典的ABAP webdynpro應用配置到SAP Fiori Launchpad裡Web
- SAP ABAP Netweaver 裡的 ABAP 會話概念會話
- 如何在SAP Cloud Platform ABAP程式設計環境裡建立一個employeeCloudPlatform程式設計
- SAP ABAP CDS view 檢視的 Replacement 技術介紹View
- SAP ABAP和Linux系統裡如何檢查網路傳輸的資料量Linux
- SAP GUI裡Screen Painter的工作原理GUIAI
- 如何在ABAP Netweaver和CloudFoundry裡記錄並檢視日誌Cloud
- SAP ABAP CDS view裡的註解在ABAP後臺是如何被解析的?View
- 如何檢視型別為LRAW的SAP ABAP資料庫表欄位的內容型別資料庫
- SAP SEGW 事物碼裡的 ABAP Editor
- 如何實現SAP GUI的自定義語法檢查(Syntax check)GUI
- 如何把某個網站的SSL Server certificate鏈匯入到ABAP Netweaver系統裡網站Server
- SAP ABAP Netweaver裡的胖介面(fat interface)
- 把多個資料夾中的檔案批量放到一個資料夾
- 一個好用的SAP ABAP工作程式跟蹤工具
- windows10系統下怎麼將網址或資料夾新增到收藏夾中Windows
- SAP PM入門系列4 - 如何手工觸發一個新的PM檢驗批?
- SAP UI5 檢視裡的 OverflowToolbar 控制元件UI控制元件
- 使用 yo 命令列嚮導給 SAP UI5 應用新增一個新的檢視命令列UI
- 批量將一個視訊新增到多個視訊中的背景,一鍵生成視訊背景
- 動手開發一個有用的 ABAP ALV 工具 - 檢視指定使用者的 ABAP 傳輸請求
- 如何檢視某個使用者指定時間段的ABAP開發記錄
- 收藏一個《視訊錄製的教程》
- SAP ABAP呼叫WEBAPI(一)WebAPI
- win10如何讓edge收藏夾同步_win10同步edge收藏夾的方法Win10
- 如何把SQL Server中一個表,一個儲存過程,一個檢視等改為系統表,系統儲存過程,系統檢視等...SQLServer儲存過程
- 收藏夾
- SAP SEGW 事物碼裡的 ABAP 型別和 EDM 型別對映的一個具體例子型別
- 如何在 SAP ABAP ALV 報表裡以交通燈的方式顯示某一列的值
- SAP ABAP 平臺新的程式設計模型程式設計模型
- SAP Hybris和ABAP Netweaver裡的DAO(Data access object)Object
- SAP ABAP Netweaver 裡的使用者會話概念會話