| Home • Tips • Tutorials • Forums • Certification Q's • Interview Q's • Jobs • Testimonials • Contact Us | ||
Tips Categories:
Contribute?What's New?
What's Hot? |
Is this a bug in SAP?By Joyjit Ghosh, IBM India I don't know whether any body faced this problem or not but I
have seen that whenever I give "!" (Exclamation mark) as value in any
input field which is defined as mandatory in the selection screen, SAP totally
ignores it and gives error message. Whereas if you provide any other special
character as input SAP recognizes it. For example check this program: REPORT Z_CHAR_DEMO . parameters: p_char(1) type c obligatory lower case. start-of-selection.
write: /'Your have entered: ', p_char.
Here I have a mandatory parameter of character type with
length 1. If you give any value except "!"/ " "(blank) it
will display output.
But for "!", it will display error message.
I have been told by an R/2 guy that this problem has a
historical reason, in R/2 exclamation mark ("!") is considered as
space and R/3 is inherited from R/2 so R/3 still considers "!" as
space though it recognizes blank as well. But I don't get any chance to validate
his version. |
|
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||