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 - Material Master

0 Likes
961

Dear All,

We are developing an Interface to transfer the master data to an external system. We are using the IDoc tye MATMAS05.

In this IDoc type we want to remove certain structure of the IDoc. Please help in this. It is explained in details down.

IDoc type MATMAS05 contains its structure as below.

E1MARAM

E1MARA1

E1MAKTM

E1MARCM

E1MARC1

E1MARDM

E1MFHMM

E1MPGDM

E1MPOPM

E1MARMM etc....

In this If I dont want to send the data for structure E1MAKTM or M1MARC1 , how to do this in SAP.

Regards,

Senthil

4 REPLIES 4
Read only

Former Member
0 Likes
879

hi,

you can create your idoc view (transaction WE32) that contains only selected segments of the basic idoc type.

Then you assign this view in WE20 partner profile.

Note that standard processing would not even call functionalities for removed segments, which also improves perfromance.

Regards,

Dominik Modrzejewski

Read only

Former Member
0 Likes
879

Hi,

you can create reduced idoc type by enabling and disabling the required segments in basic idoc type using tcode BD53... and then create a new message type and maintain partner profile and ports...

Hope this will help you..

Regards,

kiran

Read only

0 Likes
879

Use Reduce Message type BD53 or segment filter BD56 .

Read only

0 Likes
879

Use Reduce Message type BD53 or segment filter BD56 .