International Version in vendor master for F4 searching

Hi,
I am going to use international version for vendor master.
Is it possible to use that international version for F4 help searching?
If so, how can I use?
<For example>----
  Vendor Name
  TOSHIBA
  Vendor Name (international Version = Kanji)
  東芝  (<--TOSHIBA in Japanese language)
F4 help searching with using Japanese character "東芝"  (<--TOSHIBA in Japanese language)
<End>----
So far, I can not find the vendor. (東芝)
I am wondering whether we can use this function or not.

Hi Jurgen,
Yes, when I deleted it's physically removed from ADRC table.
But I can't do anything after that. I can not add new International Version.
cheers,
Ade Tsalasi

Similar Messages

  • What the setting required in vendor master for Intercompany or intracompany

    What the setting required in vendor master for Intercompany or intracompany orders
    Thanks,
    Kiran

    Hi,
    For the inter company STO scenario
    Create a vendor for the company code of receiving plant, using account group :0007 Assign this vendor to Delivering plant
    in the Purchasing view>Extras>Add. Purchasing data>Plant.
    Also create an internal customer for the supplying sales area and assign it to the vendor, it helps in determining the Shipping point.

  • International version to be maintained for vendor

    HI All,
       We have a requirement in which we have to maintain the international version of the vendor that can be done using MK02. But we have to create a program which will do the mass upload. We were not able to call BDC as the screen involved an ALV. Any pointers(BAPI or FM) on this will be of great help.
    Thanks
    Sameera

    Hi
    Its seems you want delivery from SD side
    Please check following link
    [http://www.sapfans.com/forums/viewtopic.php?t=287345&highlight=vendor+return]
    [http://help.sap.com/bp_mediav1600/Media_US/HTML/Scenarios/V3I_MED_Scen_EN_US.htm]
    Regards
    Kailas Ugale
    Edited by: kailasugale on Sep 28, 2011 10:35 AM

  • Additional Field in Vendor Master for PF Number and ESI Number

    Hi Experts,
    I have to maintain ESI Number and PF Number in Vendor Master, but no such field is available in vendor master or J1ID. Kindly suggest me the fields which I can use. We have to capture the ESI and PF Number of the vendor in case He is a subcontractor to us.
    Regards
    GR

    Hi
    You can looks for customer fields (ABAP developed fields). You have standard development available in SAP. See the below config path. It will help you and your abaper
    spro>logistics General->bussiness partner->vendors->control--->adoption of customer's own master data fields.
    With the help of help text available there you and your abaper can develop it with flow logic easily with minimum effort.
    Hope it helps you
    Regards
    Antony

  • Vendor Master for Interviewees and expenses payment process in SAP

    Hello All,
    We are trying to figure out a process for people who come for Interviews and submit their expenses and get a cheque from our company. How can this be carried out in SAP..Please add your valuable inputs to the process below:
    Create Vendor master in SAP..( Which account group? Dodnt want to use primary account group. One time vendor account group does not have address fields maintained... )
    When the interviee submits his expenses..( Do we create a PO to pay ? Do we just create a Invoice MIRO ? Do FB60)
    Kindly Advice,
    Thanks

    hi,
    FB60-will be the best option for your requirement where you can book the expenses directly .In the short text you can maintain the candidate name and his expenses for the interview.
    Regards,
    velu

  • Vendor Master for a Vendor with 3 bank accounts

    Hi All,
    Is it possible to have One Vendor master with 3 bank accounts (in payment trans screen)? One of our vendors has 3 bank accounts in different states.
    Do I have to create 3 Vendor Masters?
    Thanks in Advance

    Hi,
    I Think its possible with one only...In bank details you need to provide the details of the banks....its provided in the payment tab....
    Its given so as to achieve the above functionality....
    (And on the other hand if see to make the vendor...then its not possible to make 3 vendor of same name...right)
    regards
    Priyanka.P
    AWARD IF HELPFULL
    Edited by: Priyanka Paltanwale on Aug 26, 2008 1:33 PM

  • Vendor Master Data F4 Search Restriction

    Hello SAP users
    In FK01. FK02 or FK03, when we press F4 to search vendor, I found there
    is no criteria for vendor group. Also, is there any suggestion to
    improve the performance of the F4 result searching process.
    Any suggestions? Thanks!
    Best Regards!
    Gavin

    HI,
    Yes..but proceed carefullyy..
    Use transaction OB50 and go under tab Included Search help.....
    Double click on KREDA - Vendors (General)......select Log on language...
    Click on change icon......
    Add field KTOKK with 4 characters in LPos and SPos...
    Activate the settings..
    Regards,
    Chintan Joshi

  • Vendor master user exit for copying  NAME1 - NAME3

    Hi Gurus,
    I am looking for a user exit in Vendor master for FK01. User enters data in NAME1 and NAME2 field.
    When the user saves the data, the data from Name1 field should be copied to NAME3 and data from NAME2 field should be copied to NAME4.
    Please help...
    Regards,
    Tushar.

    u can find BADI's or Enhancement in Foloowing Ways.... Hope u will find one
    1>First go to any transaction->iN THE menu bar SYSTEM->STATUS->Get the program name ->double click->u will go to the program attached to the tcode.Now search term will be CALL CL_EXITHANDLER.Now u will get list of BADI'S available..
    2>Goto SE24->Give class name as CL_EXITHANDLER->Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.Now go to any transaction code and pass dat..U will see that it will be stopped on the break point which u set on the cl_exithandler...In the exit name u can find list of badi's attached to the tcode..
    There are multiple ways of searching for BADI.
    • Finding BADI Using CL_EXITHANDLER=>GET_INSTANCE
    • Finding BADI Using SQL Trace (TCODE-ST05).
    • Finding BADI Using Repository Information System (TCODE- SE84).
    1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for ‘CL_EXITHANDLER=>GET_INSTANCE’.
    Make sure the radio button “In main program” is checked. A list of all the programs with call to the BADI’s will be listed.
    The export parameter ‘EXIT_NAME’ for the method GET_INSTANCE of class CL_EXITHANDLER will have the user exit assigned to it. The changing parameter ‘INSTANCE’ will have the interface assigned to it. Double click on the method to enter the source code.Definition of Instance would give you the Interface name.
    2. Start transaction ST05 (Performance Analysis).
    Set flag field "Buffer trace"
    Remark: We need to trace also the buffer calls, because BADI database tables are buffered. (Especially view V_EXT_IMP and V_EXT_ACT)
    Push the button "Activate Trace". Start transaction VA02 in a new GUI session. Go back to the Performance trace session.
    Push the button "Deactivate Trace".
    Push the button "Display Trace".
    The popup screen "Set Restrictions for Displaying Trace" appears.
    Now, filter the trace on Objects:
    • V_EXT_IMP
    • V_EXT_ACT
    Push button "Multiple selections" button behind field Objects
    Fill: V_EXT_IMP and V_EXT_ACT
    All the interface class names of view V_EXT_IMP start with IF_EX_. This is the standard SAP prefix for BADI class interfaces. The BADI name is after the IF_EX_.
    So the BADI name of IF_EX_CUSTOMER_ADD_DATA is CUSTOMER_ADD_DATA
    3. Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI’s for the given package MB.
    The simplese way for finding BADI is
    1. chooes Tcode Program & package for that Tcode.
    2. Go to Tcode se18
    3. Press F4
    4. search by package or by program.
    Regards,
    Usman Malik

  • Vendor Master Fields to be considered for Centralization in SAP MDM

    Hello Experts,
    In my present assignment, we have 3 different ECC systems each for three different businesses. Now the objective is to consolidate, Harmonize and centralize the Vendor Master for all these standalone ECC systems in SAP MDM.
    So multiple discussions are going on the which Vendor Master fields to be kept as Global fields and which ones as local in Central Vendor Repository in SAP MDM. The debate is whether should we keep "Vendor Account group" as Global field or as Local field in MDM.
    The debate is each inidividual business unit has defined different account groups for the same vendor in their respective systems.
    The question is : What is the best practice-- Should we keep Vendor account group as main table field and define Vendors with one unique account groups OR we maintain the account group in qualified table each pointing to different business unit.
    Your inputs are highly appreciated
    BR
    PTM

    Hi Manoj
    The debate is each inidividual business unit has defined different account groups for the same vendor in their respective systems.
    The question is : What is the best practice-- Should we keep Vendor account group as main table field and define Vendors with one unique account groups OR we maintain the account group in qualified table each pointing to different business unit.
    In my opinion this is going to be very complex solution. Ideally we need to define all the Harmonization rules before syndicating data to different target systems.
    Is this possibel that the same vendor record which is existing as vendor of different account groups in different systems have same set of attributes. If yes then enabling the remote key for Account group Lookup field is one option and defining a unique Account group 'AG" (which is mapped to say AG1 from remote system1, AG2 from remote system2 and so on..)..
    Managing this via Qualified table will be very complex and not advisabel. As Rajesh also mentioned Account Group in MDM should be considered as Global attribute and all such harmonization rules should be defined in your project. AG1=AG2=AG in above exmaple.
    Hope this clarifies.
    Thanks-Ravi

  • Table for field settings for vendor master

    Dears,
    Can you please let me know which table do i need to refer if I want to know which fields are maintained mandatory, optional, suppres for Vendor master for each account groups.
    I have looked into table T077K, but the table values are showing for example ..................................... How to conclude with these values.
    Please suggest.
    Regards
    Kamesh

    Hi
    fiedl selection for vendor Mastr depend upon Vendor account gruop there you can fied out which field is optiona or dispaly like wise
    check following link 
    You maintain the account groups in Customizing for Logistics General under Business Partners - Vendor - Control - Define Account Groups and Field Selection (Vendor).
    [http://help.sap.com/saphelp_470/helpdata/en/75/ee0b1c55c811d189900000e8322d00/content.htm]
    Regards
    Kailas Ugale

  • Field selection for vendor master

    Hello Gurus,
    Is it possilbe to make a particular field as mandatory in vendore master for a purchase organization 1000 and plant 2000.
    If yes, then how?
    VM
    Edited by: V M on Jul 5, 2011 2:06 PM

    Hi,
    If both purchasing organizations have separate account group then you can very well achieve in customizing otherwise you need to control it in exit SAPMF02K
    Regards
    Melih

  • Account groups for Partner Roles in Vendor Master

    1. Can we use same account group to create the vendor master for the different partner roles? for the partner roles like goods supplier, invoicing party, order party, etc do all these need to have different account groups , example one account group for goods supplier, one account group for invoicing party, etc , etc.
    2. why we need the configuration for partner role in purchasing documents besides  partner role settings for vendor account group. what is the logic behind to have partner role dependent settings for purchasing documents.
    If we do not maintain for partner role settings for purchasing documents  what effects it will cause?

    > 1. We can have 1 account group represent all partner role or separate account group for each role.
    1.If we use the same account group, the field selection control for fields will be applicable to partner roles also. If we have made vendor schema as mandatory in vendor master than we have to assign to partner vendor also. Example ordering address will not require company code data only purchase data, it will not require also pricing procedure as mandatory as no price determination will be required for ordering address.
    I think we have to use combination of account group -same account group and different account group will defining vendors for partner function.
    Do we require to assign vendor schema group to following vendors roles- goods suppliers, invoicing party and payee.
    If we do not assign vendor schema group will these partner role determine price from the VN partner role. For example VN (vendor) has vendor schema group assigned, no vendor schema group assigned to invoicing party, then while doing MIRO the invoicing party will be defaulted. Do the price determined for VN role will be populated for invoicing party in MIRO?
    > 2. we need partner role in purchasing doc because we can copy partner role from vendor master to purchasing document
    It means we need to assign similar roles in schema for vendor account group and purchasing documents. If you see the schema in config for partner determination in IDES system, different roles exists in vendor schema and purchasing document schema.
    This is creating confusion for me to understand.
    Please clarify
    2. we need partner role in purchasing doc because we can copy partner role from vendor master to purchasing document

  • Vendor Master REplication from CRM

    Hi friends,
    I am maintaining Employees from CRM to R/3 and these EMployees exists as Vendors in ECC (Purchasing). So whenever I replicate a document it is giving me error with these Partner functions CSR, Field Sales
    The possible reason could be I have no option to map the Vendor Accountgroups to CRM Classification through PIDE(ECC)
    Question is
    How do you I maintain vedor master mapping to CRM partner functions,
    I have already mapped the CRM Partner functions to R/3 Account groups, but i am assuming that I need to maintain the classification in PIDE to replicate.
    So please help any suggestions will be greatly rewarded
    thanks
    Raj

    Hi Subramaniyan,
    Thanks for the Reply. But this is supposed to happen real time.
    Here is the detailed explanation again. I am maintaining the Partners CSR, Field Sales (Internal Employees) in Vendor master and they are coming into CRM as Employees with Mapping Data Transfer. When the same replicates to ECC through a Quote or Order... The problem is these Employees CSR, Field Sales from CRM to ECC are not linked to any of the ECC Classifcations becasue we dont have any option to do so.
    Now when i replicate becasue the classifcation is not mentioned, it is popping back to me and giving me as error on just these 2 Employee functions.
    To resolve this issue, I have to maintain some kind of mapping structure using a classification Consumer, Competitor, Customer, or Prospect. In a different way, I have to assign the vendor account group to a classification. which is not possible through PIDE, coz PIDE only allows you to map customers not vendors.
    My question is how do i handle the incoming vendor partners from CRM into R/3.
    thanks a lot

  • Restricting material group- vendor combination for Purchase requisitions

    Hi ,
    The requirement is :
    While creating a PR for a material with only short text(no material master record), we have to enter the material group also.
    If the material group is not supplied by the vendor then the system should give an error and not allow the user to progress with PR creation.
    What we currently do is maintain the material group supplied by the vendor in the vendor master record's SEARCH TERM field of address data. I know this is just for information sake.
    Kindly suggest a way to fulfill this requirement.
    Thanks

    Hi ,
    We can create a PR without material master number. In this case it is mandatory to mention a material group.
    My question is :
    I want to stop people from raising a requisition for a vendor who does not supply the material group.
    Thanks
    Edited by: Vinayak Venkatesh on Feb 3, 2010 8:43 PM

  • Doubt in vendor master creation

    hi all
    i m new to workflow . i hv assigned with one scenario plz help me with some points to how i can create it
    first vendor master data by end user
    second sending for approval
    third approval decision - if yes then only the entry given by end user want to save in master data
    my doubt is : when end user make entry and save .it ll save at that time itself but that should not happen. it want to wait for approver decision .if yes then the entry by user want to save in master data
    awaiting urs reply

    Hi Mani,
    Have done this before but you may think it is too much effort.
    1)  I built a module pool to facilitate the entry of prospective master data by the user.  On save this triggers my workflow and adds entered data to the workflow container - not to the vendor master at this stage.
    2)  The workflow template first searches the vendor master for duplicates based on name, address etc and then sends to an approver with a list of possible duplicates.
    3) If not a duplicate, the approver Approves the workitem, and then the vendor master is created in the database via BAPI.
    Regards
    Gareth

