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: 

Extend idoc type WPUTAB01

Former Member
0 Kudos

I have to extend a idoc type 'WPUTAB01' so i can include some fields that dont exist in the idoc.

How i can do this?

tks

regards

Luis

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

1) Go to we31.

2) Create a segment.

3) Save , activate and release.

3) go to we30 to create an extension to add the segment to the existing basic type.

4) Save , activate and release.

Refer to this link as well:

http://sap.ittoolbox.com/documents/popular-q-and-a/extending-a-basic-idoc-type-2358

REgards,

Ravi

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

1) Go to we31.

2) Create a segment.

3) Save , activate and release.

3) go to we30 to create an extension to add the segment to the existing basic type.

4) Save , activate and release.

Refer to this link as well:

http://sap.ittoolbox.com/documents/popular-q-and-a/extending-a-basic-idoc-type-2358

REgards,

Ravi

Former Member
0 Kudos

Hi,

Take a look at the steps here.

http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7d6f43d711d1893e0000e8323c4f/content.htm

Regards,

Ravi

Note : Please mark the helpful answers and close the thread if the issue is resolved.

Former Member
0 Kudos

Hello Luis,

1. Goto Transaction WE31. Create new segment with additional custom fields.

2. Goto transaction WE30. Put new Z extended idoc name and select Extension Radio Button.

3. On next screen select second radio button (Create as Copy) and put 'WPUTAB01' infront of Linked with basic type text box.

4. On next screen Click on "Create Sgement" and insert segment which you have created with custom fields.

5. Goto Edit-> Set Release..

thats it.

Cheers,

Nilesh