Services for Object for a custom Business Object

Khanna, Manish manish.khanna at amd.com
Tue Apr 18 01:09:12 EDT 2006


Thanks Sandip. Do I need to use SYSTEM-GENERICINSTANTIATE method in
workflow
 
________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Sandip Jana
Sent: Tuesday, April 18, 2006 1:55 AM
To: SAP Workflow Users' Group
Subject: Re: Services for Object for a custom Business Object
 

Create instance of CL_GOS_MANAGER in the PBO of the transaction. 
data: s_borident type borident. 

s_borident-objtype = <Object type> 
s_borident-objkey = <Object Key>. 
CREATE OBJECT CL_GOS_MANAGER 
  EXPORTING 
  is_object = s_borident........... 


Thanks,
Sandip



"Khanna, Manish" <manish.khanna at amd.com> 
Sent by: sap-wug-bounces at mit.edu 
04/16/2006 09:45 PM 
Please respond to
"SAP Workflow Users' Group"
To
"SAP Workflow Users' Group" <sap-wug at mit.edu> 
cc
 
Subject
Services for Object for a custom Business Object
 
 
 



Hi, 
  
We need to enable the services for object for a new business process
which has a custom object, custom approval flow and a transaction for
form input. 
  
How should I link the transaction and the object to it? 
  
Regards, 
Manish_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20060418/bc08f00d/attachment.htm


More information about the SAP-WUG mailing list