Exchanging information between a method and an attribute

Mark Pyc mark.pyc at gmail.com
Wed Nov 23 11:30:17 EST 2005


G'day Klaus,

When you send the mail the current values of the attributes will be
used. Therefore you don't directly move the values from the method to
the attributes but rather the method updates the database and the
attributes read these updated values from the database. If you don't
already have attributes to access this data, you will need to extend
your subtype further.

Have fun,
Mark


On 11/23/05, Klaus-Dieter Spatz <Klaus at kdssc.com> wrote:
>
>
>
>
> Hi All,
>
>
>
> I developed a method to do some updates to SAP HR PD information (via
> bapis). I would like to use this information in an e-mail step after
> everything went fine.
>
>
>
> Can I exchange information between my method and the e-mail via attributes?
> I do have fields and tables to exchange.
>
>
>
> Perhaps any of you has done that before.
>
>
>
> Any hint would be appreciated.
>
>
>
> Best Reg. Klaus
> _______________________________________________
> 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