Application Development 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: 

Routine to check and decide how many CHAR to prnt

colin_cheong
Contributor
0 Kudos

I need a routine to adjust my Sapscript printing after UNICODE conversion.

It will check the field and decide the byte/char to print on the sap script

Here how it works,

a. decribe the field in bytes

b. describe the field in char

if both are same, retain the same length and print field (use full length size)

if bytes > length, like to be Chinese char in my case, print field (limit to length size)

if bytes < length, ignore

In this way, I can control the output field length during printing.

Any comment?

1 REPLY 1

colin_cheong
Contributor
0 Kudos

No resolution. Probably need a custom FM