cancel
Showing results for 
Search instead for 
Did you mean: 

PROBLEM IN EXCEL EXPORT. URGENT!!!!!

Former Member
0 Kudos

hi all,

I have requriment acco to which i need to download or export the content of the table UI element to excel 2003. I used the a excel export application, but facing problem like. in the below mentioned method name, how are the parameters

1) com.sap.tc.webdynpro.progmodel.api.IWDNode

2)java.util.map

has been taken, i am not able to get this in my application where i need to use this method.

or is there any other method by which i can export my table data to excel2003. please this really urgent requirment.

public void exportToExcel2003( com.sap.tc.webdynpro.progmodel.api.IWDNode

dataNode, java.util.Map columnInfos )

REGRADS

SHARAN

Edited by: saisharan kalla on Dec 20, 2007 6:01 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi SHARAN,

Open methods tab in your controller.

1.Create method exportToExcel2003() using New Button at the upper List Box.

2.Select this method and click 'New' button in the Parameters List Box, wizard appears

3. In the wizard, just beside the Type Dropdown ... button appears.

Click on it.

4.Type Selection Wizard appears. Select Java Native Type Radio Button. Input field appears-> Click on Browse Button.

Here You can enter type of IWDNode and Map and enter name of the parameter and click finish.

regards,

Siva

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sharan,

What exactly is the problem u r facing with those parameters??

U can use this method also for excel export

/people/subramanian.venkateswaran2/blog/2006/08/16/exporting-table-data-to-ms-excel-sheetenhanced-web-dynpro-binary-cache

U can check with this also

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/webDynproJava-ExportingTableDataUsingOn-DemandStreams-SAPNW+7.0&

regards

Sumit