[55749] in SAPr3-news

home help back first fref pref prev next nref lref last post

Hilfe !!!! Unicode Konvertierung !!!

daemon@ATHENA.MIT.EDU (Michèle Stirn)
Thu Oct 20 10:11:51 2005

To: sapr3-news@mit.edu
Date: Thu, 20 Oct 2005 16:11:43 +0200
From: "Michèle Stirn" <nospam-michele.stirn@siemens.com>
Message-ID: <1129817504.710331@baruth.khe.siemens.de>

Wie kann ich sowas konvertieren :

field-symbols: <seg_name> type any,
                     <fill_var> type any.
constants: fill_hex_00_to_99(4) type x value '00990C9C',
                fill_hex_99(1) type x value '99'.

if <seg_name> is initial.
describe field <seg_name> type fill_variablen_typ.
if fill_variablen_typ = 'C'.
<seg_name> = seg_wert.
translate <seg_name> using ' -'.
elseif fill_variablen_typ = 'N'.
translate <seg_name> using '09'.
elseif fill_variablen_typ = 'D'.
<seg_name> = '99999999'.
elseif fill_variablen_typ = 'T'.
<seg_name> = '232221'.
else.
assign <seg_name> to <fill_var> type 'C'.

*Unicode Konvertierung
 TRANSLATE <fill_var> USING fill_hex_00_to_99. "<-Unicode Fehler

-- 
Stirn Michèle
A&D PI SPA IT 



home help back first fref pref prev next nref lref last post