In this blog, we will have a look on how to store and retrieve data in SAP PI on java database in a custom table. And perform CRUD (Create, Read,Update and Delete) of records in the custom table. Also, I will show how to expose this functionality as a web service of that other ...
DATA lt_return TYPE STANDARD TABLE OF ty_bapiret2. "variables generic for implementation of custom entity DATA lv_details_read TYPE abap_bool. "DATA ls_sel_opt TYPE /iwbep/s_cod_select_option. * ensure: in case of a single record is requested (e.g. da...
来自专栏 · SAP 技术 1 人赞同了该文章 本文分以下四种情形来介绍。 Custom container 自定义容器可以使用 CL_GUI_CUSTOM_CONTAINER 类创建,但它需要一个可以放置它的父容器,或者需要在自定义屏幕中创建自定义控制区域。 将自定义容器与其他容器混合,这种方式在实际 ABAP 开发中也很常见。 许多ABAP 开发人员在包含...
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, Frank.Reply ...
SAP Managed Tags: ABAP Development Hello All, I have and requirement to create transport request automatically when and record inserted in to the custom table. Actually FI whe people create or delete some bank account from DEV client the transport request creates automatically and they transport ...
如下图所示,SAP SAP S/4HANA Fiori Launchpad 的 Custom Fields tile 里,可以在浏览器里编写 ABAP 代码,并且支持语法高亮: 这个在线编辑器,实现的文件,位于 Editor.view.xml 内: 命名空间是 sap.nw.core…
You have access to a SAP BTP ABAP Environment in a Cloud Foundry space. You are a member of the Cloud Foundry space where your SAP BTP ABAP Environment resides, and you have TheUI Theme Designeris a business service integrated in the launchpad service. It can be accessed from your launch...
SAP Managed Tags: ABAP Development Hi All, I am using BADI MB_MIGO_BADI to create a additional custom tab in line item level. I've managed to update these custom fields and stored in table (eg: ANLA). However, during display mode in MIGO, how do I retrieve these custom field values...
自定义容器可以使用 CL_GUI_CUSTOM_CONTAINER 类创建,但它需要一个可以放置它的父容器,或者需要在自定义屏幕中创建自定义控制区域。 将自定义容器与其他容器混合,这种方式在实际 ABAP 开发中也很常见。 许多ABAP 开发人员在包含自定义容器区域的屏幕的 PBO 事件期间创建自定义容器,但这不是必须的。也可以在调用屏幕...
in the context menu chooseSettings for Current Configurationfor the relevant header. Note that the cursor must be positioned on the header of the table or of the container UI element. In the next dialog box chooseEdit Customer Enhancement Fields. Now you can select whether a field is to be ...