Application Development and Automation 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: 
Read only

IDoc Interface Creation

Former Member
0 Likes
354

Hi,

Can somebody tell me the procedure in detail, how to create an IDOC interface for Order/Quote Confirmation including the transaction codes? I'll be very greatful.

Thanks,

John.

2 REPLIES 2
Read only

Former Member
0 Likes
324

The first step in creating a new IDOC is to create all the segments that go into that IDOC. There are some rules that have to be followed while creating the segments:

The name of that segment type must start with ‘Z1’

For each field in the segment you have to define a field name, a data element for the segment structure and a data element for the segment documentation.

The data element for the segment structure has to be of data type ‘CHAR’

The IDOC tools create overall three structures:

Z1nnnnn - field names

Z2nnnnn - data elements for structure definition

Z3nnnnn - data elements for documentation

IDoc type

IDoc structure type

Receiver port/partner type/partner number

Sender port/sender type/sender number

Read only

0 Likes
324

Hi,

Thats a very useful answer. But could you please give me the step by step procedure with T-Codes as to how to create an Outbound IDoc and Segments for that IDOC?

Thanks,

John.