‎2007 Jun 25 7:01 AM
hi,
i am trying to create custom rfc enabled function module by copying the standard function module prgn_profile_name_get. in the export parameter PROFILE_FROM_TPRPROF what is the type i have to associate for this parameter. when i try to compare with char30 it is giving the error "char30 must be a flat strcture.you cannot use internal tables,strings,references,or strctures as components.
please solve my problem.
‎2007 Jun 25 7:18 AM
Hi,
Leave it blank ,..
You can get any type of value into it.
regards,
nazeer
‎2007 Jun 25 7:18 AM
Hi,
Leave it blank ,..
You can get any type of value into it.
regards,
nazeer
‎2007 Jun 25 9:59 AM
if i leave it blank then it is throwing the error "You can only use LIKE and TYPE to specify types in rfc".
please help me in this issue
‎2007 Jun 25 10:02 AM
Hi Mukka ,
Give TYPE in the type spec and in the Reference Type give CHAR01 or STRING .
Assign points if helpful.
Regards.,
Arun
Message was edited by:
Arun R
‎2007 Jun 25 10:04 AM