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...
Hi Florian,
Is there an easy to do the reverse as well? Converting the comma (delimited separated) values into a column? Or do I have to write my own function for that?
Thanks
Hi Joe,
Thanks for the reply. It's good to know that other people are interested in this area. I will be following your blogs and hope you will have to share more n this topic in near future.
Best Regards,
Vivek
Hi, Thanks for the post.
I have a question regarding the UI annotations from o-data and other sources.
Regarding the other SAP.UI and SAP.common “complimentary annotations”. I see these under the <Annotations> tag in the $metadata. But in any FIO...