2009 Jan 27 11:19 PM
i'm having my doubt about this......
i'm doing a copy of a table of a ABAP(MARA) on to a external ORACLE database, but this ABAP table has some data type that i don't know what's the equivalent on Oracle.
i haven't fine anything thats says about this 3 data type (QUANTITY, UNIT and NUMC) of ABAP and his equivalent ORACLE data type.
what i thing is that this are the ones...............
ABAP -
Quantity -
> Float
Unit -
> Char(3)
Numc -
> Char(255)
......... but don't want to wait to find out until a make the tests, does anybody knows about this?
thanks in advance.
2009 Jan 30 3:21 AM
Hi Erik,
I dont know what u mean by quantity and unit as data types in ABAP , but yes you can use number for quantity, and varchar for unit. NUMc is something like numeric character , where you have a number as a string, so you can use varchar for that too.
Regards,
Sam Charles J
2009 Jan 28 12:20 AM
2009 Jan 30 3:21 AM
Hi Erik,
I dont know what u mean by quantity and unit as data types in ABAP , but yes you can use number for quantity, and varchar for unit. NUMc is something like numeric character , where you have a number as a string, so you can use varchar for that too.
Regards,
Sam Charles J