former_member244474
Explorer
Member since ‎2012 Feb 12

User Statistics

  • 13 Posts
  • 0 Solutions
  • 7 Kudos given
  • 3 Kudos received

User Activity

In SQL server we could do something like this. Please see the source here. declare @results varchar(500) select @results = coalesce(@results + ',', '') + convert(varchar(12),col) from t order by col select @results as results | RESULTS | --------...
Fiori elements support Draft documents. For example, you can create a draft product, then update it in various stages (the draft gets updated/merged in backend - o data supports it). This is done in SAP UI5 library which has a draftcontroller. I wa...
I am pretty new to o-data based SAP Fiori UI and Smart Templates UI. And I am confused about UI annotations and how they influence the UI.In any o-data based FIORI launchpad -O-data service metadata document contains 2 different kind of annotations....
Hi,How should I proceed about writing a simple transformation to get JSON out of a simple ABAP structure.  Everythwere I see ABAP to XML transformation but I dont find anything for ABAP to JASON.  A poniter to this particular transformation help docu...
I am pretty new to ABAP and was wondering what is the technical difference between these 2. Also what is the significance of field symbols! I mean they are just placeholders which can hold any derefrenced data. The same thing could be done by declari...