Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ZF returned values ASCII

Former Member
0 Likes
848

Hello guys! I have serious problems with a table that returns me ABAP. My ABAP function returns values ascii and in my code PHP not show me the characters. Who can I help me please? In my code PHP this printed me something like:
My test ######
And I like printed something like:
My test áéíúó

Hello guys! I have serious problems with a table that returns me ABAP. My ABAP function returns values ascii and in my code PHP not show me the characters. Who can I help me please? In my code PHP this printed me something like:
My test ######
And I like printed something like:
My test áéíúó

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
784

Please explain the context, what you tried, etc. Did you test "a" alone? etc. What do you use to log via RFC?

Read only

0 Likes
784

Sorry. I test "a" alone and this work but "á" not works, I use RFC.

Read only

Sandra_Rossi
Active Contributor
0 Likes
784

Okay, I guess you have used http://saprfc.sourceforge.net/. I hope you have installed release 1.4.1. Which code page is your SAP system? (transaction SNLS) Make sure you have called saprfc_set_code_page( your SAP code page ).