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

problem in BAPI creation

Former Member
0 Likes
833

hi all,

i am trying to create BAPI.

first i created a FM and in attribute i m trying to click on "remote enabled module"

after then when i activate the FM then its showing an error "reference parameter are not allowed with RFC" and its not getting executed. please tell me the solution

thanks in advance

pawan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
802

Hi ,

You need to use Pass by value.

Check this link for further info.

Regards,

Deepthi

Edited by: Deepthi Upadhyaya on Apr 24, 2009 9:22 AM

5 REPLIES 5
Read only

former_member195383
Active Contributor
0 Likes
802

Create the FM, as a normal FM, then activate it..Then click on the remote enabled module in attributes.

And again try to activate it. This may help you out.

Read only

Former Member
0 Likes
803

Hi ,

You need to use Pass by value.

Check this link for further info.

Regards,

Deepthi

Edited by: Deepthi Upadhyaya on Apr 24, 2009 9:22 AM

Read only

Former Member
0 Likes
802

HI Pawan

I also agree with Rudra's Post.

for more info

hope it helps you.

thanks!

Read only

Former Member
0 Likes
802

Hi pawan,

In all RFC function modules, reference parameters are not allowed.

You have to mark the flag "Pass value" for all import, export and changing parameters.

Regards,

Pepe

Read only

Former Member
0 Likes
802

Hi ,

pass parameter in function module by value