2017 Oct 25 6:21 AM
hi All,
i am uploading file and on the press of Upload button file data is displaying inn table control
in that only 3 fields for Material , Quantity and Weight . we can change quantity in table and from that calculation of weight will display . but after change quantity while i am pressing Enter then it display below error.
calculation is performed on press of enter.
1>

2>

2017 Oct 25 6:48 PM
Its solved .
there was another issue with text length so its high values couldn't converted .
Thankx.
This question is still displayed as unanswered. If this is resolved then kindly close it so that others would know there are no further answers expected. See this blog.
2017 Oct 25 7:58 AM
You must make sure that the definition of dynpro fields match the definition of the global variables (with same names) in the program.
2017 Oct 25 11:25 AM
that are all right because without changing if i will save then it will update table
and in debug the values are also correct but give dump from line no 180.
thank you.
2017 Oct 25 6:28 PM
2017 Oct 25 6:46 PM
2017 Oct 25 12:50 PM
Check validity of the field values, don't forget that some fields use conversion-exit from domain definition or implicitly for date, time and such types of data.
NB: There are less check on update of database thru open-sql, which only check that field values are compatible with field defintion on database level (e.g. a simple varchar or such type without much control)
2017 Oct 25 6:31 PM
Please show the description of the dynpro field, and the definition of the global variable using the debugger's view (so that we can see the real internal type). A screen capture of the dynpro can help too.
What is the field's value before change, and which value did you enter?
2017 Oct 25 6:48 PM
Its solved .
there was another issue with text length so its high values couldn't converted .
Thankx.
2017 Oct 25 7:16 PM
This question is still displayed as unanswered. If this is resolved then kindly close it so that others would know there are no further answers expected. See this blog.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |