Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Downtime Scheduled for This Weekend

data transfer via EDI

Former Member
0 Kudos
159

Hi,

We have a requirement in our project where in we need to send out EDI file out of SAP to Mainframes and JD Edwards. This file would contain details about confirmation of a quotation to an ORDER.

I wanted to know how i can achieve this and also is any middleware/adapter needed for this transfer?

Regards,

Jayant

3 REPLIES 3

Former Member
0 Kudos
75

Hello

check the following steps....

Developing an EDI scenario will include the following steps:

OUTBOUND:

Create Segments and IDoc type;

Create Message Type and link to IDoc type;

Populate IDoc using message control \ user exit or program (ABAP);

Distribute IDoc using MASTER_IDOC_DISTRIBUTE;

Create object type if required;

Generate outbound partner profiles;

INBOUND:

Write inbound function module (FM) to process inbound IDoc (ABAP);

Create process code and link to FM;

Generate inbound partner profiles; and

Link object type to FM for error handling.

IDoc type Logical message type Description

ORDERS01 ORDCHG Order change

ORDERS01 ORDERS Order

ORDERS01 ORDRSP Order response

INVOIC01 INVOIC Invoice

Thank u,

santhosh

Former Member
0 Kudos
75

Hi,

I think this link will help you.

Thanks,

Asit Purbey.

Former Member