In part-1 of this blog series we will add a custom field Smart Number to SAP S/4HANA Manage Purchase Order SAP Fiori app and also make it editable so that data will persist in Database.
Manage Purchase Order is Created using below principles:
...
I am following the Open SAP course Building Apps with the ABAP RESTful Application Programming Model and currently at WEEK 3 UNIT 3.
Using the github , link of tutorial to add the behavior definition for Projection View.
On Fiori Preview I cannot...
Discover how to implement SAP Leonardo Machine Learning Functional Service in ABAP environment
The below tutorial explains the steps to implement SAP Leonardo Machine Learning Functional Service using SAPUI5
https://www.sap.com/india/developer/tut...
I have an internal table ITAB whoose line type is char256 but it contains xml strings.for example the internal table already contains xml tags and I dont need to convert data into xml type.However I need to convert it to a internal table of XML (Hexa...
Hi allI have a strange problem that every warning message is getting triggrred as an error message.for exp even a simple code like below is throwing error message instead of warningstart-of-selection. write: 'Welcome'. message 'warning1' type 'W'. wr...
Hi GerardoI was not able to explore more on thisYou can contact kanwardeepsingh.gill from SAP, I think his team have implemented the custom value help for Fiori Apps for Procurements Apps based on BOPF and RDS
I am on latest version of S4 Hana which will be released in 2022 sometime this year.E_PurchasingDocument can be extended as well as you correctly mentioned. It is an extension View association provided by SAP to get custom fields from EKKO table.Howe...