[62319] in SAPr3-news
Re: startrfc
daemon@ATHENA.MIT.EDU (Gaurav)
Mon Jan 18 01:49:30 2010
To: sapr3-news@mit.edu
Date: Sun, 17 Jan 2010 22:49:27 -0800 (PST)
From: Gaurav <gauravkec2005@gmail.com>
Message-ID: <08c8f425-553c-4a02-8ae9-86e91a2ad0a8@p24g2000yqm.googlegroups.com>
On Jan 15, 2:18=A0pm, Christian Knappke <chkn...@gmx.net> wrote:
> Gaurav wrote:
> > i am able to successfully execute startrfc from command line to call a
> > function module in SAP system.(the function module takes 2 parametes
> > as input and generates their sum).How can i get the output of functiom
> > module on the command prompt.
>
> The startrfc from the RFC SDK does not handle IMPORTING parameters. It
> does handle tables for import and export, nevertheless.
>
> But as the source code of startrfc is part of the SDK you could
> implement the handling of import parameters yourself. It seems easy.
>
> HTH and best regards
> Christian
Hi,
Is there any other way to call a function module from dos prompt and
get the output of function module back to dos prompt.
can u please give an example
thanks