Adding Tab page in to  Item Master Data

Dear,
In this momento I can do application external through SDK to SBO. but How can I do adding Tab Tag Page in to Item Master Data,
Can you explain me How I do?
Very thanks.
Regards

Hi!
You need add one tabPage in Item Form rigth?
You can used the function:
public void AddTab(string formID, string tabName, string tabNum, string tabCaption)
            try
                Form oForm = oApp.Forms.GetForm(formID, 0);
                    Item oItPosition = oForm.Items.Item(tabNum);
                    Item oItTbTest = oForm.Items.Add(tabName, BoFormItemTypes.it_FOLDER);
                    oItTbTest.Top = oItPosition.Top;
                    oItTbTest.Height = oItPosition.Height;
                    oItTbTest.Width = oItPosition.Width;
                    oItTbTest.Left = (oItPosition.Left + oItPosition.Width) + 20;
                    oItTbTest.AffectsFormMode = true;
                    Folder oTbTest = (Folder)oItTbTest.Specific;
                    oTbTest.Caption = tabCaption;
                    oTbTest.ValOff = "0";
                    oTbTest.ValOn = "1";
                    oTbTest.GroupWith(tabNum);
            catch (Exception e)
                oApp.StatusBar.SetText(e.Message, BoMessageTime.bmt_Medium, BoStatusBarMessageType.smt_Error);

