*Sorry for my poor english*
I use a simple function connected to a bapi and I want
to allow my users to write " ' " (for their names, for ex.)
in SAP Data Base.
This function perfectly works with classic strings. But
when there is a " ' " in the parameter : It seems that I
need to add " \ " before as an escape key. If I don't do
this SAP refuse to update the data base because of a
wrong parameter format. The problem is SAP keeps the
escape key with the quote. I have tried to solve it with
regex functions but it doesn't seems to work.
I supose that I don't use RFC format very well. I don't
know lot of things about SAP and RFC module because
I'm just a webmaster.
I supose it's a well known error but I really need help for
my research. Is it a SAP or RFC format problem?
Thanks a lot for you response.
Logged In: YES
user_id=229549
I guess that it is problem of function module that you call,
because RFC (or saprfc) doesn't specially interpret " ' " char,
so function like saprfc_import ($fce,"PARAM","'") should work.
Simple, for saprfc is " ' " char same as for example "a".
Try to call your BAPI function with same parameters from SAP
Environment using transaction SE37.