cancel
Showing results for 
Search instead for 
Did you mean: 

Readily available bean in PI 7.1 to upload excel file

Former Member
0 Kudos

Hi,

Is there any readily available bean to upload excel file thru File adapter to PI. working on PI7.1 version. Please let me know if any.

Thanks,

Jogula Ramesh

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member204873
Contributor
0 Kudos

For developing Adapter module for same, please check the links below:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e674...

http://wiki.sdn.sap.com/wiki/display/stage/AdapterModuleToReadExcelFilewithMultipleRowsandMultiple+Columns

Former Member
0 Kudos

Hi,

you need to develop own module ...as there is no standard module available for the same...

Check the below link if need available standard modules in 7.1

http://help.sap.com/saphelp_nwpi71/helpdata/EN/84/2e3842cd38f83ae10000000a1550b0/frameset.htm

HTH

Rajesh

santhosh_kumarv
Active Contributor
0 Kudos

As far as I know there isn't any standard bean... you need to write a adapter module.

~SaNv...

Former Member
0 Kudos

I dont think so. You can use JExcel or Apache POI to create adapter module for converting excel to required format.

-SK