cancel
Showing results for 
Search instead for 
Did you mean: 

Data table and complex table data to UI5

0 Kudos

Hi,

Is there any way to send Data Table and/or complex table data to UI5 layer from SAP Work Manager 6.4?

My actual moto is to have all SAP Work Manager Agentry screens to be replaced by UI5 screens. Is it possible?

Is it possible to send any collection from Agentry to UI? I am trying to send WorkOrders collection like below, but I am not getting WorkOrders information in UI5 (UI5 alert message).

Regards,

Shyam

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes, the UI5 Open UI control can access any of the object collections. You can review the sample application that comes with the SDK for an example of this.

In terms of DT/CT data, this is not exposed to the Open UI layer and is not accessible from that control.

The UI5 control is not intended as a full UI replacement but instead to augment certain places where this functionality is required.

--Bill

0 Kudos

Thank you very much for your input Bill.

Actually I want to pass whole WorkOrders collection (including it's child collections). Is there any way to acheive this?

I reviewed the sample application, it don't have the way to pass the collection like I used (Object / Collection - PROP_NAME_X or OBJECT_NAME_X)

Regards,

Shyam

Former Member
0 Kudos

Hi Bill,

I can see some rule applied in concatenations of the fields of Activity Code Descriptions, how can we call any rules in INFOLINE agentry values of the control which can solve the DT/CT data issues.

Regards,

Sanjoy

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Sanjoy,

I'm not sure what you are really asking. I would recommend creating a new question since it doesn't appear to be related to the original question here.

--Bill