Quantcast
Channel: SCN : Popular Discussions - SAP Cloud Applications Studio
Viewing all articles
Browse latest Browse all 1333

SAP Cloud SDK : Read Product Description Using QueryByDescription

$
0
0

Hi Expert,

 

I have create custom solution with ProductID and Product Description.

I have assign public OVS productId to Product ID field and on event AfterModfy i have implemented code as below.

 

var query = Material.QueryByDescription;

var resultData = query.Execute();

// 2. Selection

var selectionParams = query.CreateSelectionParams();

selectionParams.Add(query.ProductID.content, "I", "EQ", this.ProductID.content);

resultData = query.Execute(selectionParams);

 

I have 22K product in system.

Can anyone help me what I can do because when i read the product description its Loading ......message and give exception.

 

Regards,

Mithun


Viewing all articles
Browse latest Browse all 1333

Latest Images

Trending Articles



Latest Images

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