Skip to Content
0
Former Member
May 14, 2008 at 03:06 PM

Passing xml string to BLS

78 Views

Hi,

I am trying to pass a string to BLS - this string is mapped to an xml input parameter which is used in the BLS code. The formation of the string is fine using javascript as i am monitoring before i pass. But once i pass this with setParam(1,Variable) something occurs and the whole string is not passed in. I am outputing my inputed string from BLS to monitor what has been passed in - only a portion of my input is passed.

I am passing - this is fine have taken care of the construction of this via javascript

<?xml version="1.0" encoding="UTF-8"?><OPTIONS><item><TEXT>WERKS LIKE 'IE08' and HSDAT &gt; '20080501' and MATNR = 000000000000125401</TEXT></item><item><TEXT>and BWART LIKE '321'</TEXT></item></OPTIONS>

Only this reaches my BLS input parameter:

<?xml version="1.0" encoding="UTF-8"?>

Is there a limit on string lengths etc ?

Thanks,

Emmett