Cross-system method call

Mike Pokraka asap at workflowconnections.com
Mon Sep 25 06:54:09 EDT 2006


Hi Kjetil,
Unless I'm also missing something, I believe the LOGSYS is simply the
'Local' part of the Local Persistent Object Reference. It qualifies the
object name. A ZPROMOTION object might be a different thing on a IS-Retail
and a CRM box.

In a different context, you may have an object existing in multiple
systems. I've worked in one environment with multiple companies/systems,
some minor nightmares came about trying to fathom through delegations and
subtypes when you had ZSYS1B2012, ZSYS2B2012 and so on, up to 5 subtypes
scattered around.

Persistent objects are not possible with BOR - probably due to the virtual
attribute thing. Classes on the other hand can be made persistent and sent
about... probably no coincidence that they cannot have virtual attributes.
So this is one possibility. Another might be to send stuff over vie
WF-XML, but I have a sneaky suspicion that'll be more effort and overhead
than just writing a RFC FM to return all the data you need in a nice and
simple table.

Cheers,
Mike

On Mon, September 25, 2006 09:45, Kjetil Kilhavn wrote:
> We are on version 4.6C in one of our systems, and version ECC 6.0 (basis
> and cross-app version 7.0) in another system. I have to create a report
> which needs data from both of these systems. The report will be executed
> on the ECC 6.0 system.
>
> In the spirit of OO the idea I had was to retrieve a table of (runtime
> or persistent if I have to) object references from the 4.6C and then
> query each object for its details.
> I've looked in The Book (Practical Workflow for SAP) a bit, and it seems
> that this is not possible. I can understand runtime objects not being
> possible since the context is likely to be lost after the first call (so
> the handles wouldn't be available), but from what I understand the other
> option is not possible either, as it seems only RFC calls are possible
> between systems. So why do we have the LOGSYS element in structure
> SWOTOBJID? Is there another possibility I haven't discovered?
> --
> Kjetil Kilhavn, Statoil OFT GBS BAS DEV SAP
>
>
> -------------------------------------------------------------------
> The information contained in this message may be CONFIDENTIAL and is
> intended for the addressee only. Any unauthorised use, dissemination of
> the
> information or copying of this message is prohibited. If you are not the
> addressee, please notify the sender immediately by return e-mail and
> delete
> this message.
> Thank you.
> _______________________________________________
> 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