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

Remote-enabled FM - empty value for import parameter

Former Member
0 Likes
598

Hi,

I've created a remoted-enabled FM in ECC, to be called by an ABAP program in CRM.

The FM has a import parameter of table (of char type). When it's called by the client with a value, but the debugging shown that the value is empty.

Is there any special attention needed when defining table type for the import parameter?

Any help would be much appreciated.

p/s: Apology for te newbie question.

Thanks.

-julius

1 ACCEPTED SOLUTION
Read only

agustin_cusse
Explorer
0 Likes
497

Hello,

When you declare parameters under the TABLES tab, you are actually declaring a global table with header-line in the FM. Be sure you re sending/checking the values in the table, not the header line.

2 REPLIES 2
Read only

agustin_cusse
Explorer
0 Likes
498

Hello,

When you declare parameters under the TABLES tab, you are actually declaring a global table with header-line in the FM. Be sure you re sending/checking the values in the table, not the header line.

Read only

Former Member
0 Likes
497

wrong parameter name.