cancel
Showing results for 
Search instead for 
Did you mean: 

STX,ETX & ACK using SAP MII 14

Former Member
0 Kudos

Hello MII Experts,

I have a requirement to send a message string from MII to legacy system with STX as a beginning character, ETX as a ending character & ACK in case of Acknoledgement (STX, ETX & ACK are Control characters) . STX can be represent as ^B or HEX 02 and ETX can be represent as ^C or HEX 03. ACK can be represent as ^F or HEX 06. I am unable to create STX,ETX & ACK in MII. Need your help..

Sample String - ^BHelloWorld123^C or ^FHelloWorld123^C

Thanks,

Swanand

View Entire Topic
Former Member
0 Kudos

Hi,

We managed to solve the issue with MII14.0, SP6. Control characters can be represented in MII as below,

STX as 

ETX as 

ACK as 

we can create string variable in MII and assign below string,

HelloWorld

Thanks,

Swanand