2009 May 28 4:59 PM
Hi expert,
I am a beginer in table control.
I have a problem.
I create a table control in that I use a search help for a column. Everything is normal if I enter a value into search help value and save .
There are two situation:
1. In the first time I save this document without value in this column. After that,I reopen this document and enter value by use F4-> a error .
2.I save table control with value in seach help value. But when I change value in search help, a same error act.
Immediately, I debug and see after pass POV, next PBO : after LOOP table control 2 times because in my table control have 2 record, a error happen.
I thank you so much with ur help.
Hi expert,
I am a beginer in table control.
I have a problem.
I create a table control in that I use a search help for a column. Everything is normal if I enter a value into search help value and save .
There are two situation:
1. In the first time I save this document without value in this column. After that,I reopen this document and enter value by use F4-> a error .
2.I save table control with value in seach help value. But when I change value in search help, a same error act.
Immediately, I debug and see after pass POV, next PBO : after LOOP table control 2 times because in my table control have 2 record, a error happen.
I thank you so much with ur help.
2009 May 28 5:13 PM
Could you provide which error you exactly getting?
Thanks,
Michael
2009 May 29 2:58 AM
This error:
DYNPRO_FIELD_CONVERSION
Short text
Conversion error
What happened?
The current screen processing action was terminated since a situation
occurred where the application could not continue.
This is probably due to an error in the ABAP program or in the current
screen.
Error analysis
The program has been interrupted and cannot resume.
Program "SAPMZ_PM03" attempted to display fields on screen 0200.
An error occurred during the conversion of this data.
2009 May 29 4:54 AM
Hi,
Please check if you have done the following,
=> Have you looped at the internal table with respect to the table control
LOOP at itab WITH CONTROL TABLECONTROL.
ENDLOOP.
=>Check if you have done it both in the PBO and the PAI.
=> Check if your fields in the table control and the fields that you have been using in the program match.
=> Have you modified your database table fields and not regenerated the Table Maintanence Generator (TMG) after that? The database table will only contain the older fields if you havent regenerated the TMG and activated it.
2009 May 29 9:10 AM
Hi,
I cant explain this error to solve it.
Error is just happen when change value in this field-field use search help-only on the first line in table control.
If the first line isnt change, I can change in the second line that not error.
When debug , in error, I see PBO TC200-current_line cant increase . It stop with current line in table control but in my table control , I put mode open line .
What is Table Maintanence Generator ? How to do it?
Thanks alot.
2009 May 30 12:11 PM
see the follwoing link it will help u
http://www.sapdev.co.uk/dialog/tabcontrol/tc_basic.htm
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac5e35c111d1829f0000e829fbfe/content.htm
2009 Jun 09 4:53 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |