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

Adding a segment to a Basic IDOC type

Former Member
0 Likes
2,991

Hi every one,

How do i add a segment that I have created to an existing Basic Idoc type ?.

Can some one give me a solution for this.

Thanks,

Arul.

6 REPLIES 6
Read only

Former Member
0 Likes
1,947

Hi,

Guess you can do it through WE31 transaction. Create a segment and assign it to the basic type.

Cheers

VJ

Read only

Former Member
0 Likes
1,947

Make use of WE30/ WE31/ WE32.

-Mohan.

Read only

Former Member
0 Likes
1,947

hi ,

Idoc extension can be done with 4 steps

1. creation of new extension type and a new segment

2. creation of a idoc type

3. link idoc type to message type

4. check the idoc type.

1. creation of new extension type and a new segment

we30--idoc typesobject name-extension type-create-create new-create-place the cursor on the location

2. step:

we30----

3. we82 or we 30

4. WEDI

If you find it useful plz mark the points

Regards,

Naveen

Read only

Former Member
0 Likes
1,947

hi,

Use WE30 transaction

Read only

former_member404244
Active Contributor
0 Likes
1,947

hI,

First create a segment in WE31 tcode.then go to Tcode-WE30,now click on the extended idoc radio button,give the extended idoc name(Zextend like ths).now press on create button,then u give the basictype u want to use for example(ORDERS05,),also the short text.Now ur extended idoc will have the basictype segements,now u have to insert u newly created segment .So u need to decide where u want to add .Choose the appropriate segment and then press on create button ,now u have to give ur newly segment thre.This newly created segment will be the child segment to the parent segment.

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,947

Steps.

Use WE31 create segment and release.

Use WE30 Use to create IDOC type. Now in this we have two options.

1. Basic ( not required now)

2. Extended (select this)

it will as for the Basic Idoc type to which you want to add this segment.

Now give the Basic IDOC type and say create.

Now it will show the tree structure of Basic IDOC and now add your Segment as child segment to any one of the Segments displayed.

Adding the segment at same level is not possible.

BR,

Ravi