‎2007 May 10 3:42 PM
I need to write char(2) and char(3) from ASCII code into a SAPScript... How can I do that? I need to send control commands to a DATAMAX printer.
Thanks in advance.
Oscar
‎2007 May 11 1:20 AM
You can maintain those print control commands in transaction SPAD for that particular device (probably it is best to mark them as hex interpretation and with the correct hexadecimal value).
Then, you can issue them in your form with a PRINT-CONTROL command or something like that... It has been a while when I did SAPscript for the last time so my memory is a little hazy about the exact syntax, but there is a statement to send print control commands.
‎2007 May 11 1:20 AM
You can maintain those print control commands in transaction SPAD for that particular device (probably it is best to mark them as hex interpretation and with the correct hexadecimal value).
Then, you can issue them in your form with a PRINT-CONTROL command or something like that... It has been a while when I did SAPscript for the last time so my memory is a little hazy about the exact syntax, but there is a statement to send print control commands.
‎2007 May 14 4:00 PM