‎2007 Jun 21 2:24 PM
hi,
i wants to copy the standard function module which are not rfc enabled. for that one i copied standard one and modified the attributes to rfc enabled. but it was giving the errors "You can only use LIKE and TYPE to specify types in RFC",
how can i solve my problem. pls help me.
‎2007 Jun 21 2:43 PM
If you have copy the FM, then you can modified it right? -;) For RFC you need to change parameters a little bit....No big problem....just change some TYPES for LIKES and your done -:)
Greetings,
Blag.
‎2007 Jun 21 2:27 PM
Hello Mukka,
What you should do is to create a new FM with RFC flag activated, use the parameters you need and finally from there call the standard FM you need.
Hope this helps!!
Gabriel P.
Dont forget to reward
‎2007 Jun 21 2:30 PM
‎2007 Jun 21 3:23 PM
i need to copy SUSR_USER_AGR_ACTIVITYGR_GET in to zfunction module. in this one there is one type group used i copied in to my package also. how to solve the problem which is previously mentioned.
‎2007 Jun 21 3:37 PM
Hi mukka,
1. In that FM, while after copying to Z,
2. there is a second parameter in IMPORT
WITH_TEXT
3. in the column of Associated type,
it will be blank.
give some data element like CHAR30
and also give type
4. Then it will not give the error.
regards,
amit m.
‎2007 Jun 21 2:43 PM
If you have copy the FM, then you can modified it right? -;) For RFC you need to change parameters a little bit....No big problem....just change some TYPES for LIKES and your done -:)
Greetings,
Blag.