Created New Service Binding with RAP programming Model. I also Use the Service Binding Preview Option to test My application. After some Time My changes in consumption view is not reflecting on my preview Application.
Work Around , what I done. cl...
Area - ABPA RESTful Programming model.
I created CDS view with below fields. Data element behind the attributes have the conversion exit.
Because of the Conversion exit, my service Binding Preview tool, is not loading the application.
So I che...
METHOD convert_curr BY DATABASE PROCEDURE FOR HDB LANGUAGE SQLSCRIPT
OPTIONS READ-ONLY.
declare lv_date date;
declare lv_new_currency nvarchar( 3 );
select current_date into lv_date from "PUBLIC"."DUMMY"...
2019-11-28-14-47-16-short-dump.png
Creating new application with fiori Elements List report. When i select the entry in List Report, The Object page shown with above error Message.
Here I mentioned my annotation file details.
<Annotations Targ...
Hi,
I try to reproduce the case. But I couldn't make. I have issue with line item to be displayed on detail page.
I done all the steps explained above. In details page, I can able to se the Service Order table, But there is no Item table . My it...
I try to build the AMDP method the FLIGHT samples below I mentioned the full class code, where have the Code Error On CONVERT_CURRENCY function, I don't know what is the issue there..CLASS zcl_hex_amdp_001 DEFINITION
PUBLIC
FINAL
CREATE PUBLIC ...
Hi,
if you do the update to the existing Pricing condition, the standard application always delete the existing condition and create the New One, so you have pass the Delete data set first to delete the Old record and new date set to create the New...
Hi,
if you do the update to the existing Pricing condition, the standard application always delete the existing condition and create the New One, so you have pass the Delete data set first to delete the Old record and new date set to create the New...