cancel
Showing results for 
Search instead for 
Did you mean: 

XD01 always upper latter

Former Member
0 Kudos

hi All Experts,

I want to create Customer - XD01 in which i am entering name, address and other details of customer in small letter and system is allowed. But i want it should be in upper letter (case) even though i am entering in small letter.

So please suggest me how it is possible and give the appropriate solution.

Thanks & Regards,

Sachin Chaudhari

SAP SD Consultant

Accepted Solutions (1)

Accepted Solutions (1)

former_member184080
Active Contributor
0 Kudos

Hi Scahin,

Please check below links.

http://help.sap.com/saphelp_nw04s/helpdata/en/fc/eb33a5358411d1829f0000e829fbfe/content.htm

http://scn.sap.com/community/abap

But, this behaves in all scenario.

Regards, Sai Krishna.

Former Member
0 Kudos

Thanks u dear Sai Krishna

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Sachin,

Though not advisable to use such approach but still if you wanna go for it then try this. You've to go for customization in enhancement SAPMF02D use exit EXIT_SAPMF02D_001 (prior to saving) and there use a translate statement like 'TRANSLATE variable TO UPPER CASE'. You can also try this FM TERM_TRANSLATE_TO_UPPER_CASE however string function Translate would be the best option. Lemme know if you need more help in this. Thanks.

Former Member
0 Kudos

Thanks you very much dear Ammarah

Former Member
0 Kudos

Hi Sachin ,

Please let us know why you want to have those details in Captial Letter. Usually the customer details, address will be used in the Reports and the Output Forms. You can do the changes in the Report Program or Output program with the help of ABAPer which would be easy to handle.

Regards

Vinu

Former Member
0 Kudos

User requirement on GOVERNMENT project.

& Thanks