Maybe you are looking for

  • Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro?

    Has anyone in this Forum had problems with installing and running Adobe apps on the new MacPro? I have been trying to install Photoshop CS6 & CC and Acrobat Pro XI on my Mac Pro (late 2013). I keep getting a 'configuration' error message and wondered

  • Mapping Header Values to Item Nodes

    Using the graphical mapping editor, I need to map values from a source header level node to a target item level node for each item in the source structure. eg. <b>Source</b> <HEADER>   <H1>HeaderValue1</H1> </HEADER> <ITEM>   <I1>Item1Value</I1> </IT

  • Urgent: MacBook pro boots up in disk utility mode

    today, out of the blue it boots up in disk utility mode. I restarted it several times but nothing changed. I runned disk repair and permissions repair and no change. Tried to start in safe mode but it will not. any ideas? My last backup is a month ol

  • Cluster resource 'SQL Server' in Resource Group 'MSSQL' failed.

    Hi All, Last week we face problem on SQL server 2005 Cluster server. SQL cluster was down with below issue. Event 1069 : Cluster resource 'SQL Server' in Resource Group 'MSSQL' failed.   Event 19019 : [sqsrvres] CheckServiceAlive: Service is dead [sq

  • Mentor for SAP Mobility

    Hi SAP Mentors, I am looking for a Mentor on SAP Mobility who can help me understand the Migration options on SAP UI5 from Webdynpro.  I would also like to get a mentor who can advise on SMP3.0, Sylco and Fiori. Do we have any mentors in India from S