Business Object

Thierry Logiest logiest_thierry at hotmail.com
Fri Aug 30 03:47:31 EDT 2002


<br><br><br><html><DIV>
<DIV align=left><EM>ABAP-Workflow-HR SAP Certified Senior
Consultant</EM></DIV></DIV></html>
 
 
 
>From: "Griffiths, Mark" <mark.griffiths at sap.com>
>Reply-To: SAP Workflow Users' Group <SAP-WUG at MITVMA.MIT.EDU>
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: Re: Business Object
>Date: Thu, 29 Aug 2002 18:57:51 +0200
>
>Hi Diane,
>
>I think you slightly misunderstood:
>
>You need to get the object into your container in the first place - Phil
>said that he only had the key field.
>
>The technique outlined below would be done in a background task which would
>bring in the key fields from the workflow to the task to the import
>parameters of the object method.  You would then use code similar to that
>below, instantiating the object, and then returning it through export
>parameters
>to the task and then to a new element in the workflow container.
>
>Hope that clarifies things,
>
>Mark
>
>-----Original Message-----
>From: Nobles, Diane
>To: SAP-WUG at MITVMA.MIT.EDU
>Sent: 29/08/02 18:43
>Subject: Re: Business Object
>
>Why would you not want to add your business object to the WF container
>and
>pass it throughout your workflow.  This is a lot cleaner and easier.
>
>Diane Nobles
>
>-----Original Message-----
>From: Griffiths, Mark [mailto:mark.griffiths at sap.com]
>Sent: Thursday, August 29, 2002 10:10 AM
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: Re: Business Object
>
>
>If you have the key fields for an object you can use the macro
>
>SWC_CREATE_OBJECT <Obj Ref of type Swc_object> <Object type in ' '>
><object
>key>
>
>e.g. for a material object:
>
>data: lv_myobject type swc_object,
>       lv_matnum like mara-matnr.
>
>swc_create_object lv_myobject 'BUS1001006' lv_matnum.
>
>You will obviously need to do this in something like a method on
>background
>task.
>
>If you want to find out more about this sort of macro I would recommend
>you
>attend BC610 or read the help in the SAP Library - the contents of the
>workflow reference documentation would answer a large chunk of the
>questions
>posted on this user group!
>
>Cheers,
>
>Mark
>
>SAP UK
>
>-----Original Message-----
>From: Czerwiec, Phil
>To: SAP-WUG at MITVMA.MIT.EDU
>Sent: 29/08/02 15:55
>Subject: Business Object
>
>I need to populate the role container with a business object.  I do not
>have
>the business object in the container, but I do have the key fields for
>the
>business object.  Is there a way to get the business object?
 
 
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
 


More information about the SAP-WUG mailing list