SAP ABAP Domain DMEE_CV_RULE (DMEE: Internal Conversion Function (Outgoing Files))
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-DMEE (Package) International Development: Data Medium Exchange Engine
Basic Data
Domain Name DMEE_CV_RULE
Short Description DMEE: Internal Conversion Function (Outgoing Files)  
Definition
Data Type CHAR Character String
No. Characters 10  
Decimal Places    
Output Length 10  
Conversion Routine   
Sign  
Lower Case  
Value Range
# Lower Limit Upper Limit Short Description
1 D0YYYYMMDD     Date: YYYYMMDD; no separators
2 D0DDMMYYYY     Date: DDMMYYYY; no separators
3 D0MMDDYYYY     Date: MMDDYYYY; no separators
4 D0YYMMDD     Date: YYMMDD (2-figure year); no separators
5 D0DDMMYY     Date: DDMMYY (2-figure year); no separators
6 D0MMDDYY     Date: MMDDYY (2-figure year); no separators
7 D.YYYYMMDD     Date: YYYY.MM.DD
8 D.DDMMYYYY     Date: DD.MM.YYYY
9 D.MMDDYYYY     Date: MM.DD.YYYY
10 D.YYMMDD     Date: YY.MM.DD (2-figure year)
11 D.DDMMYY     Date: DD.MM.YY (2-figure year)
12 D.MMDDYY     Date: MM.DD.YY (2-figure year)
13 D/YYYYMMDD     Date: YYYY/MM/DD
14 D/DDMMYYYY     Date: DD/MM/YYYY
15 D/MMDDYYYY     Date: MM/DD/YYYY
16 D/YYMMDD     Date: YY/MM/DD (2-figure year)
17 D/DDMMYY     Date: DD/MM.YY (2-figure year)
18 D/MMDDYY     Date: MM/DD.YY (2-figure year)
19 D0YYYY     Date: YYYY (year only: 4-figure)
20 D0YY     Date: YY (year only: 2-figure)
21 D0MM     Date: MM (month only)
22 D0DD     Date: DD (day only)
23 D0YYDDD     Date: YYDDD; year and days since beginning of year
24 D.YYDDD     Date: YY.DDD; year and days since beginning of year
25 D/YYDDD     Date: YY/DDD; year and days since beginning of year
26 T0HHMMSS     Time: HHMMSS; no separators
27 T0SSMMHH     Time: SSMMHH; no separators
28 T:HHMMSS     Time: HH:MM:SS
29 T:SSMMHH     Time: SS:MM:HH
30 T0HHMM     Time: HHMM; no separators
31 T:HHMM     Time: HH:MM
32 T:MMHH     Time: MM:HH
33 T0HH     Time: HH (hour only)
34 A0     Currency amount: 000123456
35 A0.1     Currency amount: 000123456.1
36 A0.2     Currency amount: 000123456.12
37 A0.3     Currency amount: 000123456.123
38 A0.=     Currency amount: 000123456.XX (accord. to currency code)
39 A0,1     Currency amount: 000123456,1
40 A0,2     Currency amount: 000123456,12
41 A0,3     Currency amount: 000123456,123
42 A0,=     Currency amount: 000123456,XX (accord. to currency code)
43 A001     Currency amount: 0001234561 (no decimal point)
44 A002     Currency amount: 00012345612 (no decimal point)
45 A003     Currency amount: 000123456123 (no decimal point)
46 A00=     Currency amount: 000123456XX (no dec.pnt, acc.to curr. code)
47 AL     Currency amount: 123456 (left-justified)
48 AL.1     Currency amount: 123456.1 (left-justified)
49 AL.2     Currency amount: 123456.12 (left-justified)
50 AL.3     Currency amount: 123456.123 (left-justified)
51 AL.=     Currency amount: 123456.XX (left-justif., acc. to curr.code)
52 AL,1     Currency amount: 123456,1 (left-justified)
53 AL,2     Currency amount: 123456,12 (left-justified)
54 AL,3     Currency amount: 123456,123 (left-justified)
55 AL,=     Curr. amnt: 123456,XX (left-justified, acc.to curr. code)
56 AL01     Currency amount: 1234561 (left-justified, no decimal point)
57 AL02     Currency amount: 12345612 (left-justified, no decimal point)
58 AL03     Currency amount: 123456123 (left-justified, no decimal pnt)
59 AL0=     Currency amnt: 123456XX (left-just.,no dec.pnt, acc. curr.)
60 AR     Currency amount: ___123456 (right-justified)
61 AR.1     Currency amount: ___123456.1 (right-justified)
62 AR.2     Currency amount: ___123456.12 (right-justified)
63 AR.3     Currency amount: ___123456.123 (right-justified)
64 AR.=     Curr. amnt: ___123456,XX (right-justified, acc.curr.code)
65 AR,1     Currency amount: ___123456,1 (right-justified)
66 AR,2     Currency amount: ___123456,12 (right-justified)
67 AR,3     Currency amount: ___123456,123 (right-justified)
68 AR,=     Curr. amnt: ___123456,XX (right-justified, acc.curr.code)
69 AR01     Currency amount: ___1234561 (right-justified, no decimal pt)
70 AR02     Currency amount: ___12345612 (right-justified, no dec. pnt)
71 AR03     Currency amount: ___123456123 (right-justif., no decimal pt)
72 AR0=     Curr. amount: ___123456XX (right-j., no dec. pnt,acc. curr.)
73 A0.1_0     Currency amount: 000123456.0
74 A0.2_0     Currency amount: 000123456.00
75 A0.3_0     Currency amount: 000123456.000
76 A0.=_0     Curr. amount: 000123456.00 (dec.pl. in acc. w. curr. code)
77 A0,1_0     Currency amount: 000123456,0
78 A0,2_0     Currency amount: 000123456,00
79 A0,3_0     Currency amount: 000123456,000
80 A0,=_0     Curr. amount: 000123456,00 (dec.pl. in acc. w. curr. code)
81 A001_0     Currency amount: 0001234560 (no decimal point)
82 A002_0     Currency amount: 00012345600 (no decimal point)
83 A003_0     Currency amount: 000123456000 (no decimal point)
84 A00=_0     Curr. amount: 000123456000 (no dec. point acc. to curr.code)
85 AL.1_0     Currency amount: 123456.0 (left-justified)
86 AL.2_0     Currency amount: 123456.00 (left-justified)
87 AL.3_0     Currency amount: 123456.000 (left-justified)
88 AL.=_0     Curr. amount: 123456.00 (left just. dec.place.acc. curr.)
89 AL,1_0     Currency amount: 123456,0 (left-justified)
90 AL,2_0     Currency amount: 123456,00 (left-justified)
91 AL,3_0     Currency amount: 123456,000 (left-justified)
92 AL,=_0     Curr. amount: 123456,00 (right just., dec.pl. acc. curr.)
93 AL01_0     Currency amount: 1234560 (left-justified, no decimal point)
94 AL02_0     Currency amount: 12345600 (left-justified, no decimal point)
95 AL03_0     Currency amount: 123456000 (left-justified, no decimal pnt)
96 AL0=_0     Curr. amount: 12345600 (left-just. no dec.pt, acc. curr.cde)
97 AR.1_0     Currency amount: ___123456.0 (right-justified)
98 AR.2_0     Currency amount: ___123456.00 (right-justified)
99 AR.3_0     Currency amount: ___123456.000 (right-justified)
100 AR.=_0     Curr. amount: ___123456.00 (right-just. acc. curr. code)
101 AR,1_0     Currency amount: ___123456,0 (right-justified)
102 AR,2_0     Currency amount: ___123456,00 (right-justified)
103 AR,3_0     Currency amount: ___123456,000 (right-justified)
104 AR,=_0     Curr. amount: ___123456,00 (right-just.,in acc.w.curr. code)
105 AR01_0     Currency amount: ___1234560 (right-justified, no dec. point)
106 AR02_0     Currency amount: ___12345600 (right-justified, no dec. pnt)
107 AR03_0     Currency amount: ___123456000 (right-justified, no dec. pnt)
108 AR0=_0     Curr. amount: ___123456000 (right-just. no dec.point, curr.)
109 CL     Character string: left-justified
110 CN     Character string: left-justified, ending 0
111 CR     Character string: right-justified
112 C0     Character string: right-justified, leading 0
113 CL RP     Character string: left-justified, replace characters
114 CN RP     Character string: left-justified, ending 0, replace chars
115 CR RP     Character string: right-justified, replace characters
116 C0 RP     Character string: right-justified, leading 0, repl. chars
117 CLU     Character string: left-justified, capital letters
118 CNU     Character string: left-justified, ending 0, capital letters
119 CRU     Character string: right-justified, capital letters
120 C0U     Character string: right-justified, leading 0, cap. letters
121 CLURP     Character string: left-justified, cap. letters, repl. chars
122 CNURP     Character string: left-just., end.0, cap.letters, repl.chars
123 CRURP     Character string: right-justified, cap. letters, repl. chars
124 C0URP     Character string: right-just., lead. 0, cap.let., repl.chars
125 CL NC     Character string: left-justified, numeric characters
126 CN NC     Character string: left-justified, ending 0, numeric chars
127 CR NC     Character string: right-justified, numeric characters
128 C0 NC     Character string: right-justified, leading 0, numeric chars
129 CL RPNC     Character string: left-justified, repl. chars, num. chars
130 CN RPNC     Character string: left-just.,ending 0, repl.chars, num.chars
131 CR RPNC     Character string: right-just., replace chars, numeric chars
132 C0 RPNC     Character string: right-just., lead.0, repl.chars, num.chars
133 CLU NC     Character string: left-just., capital letters, numeric chars
134 CNU NC     Character string: left-just., end. 0, cap.letters, num.chars
135 CRU NC     Character string: right-just., cap. letters, numeric chars
136 C0U NC     Character string: right-just., lead.0, cap.let., num. chars
137 CLURPNC     Character string: left-just., cap.let.,repl.chars, num.chars
138 CNURPNC     Char.string: left-just.,end.0, cap.let.,repl.chars,num.chars
139 CRURPNC     Character string: right-just.,cap.let.,repl.chars, num.chars
140 C0URPNC     Char.string: rt-just., lead.0, cap.let.,repl.chars,num.chars
141 CL R0     Character string: left-justified, replace leading 0
142 CN R0     Character string: left-justified, ending 0, replace lead. 0
143 CR R0     Character string: right-justified, replace leading 0
144 CL RPR0     Character string: left-justified, replace chars and lead. 0
145 CN RPR0     Char. string: left-just.,ending 0, repl. chars and leading 0
146 CR RPR0     Character string: right-justified, replace chars and lead. 0
147 CLU R0     Character string: left-just., cap. letters, repl. leading 0
148 CNU R0     Character string: left-just.,ending 0, cap.let., repl.lead.0
149 CRU R0     Character string: right-just., cap. letters, repl. leading 0
150 CLURPR0     Character string: left-just., cap.let., repl. chars & lead.0
151 CNURPR0     Char.string: left-just.,end. 0,cap.let.,repl. chars & lead.0
152 CRURPR0     Character string: right-just., cap.let.,repl. chars & lead.0
153 CL RM     Character string: left-justified, remove characters
154 CN RM     Character string: left-justified, ending 0, remove chars
155 CR RM     Character string: right-justified, remove characters
156 C0 RM     Character string: right-just., leading 0, remove characters
157 CL RP RM     Character string: left-just., replace chars, remove chars
158 CN RP RM     Character string: left-just.,end.0, repl.chars, remove chars
159 CR RP RM     Character string: right-just., replace chars, remove chars
160 C0 RP RM     Char. string: right-just., lead.0, repl. chars, remove chars
161 CLU RM     Character string: left-just., capital letters, remove chars
162 CNU RM     Character string: left-just.,end.0, cap.letters,remove chars
163 CRU RM     Character string: right-just., capital letters, remove chars
164 C0U RM     Char. string: right-just., lead.0, cap.letters, remove chars
165 CLURP RM     Char. string: left-just.,cap.letters,repl.chars,remove chars
166 CNURP RM     Char.string: left-just.,end.0, cap.let.,repl.chars,rem.chars
167 CRURP RM     Char.string: right-just.,cap.letters,repl.chars,remove chars
168 C0URP RM     Char.string: rt-just., lead.0, cap.let.,repl.chars,rem.chars
169 CL NCRM     Character string: left-just., num. characters, remove chars
170 CN NCRM     Character string: left-just.,end.0, num. chars, remove chars
171 CR NCRM     Character string: right-just., num. characters, remove chars
172 C0 NCRM     Char.string: right-just., lead.0, num. chars, remove chars
173 CL RPNCRM     Char.string: left-just., repl.chars,num. chars, remove chars
174 CN RPNCRM     Char.string: left-just.,end.0,repl.chars,num.chars,rem.chars
175 CR RPNCRM     Char.string: rt-just., repl.chars, num. chars, remove chars
176 C0 RPNCRM     Char.string: rt-just.,lead.0, repl.ch., num.chars, rem.chars
177 CLU NCRM     Char.string: left-just., cap.letters, num.chars, rem. chars
178 CNU NCRM     Char.string: left-just.,end.0, cap.let.,num.chars, rem.chars
179 CRU NCRM     Char.string: right-just., cap.letters, num.chars, rem. chars
180 C0U NCRM     Char.string: right-just.,lead.0,cap.let.,num.chars,rem.chars
181 CLURPNCRM     Char.string:left-just.,cap.let.,repl.chars,num.chars,rem.ch.
182 CNURPNCRM     Char.strg:lt-just.,end.0,cap.let.,repl.chars,num.ch.,rem.ch.
183 CRURPNCRM     Char.string: rt-just.,cap.let.,repl.chars,num.chars,rem.ch.
184 C0UPRNCRM     Ch.strg: rt-just.,lead.0,cap.let.,repl.chars,num.ch.,rem.ch.
185 CL R0RM     Char.string: left-just., replace leading 0, rem. characters
186 CN R0RM     Char.string: left-just., ending 0, repl. lead.0, rem. chars
187 CR R0RM     Char.string: right-just., repl.leading 0, remove characters
188 CL RPR0RM     Char.string: left-just., repl.chars, repl.lead.0, rem. chars
189 CN RPR0RM     Char.string:lt-just.,end.0,repl.chars,repl.lead.0, rem.chars
190 CR RPR0RM     Char.string: rt-just., repl.chars, repl.lead.0, rem. chars
191 CLU R0RM     Char.string: left-just., cap.let., repl.lead.0, rem. chars
192 CNU R0RM     Char.string: left-just.,end.0,cap.let.,repl.lead.0,rem.chars
193 CRU R0RM     Char.string: right-just., cap.let., repl.lead.0, rem. chars
194 CLURPR0RM     Char.strg:left-just.,cap.let.,repl.chars,repl.lead.0,rem.cha
195 CNURPR0RM     Ch.strg:lt-just.,end.0,cap.let.,rep.ch.,rep.lead.0,rem.chars
196 CRURPR0RM     Char.strg:rt-just.,cap.let.,repl.chars,repl.lead.0,rem.chars
197 CL X     Character string: left-justified, exclude characters
198 CN X     Character string: left-justified, ending 0, exclude chars
199 CR X     Character string: right-justified, exclude characters
200 C0 X     Character string: right-justified, leading 0, exclude chars
201 CL RP X     Character string: left-just., repl.characters, exclude chars
202 CN RP X     Character string: left-just., end.0, repl.chars, excl.chars
203 CR RP X     Character string: right-just., repl.characters,exclude chars
204 C0 RP X     Character string: right-just.,lead.0, repl.chars, excl.chars
205 CLU X     Character string: left-just., capital letters, exclude chars
206 CNU X     Character string: left-just.,ending 0,cap.let.,exclude chars
207 CRU X     Character string: right-just.,capital letters, exclude chars
208 C0U X     Character string: right-just.,lead.0, cap.let.,exclude chars
209 CLURP X     Character string: left-just.,cap.let.,repl.chars, excl.chars
210 CNURP X     Char.string:left-just.,end.0, cap.let.,repl. & exclude chars
211 CRURP X     Char.string: right-just.,cap.let.,replace & exclude chars
212 C0URP X     Char.string: right-just.,lead.0, cap.let.,repl.& excl. chars
213 CL NC X     Char.string: left-just., numeric characters, exclude chars
214 CN NC X     Char.string: left-just., ending 0, num. chars, exclude chars
215 CR NC X     Character string: right-just., numeric chars, exclude chars
216 C0 NC X     Character string: right-just.,lead.0, num. chars, excl.chars
217 CL RPNC X     Character string: left-just.,repl.char, num.chars,excl.chars
218 CN RPNC X     Char.string:left-just.,end.0,repl.chars,num.chars,excl.chars
219 CR RPNC X     Char.string: right-just.,repl.chars, num.chars, excl.chars
220 C0 RPNC X     Char.string: rt-just.,lead.0,repl.chars,num.chars,excl.chars
221 CLU NC X     Char.string: left-just., cap.letters, num.chars, excl.chars
222 CNU NC X     Char.string: left-just.,end.0, cap.let.,num.chars,excl.chars
223 CRU NC X     Char.string: right-just., cap.letters, num.chars, excl.chars
224 C0U NC X     Char.string: rt-just.,lead.0, cap.let.,num.chars, excl.chars
225 CLURPNC X     Char.string:lt-just.,cap.let.,repl.chars,num.chars, excl.ch.
226 CNURPNC X     Char.strg:lt-just.,end.0,cap.let.,repl.ch.,num.ch., excl.ch.
227 CRURPNC X     Char.string:rt-just.,cap.let.,repl.chars,num.chars, excl.ch.
228 C0URPNC X     Char.strg:rt-just.,lead.0,cap.let.,repl.ch.,num.ch. excl.ch.
229 CL R0 X     Char.string: left-just.,replace leading 0, exclude chars
230 CN R0 X     Char.string: left-just.,ending 0, repl.leading 0, excl.chars
231 CR R0 X     Char.string: right-just., repl.leading 0, exclude characters
232 CL RPR0 X     Char.string: left-just.,repl.chars,repl.leading 0,excl.chars
233 CN RPR0 X     Char.string: left-just.,end.0,repl.chars & lead.0,excl.chars
234 CR RPR0 X     Char.string: rt-just., repl.chars & leading 0, exclude chars
235 CLU R0 X     Char.string: left-just.,cap.let., repl.lead.0, exclude chars
236 CNU R0 X     Char.string:left-just.,end.0,cap.let.,repl.lead.0,excl.chars
237 CRU R0 X     Char.string: right-just., cap.let., repl.lead.0, excl.chars
238 CLURPR0 X     Char.string:lt-just.,cap.let.,repl.chars & lead.0,excl.chars
239 CNURPR0 X     Ch.strg:lt-just.,end.0,cap.let.,repl.chars&lead.0,excl.chars
240 CRURPR0 X     Char.string:rt-just.,cap.let.,repl.chars & lead.0,excl.chars
241 CL RMX     Char.string: left-just., remove characters, exclude chars
242 CN RMX     Char.string: left-just.,ending 0,remove & exclude characters
243 CR RMX     Char.string: right-justified, remove & exclude characters
244 C0 RMX     Char.string: right-just., leading 0, remove & exclude chars
245 CL RP RMX     Char.string: left-just., replace, remove & exclude chars
246 CN RP RMX     Char.string: left-just., ending 0, repl.,remove & excl.chars
247 CR RP RMX     Char.string: right-just., replace, remove & exclude chars
248 C0 RP RMX     Char.string: rt-just., leading 0, repl.,remove & excl. chars
249 CLU RMX     Char.string: left-just., cap.let., remove & exclude chars
250 CNU RMX     Char.string: left-just.,end.0, cap.let., remove & excl.chars
251 CRU RMX     Char.string: right-just., cap.let., remove & exclude chars
252 C0U RMX     Char.string: rt-just., lead.0, cap.let., remove & excl.chars
253 CLURP RMX     Char.string: left-just., cap.let.,repl.,remove & excl. chars
254 CNURP RMX     Char.strg: lt-just.,end.0,cap.let.,repl.,remove & excl.chars
255 CRURP RMX     Char.strg: right-just., cap.let., repl.,remove & excl.chars
256 C0URP RMX     Char.strg: rt-just.,lead.0,cap.let., repl.,rem. & excl.chars
257 CL NCRMX     Char.strg: left-just., numeric chars, remove & exclude chars
258 CN NCRMX     Char.strg: left-just., end.0, num.chars, remove & excl.chars
259 CR NCRMX     Char.strg: rt-just., numeric chars, remove & exclude chars
260 C0 NCRMX     Char.strg: rt-just., lead.0, num.chars, remove & excl.chars
261 CL RPNCRMX     Char.strg: left-just., num.chars, repl.,remove & excl.chars
262 CN RPNCRMX     Char.strg: lt-just.,end.0,num.chars, repl.,rem. & excl.chars
263 CR RPNCRMX     Char.string: right-just., num.chars, repl.,rem. & excl.chars
264 C0 RPNCRMX     Char.strg: rt-just.,lead.0,num.chars, repl.,rem.& excl.chars
265 CLU NCRMX     Char.strg: lt-just.,cap.let.,num.chars, remove & excl. chars
266 CNU NCRMX     Char.strg: lt-just.,end.0,cap.let.,num.chars,rem.&excl.chars
267 CRU NCRMX     Char.strg: rt-just., cap.let., num.chars, rem. & excl. chars
268 C0U NCRMX     Char.strg:rt-just.,lead.0,cap.let.,num.chars,rem.&excl.chars
269 CLURPNCRMX     Char.strg: lt-just.,cap.let.,num.chars,repl.,rem.&excl.chars
270 CNURPNCRMX     Char.strg:lt-j.,end0,cap.let.,num.chars,repl,rem.&excl.chars
271 CRURPNCRMX     Char.strg: rt-just.,cap.let.,num.chars,repl.,rem.&excl.chars
272 C0URPNCRMX     Char.strg:rt-j.,lead.0,cap.let.,num.ch.,repl,rem.&excl.chars
273 CL R0RMX     Char.strg: left-just., replace lead.0, remove & excl. chars
274 CN R0RMX     Char.strg: lt-just.,end.0, repl.lead.0, remove & excl. chars
275 CR R0RMX     Char.strg: right-just., replace lead.0, remove & excl. chars
276 CL RPR0RMX     Char.strg: left-just., repl.lead.0, repl.,rem. & excl. chars
277 CN RPR0RMX     Char.strg: lt-just.,end.0,repl.lead.0, repl.,rem.&excl.chars
278 CR RPR0RMX     Char.strg: right-just.,replace lead.0, repl.,rem.&excl.chars
279 CLU R0RMX     Char.strg: left-just.,cap.let., repl.lead.0, rem.&excl.chars
280 CNU R0RMX     Ch.strg: lt-just.,end.0,cap.let.,repl.lead.0,rem.&excl.chars
281 CRU R0RMX     Ch.strg: right-just.,cap.let., repl.lead.0, rem.& excl.chars
282 CLURPR0RMX     Ch.strg:lt-just.,cap.let.,repl.lead.0,repl.,rem.& excl.chars
283 CNURPR0RMX     Ch.strg:lt-just.,end0,cap.let.,repl.ld.0,repl.,rem.&excl.ch.
284 CRURPR0RMX     Ch.strg: rt-just.,cap.let.,repl.lead.0, repl.,rem.& excl.ch.
       
History
Last changed by/on SAP  20030130 
SAP Release Created in