‎2006 Oct 08 12:21 PM
Hi
i am using a coustom made RFC, here i am usnig input parameter 'jobnature' of string type of length 720. the values is getting from the portal,
i send a string of length of 720 charater from portal, but inside the RFC only 132 charaters are getting .why it happeded so, what is the solution .
regards
Renjith
‎2006 Oct 08 12:33 PM
Hi renjith,
1. don't give any length in the FM definition.
2. just like this.
STR TYPE STRING
(Tick the checkbox for 'Pass Value')
(Bcos its RFC Enabled)
regards,
amit m.
‎2006 Oct 08 12:33 PM
Hi renjith,
1. don't give any length in the FM definition.
2. just like this.
STR TYPE STRING
(Tick the checkbox for 'Pass Value')
(Bcos its RFC Enabled)
regards,
amit m.
‎2006 Oct 08 12:44 PM
hi,
tick that pass by value check box, in the import parameter section of your RFC. and also no need to give any lenghth
rgds
anver
pls mark points if helped