cancel
Showing results for 
Search instead for 
Did you mean: 

idoc to XI

Former Member
0 Kudos

Hi all,

here i got the problm in posting the idoc with production orders into file..

so here iam sending my exact requirement can anyone explain me this..

When a production order is released in R/3, it should be sent to a legacy system (Database) which is present at the shop floor level. After updating the required information a mail should be sent to a predefined email id informing that a order has been created.

Source : SAP ERP ( LOIPRO01 Idoc)

Target : 1) Database.

2) Mail.

Notes:

1) In Source either IDOC can be used to send data or custom code can be written to fetch the required data and send to XI using proxy. To use either of them the code has to be written in a user exit or BADI.

2) For database either tables can be created in SQL Server or MS-Access can be used.

You may also use file adapter

3) Make your own assumptions and proceed.

4) Proxy Configuration

TCode – CO01 (Create Production Order)

regards,

krish..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

<i>here i got the problm in posting the idoc with production orders into file..</i>

Where are you finding the error?

Regards,

Smitha

STALANKI
Active Contributor
0 Kudos

Are you sending the idoc as an file into legacy system?Or you want to use a stored procedure for updating the data into database using JDBC Adapter?Can you please be clear?You are not at all clear about the requiremnt.