‎2010 Jul 16 3:06 PM
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
‎2010 Jul 16 6:37 PM
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.
‎2010 Jul 16 6:37 PM
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.
‎2011 Nov 10 1:06 PM