Private attributes in object type

Josef Herwig josef.herwig at gmx.de
Fri Sep 29 07:40:23 EDT 2006


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



More information about the SAP-WUG mailing list