Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PLKOD-USR06 Batch Input

Former Member
0 Likes
690

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
597

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

1 REPLY 1
Read only

Former Member
0 Likes
598

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