Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Underscore as value for parameters

Former Member
0 Likes
1,123

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

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
808

Hello Asha,

You should read the SAP documentation on Wildcard characters.

BR,

Suhas

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
809

Hello Asha,

You should read the SAP documentation on Wildcard characters.

BR,

Suhas

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
808

If I remember properly, during run time "_" is treated as space.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
808

Yes, 

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