Business Object Repository : acccess to object in my object
    Caillet, Eric 
    Eric.Caillet at logicacmg.com
       
    Tue Apr 12 10:12:32 EDT 2005
    
    
  
Hi,
thanks for answer but your sample code don't work. My customer owns SAP 4.5B
version
I've created a BOR object named Z_myobject :
- Attributs :
  . START_DATE (type SYST-DATUM)
  . END_DATE   (type SYST-DATUM)
  . MANAGER    (type BOR EMPLOYEET) 
  ...
- Methods
  . Check_actors 
In the Check_actors method i want to access to the MANAGER attribut. So i
must do this ? ->
BEGIN_METHOD CHECK_ACTORS CHANGING CONTAINER.
DATA : lv_emplt    TYPE swc_object.
swc_get_property SELF 'MANAGER-NAME' lv_emplt.
...
END_METHOD
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
    
    
More information about the SAP-WUG
mailing list