2013 May 04 12:40 PM
conversion error
| Screen name.............. "J_1IRUTZN" | ||||
| Screen number............ 9000 | ||||
| Screen field............. "UTIL1-BAL" | ||||
| Error text............... "FX015: Sign lost." | ||||
| Error analysis | ||||||
| The program has been interrupted and cannot resume. | ||||||
| Program "J_1IRUTZN" attempted to display fields on screen 9000. | ||||||
| An error occurred during the conversion of this data. | ||||||
| System environment | |||||
| SAP-Release 700 | |||||
| Application server... "eccci" | |||||
| Network address...... "192.168.1.218" | |||||
| Operating system..... "HP-UX" | |||||
| Release.............. "B.11.31" | |||||
| Hardware type........ "ia64" | |||||
| Character length.... 16 Bits | |||||
| Pointer length....... 64 Bits | |||||
| Work process number.. 3 | |||||
| Shortdump setting.... "full" | |||||
| Database server... "eccci" | |||||
| Database type..... "DB6" | |||||
| Database name..... "ECP" | |||||
| Database user ID.. "SAPECP" | |||||
| Terminal................. "Atul-PC" | |||||
| Char.set.... "C" | |||||
| SAP kernel....... 700 | |||||
| created (date)... "Sep 26 2008 06:08:03" | |||||
| create on........ "HP-UX B.11.23 U ia64" | |||||
| Database version. "DB6_81 " | |||||
| Patch level. 179 | |||||
| Patch text.. " " | |||||
| Database............. "DB6 08.02.*, DB6 09.*" | |||||
| SAP database version. 700 | |||||
| Operating system..... "HP-UX B.11" | |||||
| Memory consumption | |||||
| Roll.... 16192 | |||||
| EM...... 12569520 | |||||
| Heap.... 0 | |||||
| Page.... 57344 | |||||
| MM Used. 3939824 | |||||
| MM Free. 247392 | |||||
| User and Transaction | |||||
| Client.............. 300 | |||||
| User................ "SS01_EXE01" | |||||
| Language key........ "E" | |||||
| Transaction......... "J2IUN " | |||||
| Transactions ID..... "5184F5D5C39A3C76E1000000C0A801DA" | |||||
| Program............. "J_1IRUTZN" | |||||
| Screen.............. "J_1IRUTZN 9000" | |||||
| Screen line......... 27 | |||||
i have also attached dump plz look in to this....
regards,
Ashish
2013 May 04 1:31 PM
2013 May 04 1:44 PM
Hi the dump is because of the negative amount ...
if you see the error text it clearly says sign lost(i.e. negative sign can not be displayed)...
The note given by Denis should work like a charm ...
if problem still exist upload the downloaded dump.
2013 May 04 2:36 PM
Hi,
Looks like a data conversion error on screen field. Please check all the values that you put on the screen before processing. You might be passing unwanted characters may be a sign or ',' or some symbol which the field cannot process.
This situation comes because often screen fields process values before passing to the program converting values from external to internal format. Most common example would be date if you give 12.02.2012 it will be converted to 20120212 internal format. so in your case some field input values cannot be converted that was gives the dump.
Cheers,
Arindam