Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

uploading data using portals

Former Member
0 Likes
418

Hello Gurus,

in my program i am using 'KCD_EXCEL_OLE_TO_INT_CONVERT' as a function module to upload the file and it is working very good when i am uploading the data through GUI and now i am trying to upload the data using portal it is not working at all. can anybody give me the solution how to upload the data using portal or which function module i have to use. i will appreciate it

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
383

This FM is not Remote callable so cannot be called from outside of SAP system. You need to find FM which is RFC-enabled.

Read only

Former Member
0 Likes
383

HI Sulleman,

please chk these link. i hope they will help you.

Pls use BW07 & BW10 Tcodes for generating the Hierarchy Data Source in R/3.

If its a set of hierarchy you can use tcode BW07 to generate datasoucre, and for standard hierachies you must be having datasources already created.

Now just replicate datasoucre in BW side, and in infopckage selection you can get newly created hierarchy. Select and schedule it, it will be loaded into BW.

For External Hierarchy in BW , download to Flatfild and then upload.

The useful link:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0403a990-0201-0010-38b3-e1f...

and:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0403a990-0201-0010-38b3-e1f...

http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm

/thread/107051 [original link is broken]

thanks

shankar

reward me if usefull