Skip to Content
0
Former Member
May 09, 2008 at 02:38 PM

Why am NOT getting dump, while populating QUAN field with CHAR field?

120 Views

Hi Experets,

Just curious,

Am getting the QUANTITY say, 1.000 from flat file into my_tab-quantity, where my_tab-quantity is a

CHAR(17) field.

Am populating the same value into EBAN-MENGE via BAPI_PR_CREATE, by filling the corresponding BAPI structure/tbl - bapimereqitemimp-quantity field, where this bapimereqitemimp-quantity is QUAN(13,3) filed, WITH OUT ANY DATA TYPE CONVERSION!!!.

So, pls. clarify me that,

1 - Am populating this BAPI - QUAN data type filed with my_itab-quantity CHAR filed, WITH OUT CONVERSION, am NOT getting any dump/error?? Normally, it shuld dump, right?

coz, in my other prog. when am doing the same i.e. moving from a CHAR to QUAN field, I got the dump, but that time, I did NOT used the BAPI,

2- Do U think that, BAPI is taking care of it?

thanq