I am able to successfully execute startrfc to call a function module in SAP from DOS prompt. (The function module takes 2 integers as input and produces their sum as output). How to get the output on the Command prompt just after rfc. (i.e. the sum) After remote log on : Create program in receiver system.
data : c type i. parameters : p_a type i,
call function module you had created. Give destination exporting
importing
write : / c. activate. Execute
Get help for your ABAP problems
ABAP Books
More ABAP Tips
SAP Basis, ABAP Programming and Other IMG Stuff http://www.erpgreat.com All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|