cancel
Showing results for 
Search instead for 
Did you mean: 

"MAPPING">EXCEPTION_DURING_EXECUTE

0 Kudos

My Error is

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_SAPMDM_MaterailData_SAPECC_OO_: Fatal Error: com.sap.engine.lib.xml.parser.Parser~</SAP:Stack>

Can some one help me in replacing String "&" value with SPACE " " in /IDOC/E1MARAM/E1MAKTM/MAKTX Field .

Thanks & Regards
Anil

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Suppose  String value comes in as


String  inputString = " Hello & World";

inputString.replace("&" , " ");

you can also refer this link for code snippet.

http://javarevisited.blogspot.com/2011/12/java-string-replace-example-tutorial.html

0 Kudos

Thank you sir,

Can you please explain in detail how to replace "&" with " " in

<E1MAKTM SEGMENT=""><SPRAS>EN</SPRAS><MAKTX>TOOL, SOCKET, 1-11/16&#x14; X 3/4 DRIVE, 12PT</MAKTX></E1MAKTM>

in Message mapping

Can some one help in Defining UDF for above field.

Message was edited by: sadam anil Kumar

Answers (0)