‎2012 Aug 21 1:19 PM
Hi all,
I have a selection screen with a parameter -
p_sep DEFAULT '~'.
When i change the value of this parameter in selection screen to any char it works , but for '_'(underscore).
If i change the value in selection screen for this parameter to be '_' , the value is blank in field p_sep.
If i give value '_' in this field and press enter button the value disappears in selection screen.
Have any of you faced the same issue..? Kindly share your ideas...
Thanks,
Asha
‎2012 Aug 21 1:30 PM
‎2012 Aug 21 1:30 PM
‎2012 Aug 21 3:28 PM
If I remember properly, during run time "_" is treated as space.
‎2012 Aug 21 3:39 PM
Yes, Kesavadas, your memory is good
(ref : Dynpro Fields in help.sap.com)
- The "!" character in the initial position of an input field on the screen deletes all characters in the field before the data transport.
- The "=" character in the initial position of an input field on the screen initiates a search using search helps.
- If an input field contains only blanks and "_" characters, the latter are transported as blanks.
Regards,
Raymond