Generic Object Services 4.6c

Workflow99@aol.com Workflow99 at aol.com
Fri Oct 1 11:35:51 EDT 2004


Hi Rick,
 
You need to place the code below in the PBO of the display & change  screens
(the screens from which you want to be able to provide GOS) of your  object.
For instance I have a ZXYZ BO which maps to table ZXYZTAB. User is provided
with transactions ZXYZ02 to change and ZXYZ03 to dispaly a record in the
ZXYZTAB. I place the code below in PBO of the screens that displays the  detail
for the given key. HTH.
 
 
 
Regards,
Ramki Maley
Workflow Developer,  USCBP.
248-613-1287 (C)
 
 
In a message dated 10/1/2004 10:24:32 AM Eastern Standard Time,
Rick.Sample at gbe.com writes:
 
Read it,  added below code in program, and seems to work.
 
Not sure what this  means?
>>You have to add the code to the maintenace transaction of  the Z table(s)
of the business object.
 
======================================
data:
borident   TYPE borident,
gos_manager TYPE REF TO  cl_gos_manager.
 
borindent-objtype = 'ZNSR'.
borindent-objkey =  <doc key>.
 
create object go_gos_manager
exporting
is_object        =  l_borident
exceptions
object_invalid   =  1.
=======================================
 
>>>  Workflow99 at aol.com 9/30/2004 10:26:13 >>>
Rick,
 
If you have  the WF Bible (by Alan, Jocelyn et al), see topic 13.3.4  (Chapter
13,  Page 378).You have to add the code to the maintenace transaction of   the
Z table(s) of the business object.  Let me know if you need an  example  (for
6.20).
 
 
Regards,
Ramki Maley
Workflow  Developer,  USCBP.
248-613-1287 (C)
 
 
 
In a message dated  9/30/2004 10:47:15 AM Eastern Standard Time,
Rick.Sample at gbe.com  writes:
 
I have a  new custom BO. No delegation to another  object.
And new applications using  this BO.
I want to include the  "Generic Object Services" -> Workflow  Overview
and display this on  the transaction just like VA0x to display the  WF.
 
I need a  starting point!
I have document Generic Object  Services  (BC-SRV-GBT).
Not sure how to add this functionality.
 
Do  I add  code to the program to call these FMs like SWU_OBJECT_PUBLISH,
etc.
or  is this a config type issue?
 
Rick Sample
SAP  Workflow /  Developer
Graybar,  Inc.
Rick.Sample at GBE.com
 


More information about the SAP-WUG mailing list