cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to convert the address fields in customer master to capital letters

Former Member
0 Kudos

Dear experts,

I have a requirement . If i enter the addresses in the customer address field like name or city etc: in small letters , is it possible to convert it automatically to capital letters by default. Is this possible in standard SAP.

Yezdevan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Yezdevan ,

I am not sure why you want the the Customer Details in Capital Letter while maintaining in business context. Most of the time, the customer address details are used in the output form like Order Confirmation, Delivery Note and Billing.

It is advisable to change the code of the output program so that it prints the customer address in capital which is very simple. ABAPer can help you in this regard.

Regards

Vinu

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

   You can set the same in T.code- OY01  under Address Layout Key.

you can sit with Abaper and Modify the Routine as per your Required Format.

Sivavasireddy

neeraj_lal
Contributor
0 Kudos

In Standard SAP its not possible.

You need to put ABAP code while saving customer master.

another option is if you are using Program, Idoc to create/ change customer master, put logic there to convert small cap to capital one.

Regards