‎2008 Feb 02 1:51 AM
hi
table structure:
WERKS -
> char 4
MATNR -
> char 18
ALLOW_SIZE ---> DEC 17 2
RECEIVE_SIZE ---> DEC 17 2
SCREEN FLOW:
SCREEN 200:
SELECT SINGLE * FROM ZMRP_LOT_SIZE
WHERE WERKS = ZMRP_LOT_SIZE-WERKS
AND MATNR = ZMRP_LOT_SIZE-MATNR.
PERFORM LOCK_TABLE.
CALL SCREEN 100.
SCREEN 100---> just display all data in screen.
the dump happend in 100 PBO which is over.send data to screen field.
the dump data when happend:
1010 778888999 10000.00- 0.00
if ALLOW_SIZE is positive number , don't happend dump error.
some one knew this phenomena and how to resolve it.
thank you advance!
‎2008 Apr 25 1:08 AM
in screen painter , add "V" at this field text desc of last position!
best Regard!
‎2008 Feb 02 3:53 AM
‎2008 Feb 02 5:29 AM
‎2008 Feb 02 6:26 AM
Hi
u can check the field value in PBO event and u can show one error message if the value is negative.write the if condition by lreading the internal table in the PBO event.
‎2008 Feb 02 6:35 AM
thank you very much!
in PBO the field is negative can't happend dump!
just when PBO is OVER to display SCREEN! error occurs.
if in screen to change pasitive data to negative ! in program
i don't add any limit.
system will display "can't be negative"
‎2008 Feb 03 1:26 AM
‎2008 Apr 24 5:18 PM
Hi ,
i am also getting the same error i.e dump.can u tell me how u solved ur problem.
My problem is i have to diaplay negative value in the table control.But It is going to dump.
I need to solve this problem as soon as possible.
‎2008 Apr 25 1:08 AM
in screen painter , add "V" at this field text desc of last position!
best Regard!
‎2008 Apr 25 9:44 AM
hi xiaobing xue ,
Thank U very Much .U Solution has solved my Problem.
But Another question. Why u have suggested 'V' to solve the problem.
What is the meaning of 'V' there.
‎2008 Jun 09 10:43 AM
hi manoj,
I am also facing the same problem for table control in module pool for a qunatity field. U said we have to Put 'V' is the description field . I want to know where exactly we have to put the 'V' on the screen field.
waiting for your valuable suggestions.
thanks & regards
Neelesh
‎2011 Feb 08 9:34 AM
Why u have suggested 'V' to solve the problem.
What is the meaning of 'V' there?
Here 'V' means with sign .
For better understanding GoTo SE51> Open the LAYOUT-> double click on any text field----> In the Attributes block u will find one checkbox called 'with sign'.
‎2012 Jun 07 10:34 PM
Thanks for this, I solved my issue.. but i am not sure how to award points..
‎2008 Jun 10 11:49 AM
Hi, How you solved this issue ? CAn u please share this with me ?
‎2008 Jun 11 3:33 AM
hi neelesh doijode :
i don't know how to explain it. the resolve method is just my friend gived.
i'm sorry i can't help it for you !
‎2008 Jun 11 5:16 AM
Thank you vey much. I also meet this problem.
I add 'V' in the last position of tex description, I works well.
‎2008 Jul 31 1:35 PM
how u are changing the text field ..
i have a screen no 320 .how can i cahange a standard screen it is asking for access key
‎2016 Mar 22 11:52 AM