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

WE42 - Inobund Process code

Former Member
0 Likes
1,062

Dear all,

Im viewing the Inbound process code MATM (MATMAS Material master data), via TCode WE42. Notice that it is using FM IDOC_INPUT_MATMAS01 to handle the inbound that being defined in field "Identification".

When i click on the arrow button on the right of this field, other than the FM, i noticed there are additional info defined as below:

IDoc packet

Object type - IDPKMATMAS

End event - MASSINPUTFINISHED

IDoc

Object type - IDOCMATMAS

Start event - INPUTERROROCCURRED

End event - INPUTFINISHED

Application object

Object type - BUS1001006

Start event - " "

May i know what is the functions for the 3 portions that i mentioned above?

Please comment.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
627

Hi,

all the 3 portions for the just information.

the 4th one that is application object is for the workflow part

if u have configured any WF , then. u will mention , the start event for the object type.

<REMOVED BY MODERATOR>

Thanks,

Manjunath MS

Edited by: Alvaro Tejada Galindo on Mar 18, 2008 6:06 PM

Read only

Former Member
0 Likes
627

Hi Manjunath,

Do you mean the portion for IDoc packet, IDoc are just information only? They do not serve for any function?

Please comment.