on 2014 Apr 09 11:12 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
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
User | Count |
---|---|
116 | |
7 | |
6 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.