cancel
Showing results for 
Search instead for 
Did you mean: 

Create flat file from Infoobject data

Former Member
0 Kudos

Hi Experts,

I am using SAP BW 7.3 version.

Qeustion1.:

I have created info objects to store certain data for materials. I want to create flat file from this data, on UNIX path.

This feature has to be scheduled to run in background automatically. This file I am going to access in other SAP systems like APO system.

Kindly guide me on how to create such a flat file from infoobject.

Question 2 :

I want to create download function on infoobjects and the download should open in excel (like a BI query) and then user modifies the values in excel and uploads it back. This upload should load data to infoobject directly.

Thanks,

Krutika

Message was edited by: KRUTIKA SAVE

Accepted Solutions (1)

Accepted Solutions (1)

former_member190104
Participant
0 Kudos

Hi Krutika,

You can use the Analysis Process Designer (APD) to achive this

1. Goto T-Code RSANWB

2. Create New Analysis Process

3. drag and drop data source (Info Provider)

4. give name of info provider  and select the fields you want to export.

5. drag and drop data targets - flat file

6 . give the data target Application server/Client Server. and CSV properties.

7 . drag and drop routine and configure routine along with the code. with source and target.

8.  save, activate and execute.

for more details follow the document

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f06353dd-1fe3-2c10-7197-dd1a2ed38...

Regards,

AK

Former Member
0 Kudos

Thank you Arun!!

Can you tell if the Analysis Process can be included in Process chain?

Regs, Krutika

Answers (3)

Answers (3)

Former Member
0 Kudos

Arun & Loed, Thank you for your response!! I could design with these document's help.

Krutika

Loed
Active Contributor
0 Kudos

Hi,

Good to know that it helped you..

Regards,

Loed

former_member190104
Participant
0 Kudos

Hi Loed,

Process chain inclusion was a learning to me too. Thank you!

Regards,

AK

Former Member
0 Kudos

Thanks Michael, but I need more specific solution to this. I check Help.SAP, but no luck there.

Krutika

michael_devine
Employee
Employee
0 Kudos

Hi,

You can find this information in the BW administration guides in help.sap.com. Then use a process chain to run your load in the background.

Regards,

Michael Devine