cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro component - Flat file upload

Former Member
0 Kudos
159

Hi,

We have a requirement to upload a flat file to Planning cube (real time cube) through Web Dynpro component.

Web Dynpro component which we have developed is able to read the records from the flat file.

Now, the issue is u201CHow can we save the records read from the flat file to planning cubeu201D?

If anyone has worked on the similar requirement, pls reply. Thanks in advance.

Note : We have a planning sequence which will be executed on the click of UPLOAD button.

This planning sequence has a filter on Infoprovider (cube which we are using for planning) and a planning function of type u201CFile uploadu201D in which we have defined the flat file format.

Aggregation level is made on Multiprovider which has 2 underlying cubes (One is realtime and other one is standard).

Is there any function module in which we can pass the name of the flat file so that it will be uploaded in planing cube?

Regards,

Ankur

Accepted Solutions (0)

Answers (2)

Answers (2)

MartinMaruskin
Active Contributor
0 Kudos

You can deploy solution provided by Marc Bernard within following SDN's contribution:

[u201CLoad a File into SAP NetWeaver BI Integrated Planningu201D |http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90cef248-29e0-2910-11bb-df8dece7e22c]

This uses webdynpro functionality.

Former Member
0 Kudos

Hi Martin,

I already found this document and went through it.

I found the issue in the action on upload button.

Thanks for your reply.

Regards,

Ankur

former_member210674
Participant
0 Kudos

Hi Ankur,

If you are using Planning function type 'File Upload' then it will automatically saves data.

Regards,

Gopi R

Former Member
0 Kudos

Hi Gopi,

I was already using the File Upload Type planning function.

There was some issue the code which was executed on clicking upload button in Web Dynpro.

The problem is solved now.

Thanks for your reply.

Regards,

Ankur