Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC programming

Former Member
0 Likes
580

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

5 REPLIES 5
Read only

Former Member
0 Likes
558

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

Read only

Former Member
0 Likes
558

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

Read only

0 Likes
558

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

Read only

Former Member
0 Likes
558

hi if u send the mail-id , i ll send u

Read only

0 Likes
558

thx for ur interest karthik...

my emailID is ramdevreddy2007@rediffmail.com

once again thx waiting for ur mail.

regards,

ram