Hi gurus,
I got a dump when I run one of my program. the dump is described below:
"A conversion error occurred while the program was trying to
display data on the screen. "
in ST22 it sugggest me
A conversion error occurred while the program was trying to
display data on the screen.
The ABAP output field and the screen field may not have the
same format.
Some field types require more characters on the screen than
in the ABAP program. For example, a date field on a screen needs
two characters more than it would in the program. When attempting to
display the date on the screen, an error will occur that triggers the
error message.
Screen name.............. "ZBIN_TRANSFER2"
Screen number............ 0102
Screen field............. "MSG-STOCK1"
Error text............... "FX015: Sign lost."
Further data:
" "
can any one please help me to fix the problem?
ASP.NET Validation Event Cycle
Hi,I have asp button as follow:<asp:Button id="btnTest" OnClientClick="SetSomething(true);" ValidationGroup="A" OnClick="btnTest_Click" />The event flow is like this,1. OnClientClick Event is
Warehouse Management
Hi,
user administration
Dear @all,
Exporting new records
Trying to figure out the best way to set this up.People register my site. Their profile has the date they registered.I've got another table called 'markets' which has some information that is specific
Help with writing "$" with fopen
I just can't get my syntax correct. Could someone help me please? I am trying to write a connect file for inclusion as part of the installation routine for an app I am working on. I need this line to
How to add an image/C++ OpenGL?
Hi,
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:Code: [Select]$query2 = "SELECT * FROM members WHERE doc_type='s' && doc_type= 'f' ORDER BY
Check something, wait, check again, do something!
Hi guys. I wonder if someone can help me with this.Basically, what I want to do is (for arguments sake I will use google.com as an example) check to see if google.com is alive. If its alive, I want it
UTL File problem
Hi
Run function every 5 mins ??
I have a function PostMessage()How can I run it every 5 mins ??