former_member317811
Explorer
Member since ‎09-23-2008

User Statistics

  • 24 Posts
  • 0 Solutions
  • 3 Kudos given
  • 17 Kudos received

User Activity

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...