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

Editable ALV

Former Member
0 Likes
382

Friends,

Can any one reply me,i did not get any solution till now...

In my Editable ALV Report i have a field which is of type (data element) TB_PYIELD ( u can check data elemet TB_PYIELD in SE11)

Data Type DEC

No. Characters 15

Decimal Places 6

Output Length 18

in my ALV out put if i enter 100 in field it is taking as 0.000100

and if i am entering 100000000 in field it is taking as 100.000000

means it is moving into decimals...

but if we enter 100 it has to take/keep it as 100/100.000000 na !!!

please give me the solution...

i will rewad with points..

Ramesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
360

Refer CURR data type.

U cna refer <b>MARA-NETPR.</b>

2 REPLIES 2
Read only

Former Member
0 Likes
361

Refer CURR data type.

U cna refer <b>MARA-NETPR.</b>

Read only

Former Member
0 Likes
360

Hi,,

When you enter the data into that field, move it to a Charecter field and assign the correct value then move back to the original field, This is quite comman for Currency fields, If the chrecter field also doing the same thing then multiply with 10000 and move back to the original field

Regards

Sudheer