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

Vendor data capitalization

Former Member
0 Likes
369

Hi All,

We are tying to make Vendor name and address as capital letters in SAP. We are unable to find any BADI or User Exit to do this. Not sure how Enhancement Framework can be used in this case.

Any help would be great. Thanks

Edited by: Bhutesh Sinha on May 14, 2008 7:24 PM

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
335

Try to make an implementation of ADDRESS_UPDATE and update the IM_T_XADRC in the method ADDRESS1_SAVED.

Regards,

Naimesh Patel

Read only

0 Likes
335

Thanks for your endevor but

IM_T_XADRC is the import parameter and the method ADDRESS1_SAVED don't have any Export parameter.

What about Vendor name?

Thanks