Similar Messages

  • 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

  • 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

  • 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

  • Using DTW to update the Item Master Data attachment tab

    Hi Experts,
    Has anyone tried using DTW to update the Attachments Tab on the Item Master Data please?  I tried a few things (similar to importing an attachment to an activity) and couldn't get it to work.
    I couldn't see that anything to do with the Attachments Tab was exposed in DTW when looking at the mapping fields and also when looking through the options available in the Items Object under Customize Templates - but then I might not be seeing it correctly!
    Any ideas or solutions would be great.
    Many thanks,
    Caroline

    Hi Caroline,
    AtcEntry is correct for the document, this relates to the AbsEntry in OATC, which then in turn links to AbsEntry in ATC1.
    There are a few fields that need to be populated in ATC1:
    AbsEntry
    Line - To be used if more than 1 Attachment
    SrcPath - for the file path
    Filename - for the file name
    FileExt - for file type - i.e. .pdf
    You may be able to configure DTW to import these as a manually created DTW but I suspect that OATC and ATC1 are not open to the Di which will stop it. Coincidently I have been looking at Task Centre to update these but have encountered the same problem
    Regards
    Sean Martin

  • Item Master Data Best Practice

    hello all
    we are now using SBO for more than a year, and yet we still always add new items in our item master data. what is the best practice on maintaining the item master data. for you to understand this is the scenario. since in the Factory/Mill there are a lot of spare parts and equipments there, if some of this equipments is damage, we have to buy a new one, here the problem occur because if it only differ in Part Numbers we use another item code for it. with this practice, at later part we found out that we have more than 1 item code for only one item because of the naming convention. so we have to hold the other item code and use the other one coz we cant delete it anymore. sometimes 1 itemcode occurrs only once in the in the item history.
    please suggest what is the best Practice on this matter.
    1. Item Grouping
    2. Naming Convention
    etc..
    NOTE:
    our goal is minimize adding of items in item master data.
    FIDEL

    FIDEL,
    From what I understand, you have to replace broken / damaged component of an item like Bulldozer, Payloader and mill turbines.  This is the reason why you defined the parts as a new item.
    From your Item code examples, I am not clear why you have 2 different names for the same item.  and also what you mean by "this two item codes are actually the same,
    If you are just buying parts to replace components and if you do not need to track them then I would suggest you create generic itemcodes in the Item master and simply change the description when you buy / sell them.
    Example:  Same Item different description.
    REPL101  OIL FILTER
    REPL101  FUEL FILTER
    REPL101  xxxxx
    This way you are not going to keep creating items in the database and also you can see the description and know what it was.
    Simply change the ItemName in the marketing document and instead of pressing Tab to move to the next column Press CTRL+Tab so that SAP does not auto check then ewly typed name against the item master.
    Let me know if your scnenario is otherwise
    Suda

  • 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

  • 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

  • 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;

  • Unable to update item master data after upgrade

    Greetings,
    I have just upgraded from 2005A SP01 PL22 to 8.81 PL05.
    After the upgrade, I am unable to update any field in the item master data.
    Error message:
    In "Warehouses - Setup" window, on "Accounting" tab, choose sales-type revenue account  , '_SYS00000001165'  [Message 131-52]
    I have checked all the warehouses accounting tab and all the revenue account is a sales type account. I have also checked the GL for _SYS00000001165 and it is a COGS GL. After I change its type to "Sales", I am able to update. This shouldn't be the case.
    I have also tested creating and update new item master and I have no problem. However, I will have the same problem if i add a new item via duplicating from an old item.
    Any advice?
    Thank you.

    Hi,
    Can you also check whether the Item which you are trying to update has Manage G\L Account by as Item, Item group or Warehouse?
    If you have checked for the Warehouses, check for the Item Group and at the G\L Determination > Inventory tab as well.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Some commited figure is showing in Item master data

    Hi,
    why  some commited figure is showing in Item master data in Inventory TAB . Its showing only Raw materials and Finish Goods items.
    Others inventory items are okay.
    Regards,
    Mzian

    Hello Manvendra Singh
    Thanks for your kind cooperation. Now i can understand this.
    Regards
    Mizan

  • 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

  • Factors in Item Master Data

    Hi all,
    Can any one Please let me know,what is the Usage of Factor-1,2,3,4 Fields in Item Master Data   (Purchasing  and Sales Tabs).
    I just want to know in which scenarios we can use them?
    If anyone could explain the same with practical example,it would be helpful.
    Thanks & Regards,
    Ravi Patil

    Dear ,
    Factor 1, Factor 2, Factor 3 and Factor 4 Fields for Purchase and Sales
    The quantities of certain items must be calculated by multiplying
    several factors. In the factor fields, you enter the multiplication
    variables. For example, a 1.20 m high fence, which is sold in meters, is
    in stock. The price for the sold quantity is, however, based on square
    meters. To calculate the quantity (that is, the surface area) on which
    the price is based, the system must multiply the sold length by the
    height of the fence.
    In this case, the length of the fence is determined with factor 1 and
    the height (in the example here: 1.20 m) with factor 2.
    The system automatically sets all the factors to 1. You can enter any
    number of factors, or none at all. The entries you make here are copied
    to the business transaction documents in Purchasing and Sales. You can
    overwrite the factors in the row information.
    Note: If you use the factors for a large number of your items, you can
    use the settings for the transactions in Purchasing or Sales to display
    the fields directly when you enter the document. In this case, you do
    not need to call up the row information to change the factors.
    You could also find some information from online help.
    Regards
    Apple

  • Importing pictures into the item master data

    Hello, everyone,
    I want to import pictures into the items master data - does anyone know which size the picture should have?
    The problem is - i just tested it with some pics of 640x480, but the placeholder in the item data must be smaller, so the picture is scaled down and as result of that it doesn't look good (the colors are falsified and there are also some artifacts). If I double-click the picture and it's opened in an own window in its original resolution - everything is fine..but i want a good quality of the picture in the item data already.
    So my first idea was to make pictures of the resolution of that placeholder in SBO, but i don't know how to get this. Any ideas?
    Best Regards,
    Leon Detzel

    Hi Ulrich
    The picture size does not matter, but rather a setting in Administration > System Initialization > General settings > Display TAB. On this tab you will find a setting with a drop down called "Ext. Image Processing". Set this to full and the full quality of any pictures will be used, but of course resized to fit the field. Bear in mind that images are not embedded in the tables but only the file name of the image is stored in the table.
    Kind regards
    Peter Juby

  • Updating Standard Cost for an Item in Item Master Data

    How do you change the Item Cost field under the Inventory Data tab in Item Master Data if Standard Cost is selected as Valuation Method.  This field is greyed out.

    Hi ,
    If you have an inventory in the warehouse , you cannot change the item price of the standard cost .
    So it is greyed out .Once you donot have inventory ,this field becomes active and you can enter the price .
    Second option is from Item Revaluation .
    Please test it in test environment
    Thank you
    Bishal

Maybe you are looking for

  • RSCRM_BAPI scheduling of extract jobs after an event

    Hi We are using RSCRM_BAPI to extract data from 3 BW queries and export the data to a CSV file so that it can be picked up and loaded to another system. The extracts run fine, but I am trying to find a way of including them within the BW process chai

  • Material search by List Price

    Dear SAP Guru's I have a Client requirement. When creating a sales order we can go for list of materials by pressing F4, client requirement is to display List price also along with the other information ex: Material Desc        Language       Materia

  • Spry AutoSuggests Help

    Hi, So I have a Spry autosuggests widget and when the length of the text field is < 3 i would like it to show ALL the details... the results div is static and I use it as part of a master detail layout. Thanks in advance Phil.

  • If I upgrade to snow leopard, will I lose all the applications?

    I'm on OS 10.4.11 now and I'm thinking of upgrading to Snow Leopard. Do I have to buy all new iWork and iLife? and re-install all the applications I have?

  • Configuring PO Output

    hello, im having problems with putting smartform output depending of document type. In SRM Server->Cross Aplication Basic Settings->Set Output Actions and Output Format->Define Actions for Document Output: http://img692.imageshack.us/img692/3205/imag