‎2006 Jul 11 6:44 AM
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?
‎2006 Jul 11 7:14 AM
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?
‎2006 Jul 11 7:07 AM
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
‎2006 Jul 11 7:14 AM
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?
‎2006 Jul 11 7:26 AM
‎2006 Jul 11 7:28 AM
Hello,
Specify '___________V' as value in your percentage field.
Regards,
Naimesh