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 Extension

Former Member
0 Likes
932

Hi All,

When I am extending an idoc, I am getting an error "Action is not possible for generated Iodc types". Can anybody tell me why does this error come?

Regards,

Jeetu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
910

if u r making changes to existing segments,

make sure u cancel the release first.

then make ur changes

again release the same after u finish ur changes.

tx

kiran

Hi All,

When I am extending an idoc, I am getting an error "Action is not possible for generated Iodc types". Can anybody tell me why does this error come?

Regards,

Jeetu

5 REPLIES 5
Read only

Former Member
0 Likes
910

Hi Jeetu,

Just check if you are following the correct steps as per below thread.

Regards,

Atish

Read only

former_member404244
Active Contributor
0 Likes
910
Read only

Former Member
0 Likes
910

Hi,

for extended idoc,these r the following steps u need to follow.

1>we31(create new segments with fields u want to populate)

2>we30(create an extension idoc type).in we30 u will get to radio buttons.1>basic type 2>extension.click on the extension and then copy the basic type.Now will get all the segmnts .Now add the new segments under the parent segement which needs to be extended.

3>attach the extended idoc type to basic type and message type to tcode WE82.

4>Now u have to search for an exit where u have to write ur code in order to populate the fields which u have extended.Basically u will write in the Function module.Make sure u r writing in the correct exit.Evry messagetype will have a function module.

5>create a project in cmod and activate the function exit

Refer this link:

http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm

http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
911

if u r making changes to existing segments,

make sure u cancel the release first.

then make ur changes

again release the same after u finish ur changes.

tx

kiran

Read only

0 Likes
910

Hi All,

I have followed the as per idoc extension procedure. Still I will explain in bit detail how I am doing and where did I get an error.

Step 1:

We 30, I gave name ztest and clicked on extension.

Step-2:

I click on the forst radio button i.e Create New and I gave the sasic idoc name.

All also the description. When click ok, I got an error "Action can not be performed on generated Idoc types".

Please help me.

Regards,

Jeetu