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

FM CRM_IC_XML_XSTRING2STRING no longer exist

Former Member
0 Likes
779

Hi All

I am using the function module CRM_IC_XML_XSTRING2STRING to convert an xstring to a string. I haven't used this code in a while, but when I now try to execute, the function module does no longer exist in the system. There has been an upgrade of the system, could it be that the function module has been removed??

Anyone know of a "substitute" for this FM that I can use to convert XSTRING to STRING?

Thanks!

regards Ole

2 REPLIES 2
Read only

Former Member
0 Likes
579

Hi Ole,

try this FM: 'HR_KR_XSTRING_TO_STRING'.

Regards, Dieter

Read only

0 Likes
579

Hi

Thanks for your suggestion. I solved this by using the methods within this function module (all related to SAP BASIS) in a local developed function module that now works.

regards Ole