2007 Jun 08 4:31 PM
I was writing a RFC enabled function module in ECC 6.0 but when I declared the import parameters as LIKE its giving me a error " Reference parameters are not allowed with RFC"
Someone plz help me with this its urgrnt.
2007 Jun 08 4:37 PM
Hi,
Please try with 'TYPE' instead of 'LIKE'.
Regards,
Ferry Lianto
2007 Jun 08 4:37 PM
Hi,
Please try with 'TYPE' instead of 'LIKE'.
Regards,
Ferry Lianto
2007 Jun 11 5:57 AM
2007 Jun 12 6:11 AM
Hi,
In RFC, LIKE is not allowed as it signifies a reference parameter. The syntax and meaning of the additions TYPE and LIKE has exactly the same meaning as the definition of data types with TYPES, except that for DATA after TYPE a standard table type with a generic table key can be specified.
Use TYPE instead.
Regards,
Richa
2007 Jun 12 5:19 PM
2007 Jun 12 5:17 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |