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
753

Hi all,

I need to extend a IDOC.

I need to include field KNVV_PRAT2 in the DEBMAS06 idoc where the table data KNVV is (structure E1KNVVM).

So i need to add a sub-segment below E1KNVVM.

Could you provide me the steps to do that?

Thanks

Best regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
648

Hi all,

I need to extend a IDOC.

I need to include field KNVV_PRAT2 in the DEBMAS06 idoc where the table data KNVV is (structure E1KNVVM).

So i need to add a sub-segment below E1KNVVM.

Could you provide me the steps to do that?

Thanks

Best regards

2 REPLIES 2
Read only

Former Member
0 Likes
648

Hi Pati,

Here are the steps that trace in IDOC extension, it provides the step by step procedure for extending the basic idoc type..

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.

Reward if helpful.

Thankyou,

Regards.

Read only

Former Member
0 Likes
649