cancel
Showing results for 
Search instead for 
Did you mean: 

interface help

Former Member
0 Kudos

Hello every one

I have requirement like this i have some source files (which are DESADV IDoc files), which are to be converted XML files.

The inbound or source file format to PI is the DESADV (DELVRY01) IDoc. I know that it is possible to make a direct connection from SAP R/3 to PI (by using Idoc to File Scenario), but for now or for the time being my manager wnat to use IDoc file for input to PI. We may change that sometime in the future but for now how do i proceed with this approach.

My question might be simple, but i am new to sap PI, can any one please help me out.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi deep,

In this case, you can create a file sender adapter to send files idoc to the PI.

This adapter have pooling (run of 2 in 2 minutes for example).

Check this links.

http://help.sap.com/saphelp_nw2004s/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

att.

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can use any IDOC input to PI (either XML file or IDOC flat file)

with flat fie you only need to use adater module bean for changing IDOC from flat to XML

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thanks for your help Michal,

You mean i have to use File to File interface.

How to i use adapter module bean, can you please explain bit more breifly.

Thanks

Deepthi

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If you use xml file as the sender, then you need file sender adapter. If you use idoc as source then you don't need any adapter. WIth your ALE configuration between SAP R/3 and PI, you dont need sender communcation channel and agreement.

Refer sap help document for file to file scenario. There are plenty of documents for idoc to file scenario. Search SDN.

If you use idoc to file then refer this document for ALE configuration

Former Member
0 Kudos

Hi Baskar, thanks for ur help.

I am using idoc as sender but it is in file format, can u help me with this

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If you use idoc as xml file, basically you need to look for file sender adapter. Please search SDN for understanding file adapter scnenarios. You can use help document for configuring file adapters too. If you have still issue, Provide your further information here.

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4013f6bb-7ec3-2b10-62b5-e5be01e49...

if you use idoc as flat file then follow above michal's suggestion.