Private attributes in object type

Alon Raskin araskin at 3i-consulting.com
Fri Sep 29 12:38:50 EDT 2006


You are right Mikey. Thanks.

By the way, it is helpful to imagine 'private' as a structure because it is one.

Alon Raskin

 

-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of Mike Gambier
Sent: 29 September 2006 08:15
To: sap-wug at mit.edu
Subject: RE: Private attributes in object type

Actually, Alon, if I'm not mistaken (and I've read Josef's mail correctly) 
the correct syntax here would be:

object-private-private_attribute

I find it helpful to imagine 'private' as a structure :)

Make sure you generate your BOR Object after your changes and synchronise 
the buffers using SWU_OBUF to make sure the new version is available and 
being used.

Regards,

MGT

>From: "Alon Raskin" <araskin at 3i-consulting.com>
>Reply-To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
>To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
>Subject: RE: Private attributes in object type
>Date: Fri, 29 Sep 2006 08:00:18 -0400
>
> >From within your BOR, Use object-private_attribute to access your 
>attribute.
>
>Alon Raskin
>
>-----Original Message-----
>From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of 
>Josef Herwig
>Sent: 29 September 2006 07:40
>To: sap-wug at mit.edu
>Subject: Private attributes in object type
>
>Hello workflow friends,
>
>does any body of you has ever used private attributes in object types?
>
>i heared that such an attribute can be set during the creation of the
>object type instance. than it should be available as global value. is this 
>correct?
>
>i've got the definition managed but i could not assign a value to it.
>does someone knows how?
>
>INCLUDE <object>.
>begin_data object. " Do not change.. DATA is generated
>* only private members may be inserted into structure private
>DATA:
>" begin of private,
>"   to declare private attributes remove comments and
>"   insert private attributes here ...
>" end of private,
>   BEGIN OF key,
>
>
>My coding:
>
>   begin of private,
>"   to declare private attributes remove comments and
>"   insert private attributes here ...
>     private_attribute type char10,
>   end of private,
>   BEGIN OF key,
>
>
>
>Kind Regards,
>Josef
>
>
>--
>GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
>NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl
>_______________________________________________
>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






More information about the SAP-WUG mailing list