How to handle a problem of Interop.SAPbouiCOM.dll file in SAP b1 9.0 PL11

Hi all,
I have a problem in creating addon of SAP b1 9.0,
At start time when I build my project but it does not create a file of Interop.SAPbouiCOM.dll except that it creates the file of SAPbouiCOM.dll in Bin folder of project. And as I thing, that missing of Interop.SAPbouiCOM.dll file is causing my addon to be not registered in SAP b1 9.0 PL11.
How can I solve that problem? I edited system form (Employee master data in VS2010(VB.NET)) that form runs correctly in SAP b1 at run time, the problem is missing file of Interop.SAPbouiCOM.dll which will be associated with project1.exe in Bin folder. even if I create another new project, it can not create that file,
What is the problem?
please anyone can help me.

Hi Edy,
Thank you so much, so how can I add reference of SAPbouiCOM in my project? Because I have added those 2 references DI and UI API version 9.0 but they give errors in  each line contains SAPbouiCOM..... in menu.vb.
if it's possible can you try to explain me step by step as you explained to this link http://scn.sap.com/thread/3440046
Your help is highly appreciated Edy.

Similar Messages

  • How to handle the control records in case of file to idoc scenario.

    Hi All,
    can you please clarify me how to handle the control records in case of file to idoc scenario.

    Hi,
    In File to Idoc scenario even though you selected apply control record values from payload and you are not getting those correct values which you have provided in the mapping.
    Also check the checkboxes Take sender from payload and Take receiver from payload along with the Apply control record values from payload checkbox
    Regards
    Seshagiri

  • How to upload the data from excel(3 tabs) file to sap environment

    Hi all,
    This is Mahesh.
    how to upload the data from excel(3 tabs) file to sap environment (internal tables) while doing bdc.

    Hi,
    The FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' makes it possible to load a worksheet into an internal table in ABAP.
    However, if you want to get the data from several worksheets, I think you are stuck with OLE access to your Excel Workbook...
    You can find a solution for 2 worksheets in this post :
    TO UPLOAD DATA FROM 2 EXCEL SHEETS INTO TWO INTERNAL TABLES
    I think you can easily modify it to handle any number of worksheets.
    Hope it helps !
    Best regards,
    Guillaume

  • How to call GOS(Generic Object service) attachment ( BMP file ) into SAP

    How to call GOS(Generic Object service) attachment ( BMP file ) into SAP script
    Example: MM02 Service object there attaching the bmp file the same file i need to call script based on the material number
    Please provide the procedure and  coding.
    Thanks in advance
    Raju

    Hi,
    The following link may be useful to u.
    help.sap.com/printdocu/.../BCSRVOBS.pdf

  • How to handle trailing Null columns in a Batch file when ESB reads the file

    Dear All,
    How can I handle trailing Null columns in a batch file (csv file) that is been used by an ESB FTP adapter for batch file processing.
    Since ESB is some times taking up the whole next record as the last column data..
    Please update
    many thanks...

    If your file is not designed to be amazingly large, then you don't need to use a temporary file -- you can just read the data into memory and manipulate it there. (Like, into a Document object or something.)
    But if you are dealing with really large files, you might want to consider using a database back end instead of a text file, which is a completely different approach I know but... well, that's why databases were invented.

  • How to handle blank root element in xml source file

    Hi There,
    I have a dataflow which using xml source file. The job keep failing and I guess it might be caused by one of the root element which is blank. Can anyone advise me how to handle it?
    The xml file look like this:
    -<orderinfo>
    --<orderdetail>
    ---<orderid>1</orderid>
    ---<orderdate>20110101</orderdate>
    --</orderdetail>
    --<abc />
    -</orderinfo>
    element <abc> is blank
    Thanks and Regards,
    BL

    Hi Suneer,
    The issue is DS cannot validate the source file at all. It returns error message when I try to preview the source file in the dataflow. Is there any work around I can implement other than request the source team to change the file layout?
    Thanks,
    BL

  • How to handle Third party management WRT to  Lease out in SAP - REFX

    Dear Friends,
    I would like to have an advice on Third party management of a property WRT to (SAP REFX) Lease out.
    Example: Under a company code – 1000, I have some 8000 number of properties which is my own and I am doing Lease out with the same.
    Out of 8000 properties I have sold some 500 properties to a different company code XYZ, up to here its fine.
    Now XYZ Company is asking me to lease out the 500 properties through my company code ( 1000) only and for that I will get the commission of some percentage, i need to bring this to REFX system.
    As I have three deferent Opinions in my mind to handle this scenario as below  :
    1. Usage of SAP REFX (Standard) third party management option
    2. Creating a dummy company code and lease out the properties.
    3. In the existing co code itself, I will lease in the properties from XYZ company code & then I will have one more new contract type to lease out and creating a new condition type as Brokerage charges…etc.
    Kindly suggest me the better option to make it user friendly solution.
    Kindly treat this as a priority issue.
    Thanks & Best Regards,
    Subbarao.Narne

    Dear Mr.Kishore,
    Thanks for your advise. But my requirement is as below.
    Property belongs to some OWNER  - A. ( example - rent is 1000 rs / month)
    Its leased out to Tenant - B
    I am  dealing here as a third party between A & B ( so rent is coming to me only from B  later i will pay to owner A) , for that i am getting some commission from A some 10 % ( approx ).
    i need the final ( FI ) rental entries as below.
    Rental Entry
    Tenant ( B )  A/c DR    1000
    Owner A/c CR               1000
    Commission A/c Entry
    Owner ( A ) A/c DR             100
    Commission A/c CR              100
    Kindly advise to do needful, pls consider  it as a priority issue.
    Regards,
    Subbarao.Narne

  • How to handle spaces in using path to the file

    Hi Friends,
    I am getting error "file not found" if I give path of the file that contains spaces in it. (eg. C:\Users\Sample Project\file.txt)
    If I give path that doesn't contain spaces (eg. C:\Users\Sample\file.txt) then it works fine without any error.
    Basically I am invoking one command at runtime (using "exec") in my java program that excepts path of the file as one parameter.
    I can't remove space by manipulating path - othewise that path will be different.
    How can I solve this issue?
    Thanks

    Works for me:
    import java.io.*;
    public class ProcessExample {
        public static void main(String[] args) throws IOException {
            if (args.length == 0) {
                Runtime r = Runtime.getRuntime();
                dump(r.exec("java ProcessExample foo \"bar baz\""));
            } else {
                for(String s : args) {
                    System.out.println(s);
        static void dump(Process p) throws IOException {
            BufferedReader r = new BufferedReader(new InputStreamReader(p.getInputStream()));
            for(String s; (s = r.readLine()) != null; ) {
                System.out.println("[" + s + "]");
    }But ejp's advice is even better.

  • How to handle hyphenation while saving pdf into word file by Acrobat XI

    Hi All,
    When I am saving my searchable pdf file into word document hyphenation at the end of line are appearing with a space in word file.
    Any idea to handle such cases.
    Thanks
    Karan

    This has to do with the way the file was originally created. There's
    nothing much that can be done about it, except for running a Search&Replace
    command in Word to remove any hyphens followed by a line-break.

  • Problem while deploying the ear file in sap itc server

    error loading archive
    manifest attributes are missing while deploying ear file in sap itc server
    attribute key location is missing
    attribute key vendor is missing

    error loading archive
    manifest attributes are missing while deploying ear file in sap itc server
    attribute key location is missing
    attribute key vendor is missing

  • How to handle split brain problem in BDB?

    In case network between master and replica fails, there will be two master.
    It is a remote replica.
    How to handle the problem? Thanks.

    You should post this in the Berkeley DB High Availability forum: Berkeley DB High Availability (Replication)

  • LSMW - How to handle delimited records?

    Greetings everyone,
    I want to change infotype records with LSMW. I've done this with the use of a batch input recording.
    This works, but only when the record is not delimited. Otherwise, the first record is modified but an error is given for subsequent records saying no batch input could be found.
    I don't know how to handle this problem. Can anyone please help me?

    The txt file is tab delimited but that is not the problem.
    I'm talking about another kind of delimit
    The problem lies with the database records that I want to change. This works, but the moment the infotype record is delimited (or split), the recording isn't valid anymore (because it doesn't expect another screen).
    So then I get an error saying no batch input can be found, and it skips the record(s) and continues with the next pernr.

  • How to handle response.sendRedirect(url) in a portlet w/ webflow?

    I am using a webflow to navigate within a portlet. There are three jsp pages or
    nodes in the portlet. One of the jsp pages has the following logic:
    if (A) { response.sendRedirect(url1)}
    else if(B) { response.sendRedirect(url2)}
    else{display rest of this jsp page}
    I think I have the correct portlet urls. I used WebflowJSPHelper.createWebflowURL(...).
    The problem is when it tries to redirect, the whole portlet disapears leaving
    only the title bar. I check the weblogic log file and there is an exception about
    RuleSetNotFoundException. Does anybody know how to handle this problem? Can
    I use sendRedirect method in a portlet?
    thanks,

    Go to dev2dev.bea.com source code library and copy the redirect sample code in
    your application domain. This program expects you to make come changes in the
    portal workflow.
    ciao
    "Edoardo Boechat" <[email protected]> wrote:
    >
    Dear James,
    Maybe I'll be boring, but I'll give you my expirience with "sendRedirect".
    When you use sendRedirect you send back to the browser a new URL that
    him will
    use to obtain the content that will be exposed, in other words, It's
    a client
    side operation.
    The portlet machanism work on the server side of the application. So
    why you are
    using sendRedirect? If one of that conditions happen, are you interesting
    in expose
    a content of another web site?
    If you want to expose the content of another web site, use the wizard
    to generate
    a example jsp page who do this correct in a portlet and adapt the code
    to your
    situation.
    Otherwise, you are using a wrong concept. If it's a server side operation
    you
    need to use "forward" or "include" operation to do what you want.
    I expect be helpfull,
    Edoardo Boechat.
    "James" <[email protected]> wrote:
    I am using a webflow to navigate within a portlet. There are threejsp
    pages or
    nodes in the portlet. One of the jsp pages has the following logic:
    if (A) { response.sendRedirect(url1)}
    else if(B) { response.sendRedirect(url2)}
    else{display rest of this jsp page}
    I think I have the correct portlet urls. I used WebflowJSPHelper.createWebflowURL(...).
    The problem is when it tries to redirect, the whole portlet disapears
    leaving
    only the title bar. I check the weblogic log file and there is an exception
    about
    RuleSetNotFoundException. Does anybody know how to handle this problem?
    Can
    I use sendRedirect method in a portlet?
    thanks,

  • How to handle two main screens in one program.?

    Hi Experts,
    I have implemented ALV TREE report using Object oriented paradigm. So i have used screen 100 to contain custom container. Now i need to add this code another program . I need to create one push button as soon i press this button it should display this report. Now problem is another program also has one main screen. Now please let me know how to handle this problem. Please help me.
    Thanks and regards,
    shivanand.

    ok shivanand,
      check out this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9db635c111d1829f0000e829fbfe/frameset.htm
    hope it will help you.
    Thanks

  • How to Handle Huge record count in JDBC

    Hi,
    Can we process 20 lakhs records which would size near to 136 MB using JDBC sender channel in a single call and the same need to deliver to Target system which is JDBC too.
    Kindly mention which way this can be achieved.
    Regards

    Hi Venkata,
         Kindly go through this below link to processing the huge amount of data from the sender JDBC.
    http://scn.sap.com/people/peng.shen2/blog/2009/12/23/pi-how-to-handle-high-volume-data-per-jdbc-adapter
    https://scn.sap.com/thread/2005124
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/09/24/jdbc-receiver-scenarios-best-practices--how-to-handle-high-volume-load-stored-procedure-design-part6
    Best Regards,
    Monikandan.

Maybe you are looking for

  • No toolbar or menu in pdf.

    New computer with Windows 8.1 and Adobe XI.  On my old computer I was able to enlarge a portion of a pdf map and print it full size.  Now I have no toolbar or menu with which to do this.  When I right click the menu I get the options: back, reload, s

  • Using External Library in Web Dynpro - Error

    Hello, I want to use an external library in a web dynpro. I use WAS 6.40 SP12. 1. I have created an dc web dynpro app 2. I have created an dc external library app 3. I have importet the jar to the external library 4. I have published the jar as publi

  • Can I clean-install MBP 17" C2D 2,1 (currently using OS X 10.5.8) with OS X 10.7.4?

    I want to clean-install my old MBP 17" 2.1 (9L31a) but i've lost my OS X DVD. I figured that even after a software update it still uses OS X 10.5.8. My questions is now what will happen when i clean-install this old MBP with OS X 10.7.4 (since this i

  • Camera Raw in Bridge

    decided to add descriptions and keywords to my canon raw images in Bridge. No problems so far. Now I want to look at the same images from another installation. I see the images, but no descriptions and keywords. I have tried to copy the Camera Raw ca

  • E71 - GPS and third party apps

    1. Is it possible to use internal E71 GPS receiver with other navigation applications (not Nokia Maps) installed on E71? 2. [maybe S-F ] Is it possible to use internal E71 GPS receiver with EXTERNAL device with navigation applications (e.g. PDA)? Sol