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

segments+idoc

Former Member
0 Likes
803

What are segments in idoc?

1 ACCEPTED SOLUTION
Read only

former_member31961
Contributor
0 Likes
780

All records in the IDocs, which come after the control record are the IDoc data. They are all structured alike, with a segment information part and a data part .

Segment defines the format and structure of a data record. Segments are reusable components. The segment info tells the IDoc processor how the current segment data is structured

and should be interpreted.

For each segment SAP creates

Segment Type (version independent)

Segment Definition (version dependent)

Segment Documentation

The segment name corresponds to a data dictionary structure with the same name,

which has been created automatically when defining the IDoc segment definition

with transaction WE31 .

Hope this is useful.

shrinivas

What are segments in idoc?

3 REPLIES 3
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
780

Hi,

ALE uses IDocs to exchange data between logical systems.An IDoc consists of a header, several data segments and status records.

The contents, structure, sender, receiver and current status of the IDoc are defined in the IDoc header.

Each data segment contains a standard header consisting of a sequential segment number, a description of the segment type and a 1000 character long string field containing the actual data of the segment.

The status records show the history of the processing steps applied to the IDoc so far.

Read only

former_member31961
Contributor
0 Likes
781

All records in the IDocs, which come after the control record are the IDoc data. They are all structured alike, with a segment information part and a data part .

Segment defines the format and structure of a data record. Segments are reusable components. The segment info tells the IDoc processor how the current segment data is structured

and should be interpreted.

For each segment SAP creates

Segment Type (version independent)

Segment Definition (version dependent)

Segment Documentation

The segment name corresponds to a data dictionary structure with the same name,

which has been created automatically when defining the IDoc segment definition

with transaction WE31 .

Hope this is useful.

shrinivas

Read only

Former Member
0 Likes
780

Hi,

Segment are struture's which have some fileds.

Example check this segment:

E1EDK01

thanks

Sunil