0 Kudos 2,277 SAP Managed Tags: ABAP Development Hi guys, I am creating a custom table in 4.6c. I want to create a maintenance view for the custom table for a transaction. Hw do i do this? thanks and regards,
来自专栏 · SAP 技术 1 人赞同了该文章 本文分以下四种情形来介绍。 Custom container 自定义容器可以使用 CL_GUI_CUSTOM_CONTAINER 类创建,但它需要一个可以放置它的父容器,或者需要在自定义屏幕中创建自定义控制区域。 将自定义容器与其他容器混合,这种方式在实际 ABAP 开发中也很常见。 许多ABAP 开发人员在包含...
Prerequisite for applying Quick Fixes is the local ABAP Test Cockpit run with the SAP S/4HANA readiness checks executed in the ABAP Development Tools in Eclipse over your custom code in the new SAP S/4HANA system. For details on the custom code adaptation using the Quick Fixes see the ...
With the Annotation @ObjectModel.query.implementedBy we have to provide the name of the class that has been created in step 1 which implements the select method of the interface if_rap_query_provider. The tricky part is now the creation of the DDL source code...
Learn how to integrate the Theme Designer in your SAP BTP ABAP Environment to create and use custom themes. You will learn How to integrate the Theme Designer with your SAP BTP ABAP Environment. How to use the Theme Designer to create and maintain custom themes. How to enable the usage of...
如下图所示,SAP SAP S/4HANA Fiori Launchpad 的 Custom Fields tile 里,可以在浏览器里编写 ABAP 代码,并且支持语法高亮: 这个在线编辑器,实现的文件,位于 Editor.view.xml 内: 命名空间是 sap.nw.core…
SAP Managed Tags: ABAP Development Hi, I have a general question. How do we update the custom table through ABAP. Like any database, just using update statement, we can update custom table. Because I need to do some update to the custom table using ABAP. Please let me know the proced...
自定义容器可以使用 CL_GUI_CUSTOM_CONTAINER 类创建,但它需要一个可以放置它的父容器,或者需要在自定义屏幕中创建自定义控制区域。 将自定义容器与其他容器混合,这种方式在实际 ABAP 开发中也很常见。 许多ABAP 开发人员在包含自定义容器区域的屏幕的 PBO 事件期间创建自定义容器,但这不是必须的。也可以在调用屏幕...
SAP Managed Tags: ABAP Development Good day to all of you! I have this task: To add a custom-field to the table MARC. This custom-field will be managed through the MM01/MM02/MM03 transaction as follows: In the Basic Data 1 or Basic Data 2 the custom-field data will be added. ...
We are looking to migrate our underlying database to SAP HANA for which we want our system to be HANA ready with respect to custom ABAP code . Can someone help me with