Quantcast
Channel: SCN : All Content - SAP BusinessObjects Design Studio
Viewing all articles
Browse latest Browse all 4216

SAP DESIGN STUDIO 1.6: how to read input datasource to create custom datasource

$
0
0

Hi Gurus, I created a custom datasource filled by a standard datasource:

datasource.PNG

 

My issue is how to identify where the data are stored into my custom datasource for example:

 

data_xml.PNG

 

 

 

I thought that "this.data()" into my routine, contained my input datasource "DS_2" but it's empty.

this.data = function(value) {     if (value === undefined) {          return "";     }else {          if (value) {               this.buffer = value;               if (!this.buffer.formattedData) {                    this.buffer.formattedData = this.buffer.data;               }               this.fireUpdate(false);          }          return this;     }
};

I need to read input datasorce to create my custom datasource. Any idea?

 

Thanks

Patrizia


Viewing all articles
Browse latest Browse all 4216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>