Translation of UoM in Item Master Data

Hi all,
Problem:
Our customer uses multi-language support. In the item master data they use the purchasing and sales UoM which is printed on the marketing documents. For example "ST" in German corresponds to "pc" in French (piece). They need to go into each item one by one and enter the translation even if the UoM is always the same.
Possible solution:
A table behind the UoM field so that you can select from a drop down list. You would then need to translate each entry in the table just once.
Best regards,
Gunther

The company is called BoyumIT and the add-on is called B1 Usability Package and their website is www.b1up.net
You may write to Soren the channel manager at this company.  His email is [email protected] and refer my name if required.
There is a point system in SDN Forum which I am not sure if you are aware of this, but please take a look at how it works
How do I reward points?
I posted a thread and marked it as a question. Several people replied and gave me useful advice. I'd like to reward points. What do I do? 
If you designated your thread as a question and are satisfied with one or more of the responses received, you may award points according to the following scheme:
Designation ................. Point Value
Solved My Problem..........10
Very Helpful ...................... 6
Helpful .............................2
To award points, go to your user profile and select the relevant thread from the list of Recent Messages. Click on the hyperlinked title. You will be directed to a page that shows all the responses to your original post.
Click on the star icon next to the response for which you wish to reward points. A popup window will appear. Use the radio buttons to mark a response "Solved My Problem," "Very Helpful," or "Helpful."
You are allowed to grant only one 10 point "Solved My Problem" award and one six point "Very Helpful" award, so evaluate all the replies carefully. You may designate an unlimited number of two point "Helpful" awards.
Suda

