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: 

KE51 & KE52 Transaction

Former Member
0 Kudos

Hi,

While creating profit centre in KE51 transaction the communication tab strip has data line communication (screen field), now my requirement is if any user type some entries in small letters in this field (Data line communication) it should be defaulted to upper case or eventhough the user types in small letter it should be stored in the upper case in the database table.

Is it possible? Please let me know the user exist is availble or not for this transaction. Help me solve this issue.

Thanks,

3 REPLIES 3

Former Member
0 Kudos

I guess there is no user exit,even if you want to change ,then you need to modify the standard program. if you change standard program,then SAP Will not give any support.

Thanks

Seshu

Former Member
0 Kudos

hi

There are no exits for this transaction. You can try with badi's.

To search for a badi, go to se 24 display <b>class cl_exithandler.</b>

double click on method get_instance, get a break point on case statement.

execute and start the required transaction in new session.

look for variable <b>exit_name.</b> It would show the available badi's.

Please do reward if useful

Regards

Dinesh

Former Member
0 Kudos

hI,

<b>OIFA0202</b>

EXIT_SAPMOIFA_002

EXIT_SAPMOIFA_022

oR

COPA0003

IWO10005

<b>Reward points</b>

Regards