‎2007 Apr 11 2:31 PM
Hello Experts,
I created RFC in R/3 with table parameter I_CUSTOMER. This RFC will be called by the CRM to pass all the customers data to R/3. The RFC was triggered by CRM passing 20 entries in I_CUSTOMER. However, when the debugger jumps in R/3 the table I_CUSTOMER in R/3 is empty. Can anyone help me to resolve the issue? any idea? thanks in advance!
Best Regards,
Alezandro
‎2007 Apr 11 2:37 PM
Hi Alezandro ..
what is the type of table parameter I_CUSTOMER u have declared??
if CRM is passing 20 values through I_CUSTOMER, u must take
type <b>TABLE TYPE</b> which is to be created in dictionary.
if it doesn't helps u ...can u be more clear??
Ram
‎2007 Apr 11 3:45 PM
Hello,
Thanks for the response. Im using a tabletype. Just like what you said.
Best Regards,
Alezandro
‎2007 Apr 13 1:06 PM
Hello,
The solution is to make the table declaration with header lines because at first I'm declaring a table as type standard table.
Thanks!
Best Regards,
Alezandro