All of us have come to see certain limitations in standard Fiori applications, whether we are talking about the missing Dunning Data at Company Code level in Manage Business Partner App or an upload feature in the Create Sales Order VA01 app. That is...
I have created the following annotation that points to a standard CDS:
In XML:
<smartFilterBar:ControlConfiguration key="SalesOrderType" visibleInAdvancedArea="true" index="1" groupId="_BASIC"preventInitialDataFetchInValueHelpDialog="false"></smart...
Has anybody tried to enhance a standard Fiori app by adding some custom fields in a newly created group and then wanted to translate that particular group name:
create-group.jpg
Also were can I find all of the existing translations (Tabs, Groups ...
Dear experts,
Currently I'm trying to extend some fields for the Manage Business Partner Master Data at the Company Code Level.
My problem is that I want to make them editable, I get a 500 error when querying the entity that it should remain read...
Introduction
The S/4 HANA Cloud environment can pose a serious challenge for the development process since you have a limited amount of business process modifications available and the backend is inaccessible. Thus the only way to develop new apps is...
First in the xml, define the event initialized like so:<smartFilterBar:SmartFilterBar id="smartFilterBar"
entitySet="myEntity" initialized="onFilterBarInitialized><smartFilterBar:controlConfiguration>
<smartFilterBar:ControlConfiguration key="Bukrs"...
Raised an incident with SAP and the solution would be to search in SE63 t-code at Short Text => User Interface Text => "LRDS" (LRepository Client-Specific Short Texts). Subsequently, while doing a change in the adapt ui, if you filter in Network for ...
I did some research and the entity /A_CustProjSlsOrdItem supports only PATCH calls, thus I changed the call from the create to the update method and specified the proper values and it resolved the error messages in the console/networking tabModelNew....
c9f8de6ef0704cac8b4246c3c6e79ac1 below is an example of how this ComboBox was defined in the xml fragment:<ComboBox id="Createnumber" change="onDropdownChange" visible="{generalProps>/number/Createvisible}" valueState="{generalProps>/number/valueSt...
Thanks for taking the time Praveen, but this doesn't answer my question. I read the documentation and I was expecting for it to function as it is written there.The problem was why even though I am providing a parameter in the FROM field, it is not ta...