cancel
Showing results for 
Search instead for 
Did you mean: 

file-to-idoc in 7.3

ebsor
Participant
0 Kudos

Hi,

I am creating file-to-idoc in 7.3 but cannot find any dcument to follow, i have a xml file from which wanted to create sales order.

is there any document for 7.3?

thanks,

7Z

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member238007
Contributor

HI Zubail Aslam,

First you have to let us know is it a single java stack installation or dual stack installation, if it is dual stack installation then you can go ahead with standard pi to ecc connectivity which you have number of documents in place but for your information i will let you know once again.

In XI:

Need to create 1. RFC destination (SM59), 2. PORT (IDX1) which should be six characters starting with SAP & following with System ID.  

3. Importing IDOC metadata using IDX2

IN R/3 ECC Side:

Definie logica system using BD54

Create Partner profile and add IDOC message type as an inbound.

usually you will get sender business system defninition error you can refer the below blog to resolve the issue.

http://wiki.sdn.sap.com/wiki/display/XI/Unable+to+convert+Sender+system+to+ALE+logical+system

If you face and issues with manadatory segment mapping with EDIDC40 then you can see this link:

http://scn.sap.com/community/pi-and-soa-middleware/blog/2005/09/01/xi-idoc-adapter--edidc40--demysti...

Thanks,

--Kishore

ebsor
Participant
0 Kudos

Hi,

I am working on single java stack installation, hard to find any resource/document.

reagrds,

7Z

Former Member
0 Kudos

Hello,

Pointers are already provided to u so what exactly u want? I would suggest that start creating ur scenario and let us know in case u face any issues.

Thanks

Amit Srivastava

Former Member
0 Kudos

Hi,

if you are in dual stack two possibles ways you can implement the same.

1. Classical scenario - lot of links available for the same in SDN.

2. ICO Configuration - you need to configure the RFC destination for the receiver channel in NWA for the idoc receiver channel and configure the same in receiver idoc_aae channel everything else remains like ICO scenarios...

if you are in single stack only option 2 is feasible...

Check for ico object creation in SDN if you are a newbie to PI...ESR remains unchanged..

Gud Luck

Rajesh

praveen_sutra
Active Contributor
0 Kudos

Hi Zubair,

PFB the SAP help document.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/cc/be413f7c8c4f978b7c755a4bc957d8/content.htm

thanks and regards,

Praveen  T

Former Member
0 Kudos

Hello,

In case you are using ABAP stack Idoc adapter then u will find lot of articles on SDN which will show how to implement file-to-idoc scenario in PI

http://wiki.sdn.sap.com/wiki/display/profile/2007/05/11/File+To+IDOC+-+Part3+%28Steps+required+in+XI...

In case you are using java idoc adapter, then apart from idoc adapter configuration rest all settings will remain same

http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/21/pixi-pi-73-new-java-based-idoc-ad...

Thanks

Amit Srivastava

former_member194786
Active Contributor
0 Kudos

Hi Zubair,

Try out these links for IDoc AAE receiver configuration:

http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/21/pixi-pi-73-new-java-based-idoc-ad...

http://scn.sap.com/people/william.li/blog/2011/05/04/configuring-pi-730-java-idoc-adapter

Rest of the configuration is pretty straight forward and should be easy to identify on SCN.

Regards,

Sanjeev.

ambrish_mishra
Active Contributor
0 Kudos

Hi Zubair,

You should break down your scenario into first reading the xml data from the file through the adapter, importing the IDoc metadata,  mapping file data to IDoc (segments and fields) which would be based on process team's inputs and how to post the IDoc in ECC through the interface (what are the settings required in PI for the same).

technology platforms change but scenarios are not version-specific.

Hope it helps!

Ambrish