[62317] in SAPr3-news
Re: startrfc
daemon@ATHENA.MIT.EDU (Christian Knappke)
Fri Jan 15 04:20:03 2010
To: sapr3-news@mit.edu
Date: Fri, 15 Jan 2010 10:18:03 +0100
From: Christian Knappke <chknews@gmx.net>
Message-ID: <hipbsb$p02$1@news.sap-ag.de>
Reply-To: chknews@gmx.net
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