table control - urgent

Question:
hi
I am passing the values of an internal table to a table control wherein my values r decimals with sign the format of the respective field in table control is int4 which is for decimals with sign still it is not supporting and give me a run time error.
Wat is the solution for this . Do I need to assign different format if so wat format should I assign.
thanx
byr
Preeti
Answer:
All I've heard on this is that negative numbers will crash a table control unless the Domain behind the field's Data Element explicitly accepts negative numbers....
Answer:
Go to the screen painter and put a V at the end of the textfield for
the table control field:
Fieldname ITAB-FELD Text ------V
This should help
Answer:
Define a structure with the help of se11 similar to your internal table and then use this structure as the table control fields. If u look at all the SAP standard pgms u will find most of them does the same.
All u have to do is while looping at PBO copy the fields into the structure.
Once u do it .. u'll find the problem is solved on its own
_________________
hi

More Articles:

How to set a field counter in a table.?
sm59 connection failed for one instances from the rest?
ENQUE_SLEEP in xx secunds - doesn't work -> HELP?
LSMW - Central Address Management?
SELECT largest value?
Cost Center Hierarchy?