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

Table Control

Former Member
0 Likes
513

Hello All,

A conversion error occurred while the program was trying to display data on the screen in the following PBO module of table control.

<b> module TABC_get_lines output.

g_TABC_lines = sy-loopc.

endmodule.

loop at G_T_P9146

with control TABC

cursor TABC-current_line.

module TABC_get_lines.

endloop.</b>

How to resolve this issue?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

Hello,

Thanks for the solution, but i have one more query...

the field for which the dump is displayed is percentage.

There are 5 fields in Table control:

Employee no, Start date, End date, Overhead indication,

Percentage.

Should i put V in the Table control as the 6th Field?

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
479

Hello Abhijith,

If you have a amount fields in your itab then you have to put V at the end in value of the field on the screen.

Regards,

Naimesh

Read only

Former Member
0 Likes
480

Hello,

Thanks for the solution, but i have one more query...

the field for which the dump is displayed is percentage.

There are 5 fields in Table control:

Employee no, Start date, End date, Overhead indication,

Percentage.

Should i put V in the Table control as the 6th Field?

Read only

0 Likes
479

Hi Abhijith,

Do you have any negative values.

<i>Should i put V in the Table control as the 6th Field?</i>

No , actually in the screen field attributes window you have specify '___________V' some thing like this..,

Check this thread...

Regards

vijay

Read only

0 Likes
479

Hello,

Specify '___________V' as value in your percentage field.

Regards,

Naimesh