‎2007 Sep 10 7:27 AM
Hello experts..
i am NEW to ABAP.
I want your help in accomplishing the below stated task:--
---Create one rfc using se37(functionality: sum of two numbers)
Which have import export exception parameters. Whenever you enter the invalid number, it should raise an error. Write abap code in se38 to call that function with right values and wrong values.
your help is very valuable.
regards,
ram
‎2007 Sep 10 7:32 AM
Hi,
You create an RFC function module similar to a fun module in SE37.
just check the radiobutton in attributes RFC enabaled.
Call the Fun module in the program and pass the server name of other server as DESTINATIOn.
This is the only extra thing which we have to pass.
Regards
‎2007 Sep 10 7:33 AM
hi reddy,
the input parameter , nothing but parameter in a report shd be given in import parameter.
in export ur output should come.
for getting excptions, u should decalre
in export
return type bapiret1.
then in source as usual
regards
karthik
‎2007 Sep 10 9:00 AM
THX A LOT FOR UR REPLIES....
but dear friends...can u give me a step by step approach so that i can follow that ...actually i m very new to this technology..
waiting for ur replies...
ram
‎2007 Sep 10 9:10 AM
‎2007 Sep 11 9:46 AM
thx for ur interest karthik...
my emailID is ramdevreddy2007@rediffmail.com
once again thx waiting for ur mail.
regards,
ram