cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor International Name in DME file

Former Member
0 Kudos
2,246

Hello All,

I am configuring DME payment file for Taiwanese client who use chinese charecters.

Requirement- They need the vendor name to be displayed in chinese language (maintained in international Version in master data) and rest all other payment details in english. How can this be achived.

Any pointers?

Thanks

BR

Amitash

View Entire Topic
Former Member
0 Kudos

Hi Amitash,

At first, you can modify the setting in t-code DMEE to allow Chinese special characters. This setting can be done under the field "Character Definition" in tab "File Data".

Then, you need to change the mapping for the vendor name. For it, at first you have to give the mapping procedure for vendor (such as structure field) and then you need to give the mapping field details in Source tab.

Regards,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

Thanks.

This probably will not work in this case as the field Name is same in both international and english Version.

Are you Aware of any customization / Setting to instruct the DME to consider International Version.

I agree with your Point on Character defination but that works when the DME is picking the data from International Version.

I have some idea on how to achieve this but want to check if any customization /Settings exists.Else i will adopt the requirement with the idea I have.

BR

Amitash

former_member229024
Contributor
0 Kudos

HI Amitash,

As you have maintained the vendors name in CN in Internation version field. Get the name from a Custom DMEE exit (which will point to this international version field or put the name in Name2, Name3 field and point to these fields) and use the dmee exit in exit module section.

Cheers.

ajaycwa1981
Active Contributor
0 Kudos

Hi Amitash

In my opinion, user exit wil be an easier approach here

You can assign Event 05 to your DMEE format in OBPM1 under Event Modules

Copy the Sample FM FI_PAYMEDIUM_DMEE_20 to ZFI_PAYMEDIUM_DMEE_20 and write your code in it to populate one of the reference fields in FPAYHX structure with the Chinese language Name

After that, just map this field in your DME tree

We followed this approach for populating EMAIL ID

It would have been better if you had shared the approach you had in mind with the community for the benefit of all

Br. Ajay M


Former Member
0 Kudos

Hi Ravish,

Thanks.

I knew about achieveing this using User Exit and fetching the data from ADRC table based on Nation Name.

Just wanted to check if any customization exists.

Anyways, written the user Exit now and it is working.

Thanks

BR

Amitash

Former Member
0 Kudos

Hi Ajay,

Thanks.

Infact the solution you mentioned was the one I was also thinking of. Just wanted to check if the requirement can be achieved by Some customization/ Setting.

Now i have written a Piece of code and fetched the data from ADRC table based on Nation value.

Thanks.

BR

Amitash

akashgupta
Explorer
0 Kudos
In S4 HANA as well, do we need an exit to derive the name and address from international address (Local language)