‎2007 Aug 20 5:19 PM
Hi all,
When i see table PLPO and field USR06 in tcode SE16, i see
891,33.
The field is DEC format with 10.3.
When i fill in it in tcode IA05, i can put there only 891,33.
But when i do SELECT in my ABAP-program into my ITAB
(DATA: ITAB TYPE PLKOD OCCURS 1 WITH HEADER LINE)
i see in debug and write and BDC, that the field is 89,133.
Can you tell me, how does this work ???
In transaction a can put only in XXX,XX format.
In SE16 when i see PLPO i see only in XXX,XX format.
But in ABAP-program corresponding field type is the same as USR06, but see it in XX,XXX format.
WHY?
Point shall give.
Regards.
‎2007 Aug 20 5:55 PM
Hi
Check that field's USR06 data element in the attributes
Is there any conversion exist for that field
generally this happens when there is a conversion exit for the data element of that field
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Aug 20 5:55 PM
Hi
Check that field's USR06 data element in the attributes
Is there any conversion exist for that field
generally this happens when there is a conversion exit for the data element of that field
<b>Reward points for useful Answers</b>
Regards
Anji