2008 Oct 28 12:35 PM
2008 Oct 28 12:47 PM
what is this field? char? numeric?
if you are looking for solutions it doesnt harm to give the complete picture the first time
2008 Oct 29 5:24 AM
it is a numeric field and length is 4. example my storage location is 0088 .
give me the exact statement because after adding zeros to the end i will eqilise the field to costcenter field.
2008 Oct 28 2:16 PM
Hi srinu,
If it's a number field, then just multiply by 100.
If it's a string, then just use CONCATENATE and add the '00' to your existing string.
Hope this helps.
SL
2008 Oct 29 5:27 AM
2008 Oct 29 5:58 AM
hi,
declare the type as RBETR.
hope your problem will be solved.
2009 Mar 06 6:07 AM