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 with RFC

Former Member
0 Likes
427

I am trying to call a RFC in R/3 system from SCM system . I am getting the error field 'func1' unknown. How can i correct this ?

call function func1 destination 'r/3dest'

exporting

itab1 = itab1.

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
409

Hi,

Have you created RFC Destination (SM59) for R/3 system in SCM system?

Regards,

Ferry Lianto

Read only

0 Likes
409

i didnt keep func1 in single quotes, that was the problem . Thanks anyway.

Read only

Former Member
0 Likes
409

Is func1 uppercase and in single quotes? IE :

call function 'FUNC1' 
  destination 'r/3dest'
  exporting
    itab1 = itab1.

Rob