cancel
Showing results for 
Search instead for 
Did you mean: 

How to advance my first widget?

Former Member
0 Kudos

Hi Widgets-Experts,

I just developed my first widget like described here:

So im using FM RFC_READ_TABLE to get the data. But the data are a little bit unstructured, I am wondering if I could draw a kind of a table.

It would also great to add some traffic light depending on the provided data. For me it looks like if I would have no access to the data which are stored in mytext.data .

I am looking for a kind of a loop where I could check values and could set a status light depending on the data value.

Is that possible in the above mentioned scenario?

I am looking forward hearing from you!

Best regards

Tom

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

check this code sample where i have a slightly modified version of RFC_RAD_TABLE which would return the result in XML format which is easier to handle.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f50dcd4e-0501-0010-3596-b686a7b5...

Regards

Raja