Private attributes in object type

Alon Raskin araskin at 3i-consulting.com
Fri Sep 29 08:00:18 EDT 2006


>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




More information about the SAP-WUG mailing list