Hello Community,
For email notification of workflow, we maintained a email template For PO and PR by copying the standard template.
We extended C_WORKFLOWTASK CDS view with PO/PR price fields, doc types.
The Document types values are getting d...
Hello community,
I am new to AMDP. When I created a AMDP method in which I want to use standard CDS/ another custom CDS view inside the method. It shows me remove the error client specific restriction to the CDS view in the method implementation. S...
Hello Community,
We have an embedded system. When I try to run the odata URL in browser it is asking username and password twice. I tried to see the network tab, first time the authentication is getting failed and second time when I re entered the ...
Hello Community,
I want to know the process of how to import the Fiori elements/BSP application (Ui5) project from ABAP repository to Visual studio code (VS Code) and what are the npm commands to be run after importing to run the app normally
you can create model instead of enhancement and use it in your extension
DATA lo_model TYPE REF TO /iwbep/if_mgw_odata_fw_model.
lo_model ?= lo_metadata_provider->get_service_metadata(
iv_internal_service_name = '<SERVICE NAME>
i...
Hi Siergo,
Redefine your /IWBEP/IF_MGW_CONV_SRV_RUNTIME~INIT_DP_FOR_UNIT_TEST method in DPC_EXT with below code, then it will work.
/ DATA: lr_request_context TYPE REF TO /iwbep/cl_mgw_request_unittst=>ty_s_mgw_request_context_unit.
DATA: lt...
Hello,
Yes there is no need to create new Odata service in /IWFND/MAINT_SERVICE on your SEGW project and no need of Fiori(FIN_CUST_LITS) extension project. Just do redefine the odata and override the base service while generating the classes and MDL...
Thanks for the blog.
For last use case I think string_agg( ) will also work.
https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.04/en-US/a924ee1e98ab435a874efa32e6f0ae14.html