Application Development 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: 

Case Sensitive Entries in ZTABLE

Adi_Bathineni
Participant
0 Kudos

Hi Gurus,

I've created the ZTABLE with 4 Fields.

Except the 1st Field, all the other fields are Predefined.

PROGNAME PROGRAM CHAR 40 0

SEQNO CHAR 2 0

PROGTYPE CHAR 40 0

EMAILID CHAR 50 0

ACTIVE CHAR 1 0

I want to store the EMAILID's in the following way.

"adiBATHINENI", i know for domains we can convert them into Lowercase,

But ,according to Standard SAP, all will be converted to Uppercase...

How to store the data in combination of both lower and uppercase letters????

Thanks,

Adi.

8 REPLIES 8

Former Member
0 Kudos

Hi Adi,

In the domain for EMAIL Field , make sure that lowercase is checked ,Domain->Definition->Lowecase ( Tick it)

Only when this is checked , LOwer case and Upper case are identified..Otherwise Only It converts to Upper Case by default.

This can be done only for custom domains.

Regards

Naresh

0 Kudos

Hi,

I'm using the Predefined fields for the E-Mail ID, there is no Domain for that field,

My requirement is i want to store the both Uppercase and Lowercase letters word in that field ,

like EMAILID = "adiBATHINENI"....

Is it possible???? if i click on the Lowercase in the domain, it is going to store in the lowercase only..

I think its not possible, either we should store in Upper Case or Lower Case??

Thanks,

Adi

0 Kudos

Hi Adi,

Have you check my above code,

I tried and created a table in my system it working fine,

Which standard Email are yu using,,,

I Above one also a standard Email storage field as per your requirement,

try once and revert back,,,,

Thanks & regards,

Dileep .C

0 Kudos

Hi,

If you check the lower case it will not store in lower case. It will store in the same manner as user enter's.(i.e it can be combination of both upper case and lower case / upper case /lower case as user enters)

You can try this data element AD_SMTPADR..

0 Kudos

Hi,

In the domain, if you check the Lowercase Checkbox, then the values are stored in the case sensitive way. It will distinguish between the Upper Case and the Lower Case. I have done the same thing for a different scenario and it is working fine.

Hope this helps.

Thanks,

Samantak.

Former Member
0 Kudos

Hi Adi,

Above to naresh reply also Check this fields from ADR6 fields... Hope it may be use full.

follow standard email fields.

SMTP_ADDR AD_SMTPADR CHAR 241 0 E-Mail Address

SMTP_SRCH AD_SMTPAD2 CHAR 20 0 E-Mail Address Search Field

Thanks & regards,

Dileep .C

Adi_Bathineni
Participant
0 Kudos

solved by own

0 Kudos

Hi Bathi,

what the solution that you used to resolved the problem? can you tell us on that... thanks...

[GVO-Make money & Life better|http://gogvo2u.blogspot.com]