Data-Element vor BOR-Object passed as OO-Event
    Florin Wach 
    florin.wach at gmx.net
       
    Mon Apr 21 08:29:04 EDT 2008
    
    
  
SOLVED:
Type SWL_OBJ  (Structure)
This gives an untyped attribute named "Object" in the data flow builder for the event.
Example:
      DATA: BOR_instance      TYPE swl_obj.
      BOR_instance-object-instID  = sender-instID.
      BOR_instance-object-typeID  = sender-typeID.
      BOR_instance-object-catID   = 'BO'.
      CALL METHOD container->if_swf_ifs_parameter_container~set
                     EXPORTING
                        name    = sender-typeID
                        value   = BOR_instance.
-------- Original-Nachricht --------
> Datum: Mon, 21 Apr 2008 14:15:01 +0200
> Von: "Florin Wach" <florin.wach at gmx.net>
> An: sap-wug at mit.edu
> Betreff: Data-Element vor BOR-Object passed as OO-Event
> Hi Wuggies,
> 
> I'm searching for the parameter definition, required to use a business
> object instance (BOR) within the event-definition of an ABAP-OO-Class, which
> then can be used in the dataflow of the class-Event.
> 
> Best wishes,
> Florin
> _______________________________________________
> 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