Similar Messages

  • Set Length in Inches in item master data in purchasing tab

    Dear Experts,
    I want to set the length,width and height in Inches in the item master data of purchasing data tab. By default it is coming in meter. Please help me
    Regards,
    Ravindra

    Hi Ravindra......
    Go to Administration --> System Initialization --> General Settings --> Display Tab --> Default Length UoM --> set in Inch.
    Hope this will solve your problem.......
    Regards,
    Rahul

  • Error Message while adding Item in Item Master Data- [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed when converting the nvarchar value 's008 01' to data type int. (CINF)

    Dear Experts
    I am getting the following error message while adding item in Item Master data. I have modified the following SBO_SP_transactionNotification in SQL server after that could not able to add the item
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(20),                      -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, [U]pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                       -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    --    IF @OBJECT_TYPE = '59' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U')
      BEGIN
       IF EXISTS(
        SELECT T0.Price FROM IGN1 T0
        where  IsNull(T0.Price, '0') = '0' and T0.DocEntry = @list_of_cols_val_tab_del)
       BEGIN
        SELECT @ERROR=1,@ERROR_MESSAGE='Please insert the price !'
      END
    end
    -- Select the return values
    select @error, @error_message
    end

    Hi Rathna,
    Just put the SP like this, without the -- before the IF. A -- marks the line as a command therefore you need to uncomment and it will work.
    IF @OBJECT_TYPE = '59' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U')
      BEGIN
       IF EXISTS(
        SELECT T0.Price FROM IGN1 T0
        where  IsNull(T0.Price, '0') = '0' and T0.DocEntry = @list_of_cols_val_tab_del)
       BEGIN
        SELECT @ERROR=1,@ERROR_MESSAGE='Please insert the price !'
      END
    end
    Hope it helps

  • Error while importing Item MAster Data using DTW

    Hi,
    when we are importing item master data using items template
    it is giving error.
    Error:":connected value 1 was not found "
    can any one send the oitems template that is working fine wthout any error.
    Thanks,
    Neetu

    You cannot import  data prepration templates>>Testcase1_Test Data for Import function>Oitems directly.
    You will have to do certain prerequisites like setting CommissionGroup, CommissionPercent, CommissionSum,CustomsGroupCode etc., in SAP before importing Items.
    So I would like you to try out with minimum fields in the template and import. After understanding, you can import the required fields.
    I suggest you to use the template from "C:\Program Files\SAP\Data Transfer Workbench\Templates\Templates\oItems"

  • Error while importing Item Master data through DTW

    Hello Expert,
      I trying to import item master data through DTW but it gives an error while importing as shown in attach file..
      Please help me...
      I am using SAP 9.0 Pl 6
    Regards,
    Sandy

    Hi Sandy,
    Kindly follow the check list
    1. Right Click DTW and run it as Administrator.
    2. Is your DTW version is same as SAP B1.
    3. Uninstall and re-install DTW.
    4. If you are using 64-bit DTW, try to use 32-bit one.
    5. Check the Template, is it of the same DTW version.
    6. Remove all the unnecessary columns.
    7. Last try different Template extension.. (e.g: CSV (Comma delimited), or Text (Tab delimited))
    Hope you find this helpful......
    Regards,
    Syed Adnan

  • Unit Price in Item Master Data

    Step no.1) At time of Defining Item Master Data  we are Defining Unit Price say<b> 2,000</b> <b>INR.</b> Data Saved in Price List 01.
    Now with this information I am Preparing Purchase Order.After Selecting Specific Item unit price is reflecting in P.O by default, Then I modified Unit price from 2000 INR to 2500 INR in P.O.
    Step no 2)  I received material by Goods Receipt PO
    Step no 3) When I am posting A/P Invoice based on GoodsReceipt PO in invoice the original Master Data Unit price is Reflecting.
    Now vice versa I made another Transaction also in Another System.
    In Step no 3 it is reflecting the Unit Price of Purchase Order.
    Can I know why it gives different Information for same type of Transaction. Does I followed wrong System.
    Regards
    Narender

    Please confirm the following.
    Once you select a Price in PO it should carry all the way through at the AP Invoice and should not change unless changed manually.
    Are you copying the PO >  Goods Receipt PO > AP Invoice
    And when copying to Goods Receipt PO or Invoice you are not changing the price or Pricelist
    Pls let me know
    Suda

  • How to include the UDF of items master data into PLD (Inventory in Warehouse Report (Detailed))

    Hi,
    Is there a way to include the UDF in the items master data into the <<Inventory In Warehouse Report (Detailed)>> PLD?
    I checked the default layout and found out all the column source type is "free text" and the content is #Item, how do I know the value of the UDF?
    Thanks

    Hi,
    Some of the standard reports are hardcoded in sap. Not possible to add UDF field in PLD.
    Also refer this thread Variables -  Sap business one
    Thanks & Regards,
    Nagarajan

  • Item master data: can't modify

    Hello Experts,
    In Item master data >> Purchasing Data Tab >> Items Per Purchase Unit: when I try to change the value of this said field, it gives an error:
    Cannot change the field becuase item is already involved in transactions Message [150-16]
    Though I closed all the PO, Goods Receipt-PO, and Invoice but still the error is same.
    Help Required
    Regards,
    Edited by: Shazad Nazir on Jan 6, 2009 11:40 AM

    Hi,
    You can check Note No. [1059753|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1059753] regarding your case.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Inbuilt RFC/IDOCs to upload ITEM MASTER DATA in SAP IS Retail system

    Hi,
    Kindly let me know the inbuilt IDOCs/RFCs to upload ITEM MASTER DATA in SAP IS Retail system.
    Otherwise let me know the tcode to check the inbuilt IDOCs/RFCs in SAP IS retail system or let me know all MASTER DATA related inbuilt IDOCs/RFCs in SAP IS retail system.
    Thanks
    Ramesh

    Hi,
    Please check below link. hope it helps you to answer your question
    http://wiki.sdn.sap.com/wiki/display/Retail/SAPRetailPOS+Interface

  • Cost Price In Item Master Data Changing

    hi guys...
    the cost price in item master data has been changing by itself in WH2..what could be the possible reasons guys???
    regards

    Hi,
    You must have set your 'Valuation method as ,Moving Average' so the system changes calculates the ost price and changes the value everytime
    regards
    Md.nazeer Shaikh

  • Update of Intrastat details against Item Master Data

    Hi I'm looking to import Intrastat details against item master data.  I understnad from the portal that this needs to be imported to UDO but need some guidance in terms of template set up. 
    Grateful for any help
    Regards
    David

    Hi,
    If you have made already the transactions you cannot update the G/L method.
    Secondly if you have set G/L by Item level then you need to define the inventory accounts for all the items in your template then only you will be able to proceed further
    Regards
    Md.nazeer Shaikh

  • BoObjectType for Item Master Data

    Hi,
    Does anyone know the BoObjectType for the Item Master Data?
    For Sales Orders for example, it's "oOrders"
    but I can't find the BoObjectType for the Item Master Data to access its User Defined Fields.
    Thanks.

    Hi,
    I think it is oItems ...
    From the SDK help file:
    BoObjectTypes Enumeration
    Member    Description    Value
    oItems    Items object.      4
    Regards,
    Ibai Peñ

  • Add barcode in the item master data

    Hi All
    we have a field in the item master data called Bar Code.  if you have several hundred thousand items in the database how do you assign a barcode for each item?  do you enter the barcode manually for each item or is there any other way to enter this item's barcode automatically when the item is added into ware house?  if you have enter manually the barcode how we should follow with the number of characters in the field? is that should look like exactly on the barcode label when you print? or we need to follow our own naming convention in using the numbers?
    thanks
    Santhosh

    Check this Thread
    [Barcode scanner addon;

  • Linking UDO to Item Master Data

    Hello Everyone
    I just created a User Define Object to store alternative codes for items. In the master data i put all the itemcodes and a description. In the Master Data rows I store all the alternative codes and the supplier that item can have. Sometimes they are few alternativa codes, sometimes a lot
    Now I want for the these UDO be related to the Item Master Data so it can me update in the same place. Any ideas?

    Ok. These how the UDO works now:
    In the master data level, i use the itemcode. When i double click the line, it takes me to another table with the alternative codes for that specific itemcode only
    I added a UDF to the item master date and linked to the table (i tried linking them to the udo but could not find how) so it shows all the rows in the table, not just the ones matching that item. I tried with 2 UDF but still could not relate the two. Any ideas how???
    Can it be done with the Screen Painter?? Where can i fin documentation about the Screen Painter usage?? I only found documentation on installation

  • Maximum number of Item Master Data

    Hi! is there anyone, who used SAP B12007 for more than 1,00,000 item master data? I would like to know the issues in this context, if there is any.

    Hi
    Your question is good, but in SAP there is no limit. The main thing is yr system Requirement will be better to give fast and rapid performance.
    U can enter as many item u can no limit from SAP side.
    Size in MB as per SAP DB size
    Document Type     Avg # documents per day     Avg # line items per document     Avg KB per document*     Est. MB volume year 1*     Est. MB volume year 2*     Est. MB volume year 3*     Est. MB volume year 4*     Est. MB volume year 5*     Est. MB total     year 5*
    Purchasing - A/P                                             
    Purchase Order     1.0     1.0     6.11     1.49     1.64     1.80     1.98     2.18     9.10
    Goods Receipt PO     1.0     1.0     5.99     1.46     1.61     1.77     1.95     2.14     8.93
    AP Invoice     1.0     1.0     4.79     1.17     1.29     1.41     1.56     1.71     7.13
    Outgoing Payment     1.0     1.0     1.44     0.35     0.39     0.42     0.47     0.51     2.14
    Sales - A/R                                             
    Sales Opportunity     1.0     1.0     9.88     2.41     2.65     2.92     3.21     3.53     14.73
    Sales Order     1.0     1.0     5.58     1.36     1.50     1.65     1.81     1.99     8.31
    Delivery     1.0     1.0     6.64     1.62     1.78     1.96     2.16     2.37     9.90
    AR Invoice     1.0     1.0     6.12     1.50     1.64     1.81     1.99     2.19     9.13
    Incoming Payment     1.0     1.0     1.44     0.35     0.39     0.42     0.47     0.51     2.14
    Production                                             
    Production Order     1.0     1.0     1.38     0.34     0.37     0.41     0.45     0.49     2.05
    Service management                                             
    Service Call     1.0     1.0     1.10     0.27     0.29     0.32     0.36     0.39     1.64
    Service Contract     1.0     1.0     1.02     0.25     0.27     0.30     0.33     0.36     1.52
    Customer Equipment Card     1.0     1.0     1.00     0.24     0.27     0.30     0.32     0.36     1.49
    Financial accounting                                             
    Journal Entry     1.0     1.0     0.84     0.20     0.22     0.25     0.27     0.30     1.25
    Thanks
    Kevin
    Edited by: Kevin Shah on Nov 19, 2009 11:59 AM

Maybe you are looking for

  • The css transform property is not working in the new firefox. I have used -moz-transfrom and it was working just before the last update.

    Here's the code that no longer works. The buttons scale down in all other browsers but stopped working after the latest firefox update. .bigButton:hover{ -moz-transform: scale(.95) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg); -webkit-transform:

  • Outlook 2013 - Searching All Mailboxes... doesn't!

    Hello.  We have a number of users that are having problems searching their mailboxes.  We are: Outlook 2013 Cached Exchange Mode Fully Indexed Selecting the option to search "All Mailboxes" Only brings up results from local inbox. I have tried this a

  • "Epson Utility 4 Cannot be executed"

    Hi, I am using a Macbook Pro running Mac OS X Version 10.6.6, using an EPSON DX7450 Printer/scanner. I recently had to change the ink cartridges and followed the online instructions. All seemed to have gone well, but upon printing documents I have no

  • Can XI 3.0 connect to R/3 3.1i?

    Hi, In help.sap.com it is given as "To connect RFCs, BAPIs, and IDocs originating from systems Release 3.1I or higher to SAP Exchange Infrastructure, you require either the RFC adapter or the IDoc adapter. You can import RFCs, BAPIs, and IDocs to the

  • Data Export - File type

    At the moment it shows Microsoft Word or Ecel (97 - 2003), how i can change the file type name in Microsoft Word Excel (97 - 2010). It's also possible to change the order of the file types. I would like default *.pdf an not *.rpt