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: 

IDoc Extension

Former Member
0 Kudos

Hi ,

Am Extending the Idoc Type ARTMAS04 in WE30, but its not extending.

its telling Action is not possible for generated idoctypes.

Is it possible to Extend the Generated Idocs? Please explain ,,,

3 REPLIES 3

Former Member
0 Kudos

Enter transaction WE30 (ALE->Extension-> IDOC types->Maintain Idoc type)

- Type in your name of the extended IDOC type (usually starting with 'Z') and click on the Basic IDoc type, click the create icon.

- Click on Create new and enter a description and press enter.

- Click on ZIDOCTYPE01 and then on the Create icon.

- Enter ZIDOCTYPE as the segment type, click on Segment Editor.

- Enter a description for your segment type and create.

- Enter a description for your segment, enter each field required in your IDoc and press enter to validate.

- Save and generate, press back

- To release the segment choose Goto, Release from the menu.

- Check the box on the line of your segment.

- Save, back and enter.

- Your Idoc type structure should be displayed with your new segment.

- Save and back.

- To release the Idoc type choose Extras, Release type from the menu and Yes.

0 Kudos

im facing the same problem , did you find a solution for that issue thanks in advance

Former Member
0 Kudos

Hello Sankar,

System will not allow to create Extension for generated Idoc types via WE30. You can extend these Idoc types in Tcode BDBG to create a new ALE interface, later create Idoctype, Inbound and Outbound Function Modules.

Please refer below link;

How to extend Generated Idoc types? | SCN