‎2008 Mar 18 1:43 PM
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.
‎2008 Mar 18 1:52 PM
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
‎2008 Mar 18 2:30 PM
Hi Manjunath,
Do you mean the portion for IDoc packet, IDoc are just information only? They do not serve for any function?
Please comment.