Services for Object for a custom Business Object

Sandip Jana sandip.jana at in.ibm.com
Tue Apr 18 12:21:23 EDT 2006


That is not required.

Thanks,
Sandip




"Khanna, Manish" <manish.khanna at amd.com> 
Sent by: sap-wug-bounces at mit.edu
04/17/2006 10:09 PM
Please respond to
"SAP Workflow Users' Group"


To
"SAP Workflow Users' Group" <sap-wug at mit.edu>
cc

Subject
RE: Services for Object for a custom Business Object






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
_______________________________________________
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/9e3d3b1d/attachment.htm


More information about the SAP-WUG mailing list