cancel
Showing results for 
Search instead for 
Did you mean: 

showing blank spreadsheet while using Office control element

Former Member
0 Kudos

Hi,

while using Office control element im getting blank spreadsheet in my WD component. I have added one node with attribute of type xstring and converted my text into xstring via. function module SCMS_STRING_TO_XSTRING. Before this i have binded the internal table with this node and using this attribute as datasource to office control element. Any suggestion how to get data in spreadsheet. Is there XML conversion (via. any method or FM) require in this process.

Rgds

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Vijay,

Here are the Properties that are mandatory to maintain for Office Control UI Element. This may be helpfull to you.

dataSource : MAIN.OFFICE.SOURCE

documentType : ms_excel

Coming to the context -> Create a Node->Ex:Office with Cardinality 1:1 & Selection 0..1 with Lead Selection Active

Within that node, create an attribute SOURCE of type XSTRING.

That's it.

Edited by: Manjunath CN on Dec 2, 2009 4:54 AM