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 reduction for MSG type MATMAS

Former Member
0 Likes
2,086

HI all,

i have a requirement where clients need only some standard segments and some particulars staructure.We are using MATMAS as a message type and MATMAS05 as a basic type.Basically it leads us for IDOC reduction. Can someone pls help me out for getting this requirement.

Rgds,

Raghav

Edited by: raghav on Jun 9, 2009 12:28 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
919

Hi ,

check the Function Module linked to MATMAS..

and see the User exit and and check the Custom segments and delte from internal table Int_edidd..

Int_edidd-segtype = 'custom segment type...

delete from Internalt table line before sending..

Prabhudas

Hi ,

check the Function Module linked to MATMAS..

and see the User exit and and check the Custom segments and delte from internal table Int_edidd..

Int_edidd-segtype = 'custom segment type...

delete from Internalt table line before sending..

Prabhudas

2 REPLIES 2
Read only

Former Member
0 Likes
920

Hi ,

check the Function Module linked to MATMAS..

and see the User exit and and check the Custom segments and delte from internal table Int_edidd..

Int_edidd-segtype = 'custom segment type...

delete from Internalt table line before sending..

Prabhudas

Read only

0 Likes
919

Hi,

Launch the BD53 transaction (IDoc Reduction Maintenance: Initial Screen). In the Reduced message type field, type the value ZVISTAPM_REDUCED, then press the Create button. In the popup window which appears, type in the Message type reference field the value MATMAS.

Validate.

In the next popup window, type a short description for the new reduced message type.

Validate.

In the following window, select the segments and the fields needed for the new reduced message type.

Save.

KR Jaideep,