Issue for production via SAP Business Objects

Hi all,
I would like to create Issue for production from SAP Business Object. I am using C#.net. I did not find it in DIAPI
Is there any way ????
Issue is urgent
Thanks in advance

Hello Manish,
IT worked for me, you can try it.
SAPbobsCOM.Documents ldoc_RecHdr = (SAPbobsCOM.Documents)oCompany.GetBusinessObject(BoObjectTypes.oInventoryGenExit);
               ldoc_RecHdr.DocDate = Convert.ToDateTime(DTPPostingDate.Value);
                ldoc_RecHdr.Reference2 = txtRefNo.Text;
                ldoc_RecHdr.Comments = richtxtRemark.Text;
                ldoc_RecHdr.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items;
                for (int i = 0; i < DataGrid.RowCount; i++)
                    ldoc_RecHdr.Lines.BaseEntry = Convert.ToInt32(DataGrid.Rows[i].Cells[0].Value);
                    ldoc_RecHdr.Lines.BaseType = Convert.ToInt32("202");
                    ldoc_RecHdr.Lines.BaseLine = i;
                    ldoc_RecHdr.Lines.Quantity = Convert.ToDouble(DataGrid.Rows[i].Cells[3].Value);
                    ldoc_RecHdr.Lines.WarehouseCode = DataGrid.Rows[i].Cells[5].Value.ToString();
                    ldoc_RecHdr.Lines.Add();
                if (ldoc_RecHdr.Add() != 0)
                    string error = oCompany.GetLastErrorDescription();
                    MessageBox.Show(error.ToString());
                else
                    MessageBox.Show("Record Inserted Successfully!");

Similar Messages

  • Tutorials for starting with SAP Business Objects Explorer: Excel / Crystal

    Hello,
    we want to start with SAP Business Objects Explorer. I have been searching for tutorials for while without success.
    Are there any tutorials or documentation that shows how to work with excel-files as data source or how to upload Crystal reports files (.rpt) to the Explorer?
    Thanks in advance for helpful hints.
    Best regards,
    André

    As far as I know the SAP BUsiness Explorer car retrieve data either from a universe or from the SAP BWA. So hat you should be looking for is information on how to set Excel files as data sources for universes.
    Regards,
    Stratos

  • Please only post SAP Business Objects products related questions here

    Hi
    Thanks for reading.
    Unfortunately many people get confused with the term BI which was used for SAP BW at one time. With the acquisition of Business Objects some product names have changed.
    SAP BW is still SAP BW, please post in the respective forums: /community [original link is broken]
    Business Intelligence in this forum refers to the these SAP Business Objects products:
    SAP Business Objects Enterprise
    SAP Business Objects 4.0
    SAP Business Objects Intelligence Platform 4.0
    For more information and great articles and videos please see:
    http://www.sdn.sap.com/irj/boc/bi
    Kind Regards
    Roland Hoeller

    >
    Suresh Babu Aluri wrote:
    > Hi,
    >
    > You can create All prompt in lovs of reuired object as
    >
    > do the following steps for all prompt creation.
    >
    > 1. Go to Object to which the lovs are mapped. -> select object -> properties -> advanced (not sure) -> edit lovs -> then a query panel will display and it will have query like
    >
    > select distinct(..........) from ......................
    >
    > change the above query to
    >
    > select distinct(..........) from ......................
    > union
    > select 'all' from dual -> dual is temporary table in oracle (you define a temporary table w.r.to database)
    >
    > 2. In designer go to the object on which prompt is defined.
    > i.e.
    >
    > may be in selecor where clause you might defined prompt as
    >
    > .............. @prompt('Member Name')
    >
    > so change that to
    >
    > .................. .............. @prompt('..Member name')
    > or
    > 'all' in @prompt('Member name')
    >
    > 2. For your second requirement the max no lov values are changed in prm files. For that go to programs -> BO -> BO ii.5 or ur version -> dataaccess->win32_x86-> based on ur back end select required folder -> search in *.prm files to change the max no lovs.
    >
    > Cheers,
    > Suresh Aluri.
    Hi Suresh
    Thank you for the detailed response.  I tried your suggestions and neither works.
    LOV issue:
    Within the Business View manager, i right-click on the LOV object and click "Edit List of Values..." and i get a dialog box that only shows me Available fields, List of Value Fields used, description field, and Referenced objects. Along with buttons for Clear Instance & Refersh Status.
    I have read similar posts to what you suggested but never get to the same place as described.
    Please advise....
    as for _Max Number LOV _
    I have researched this as well and found the same suggestion you made. But the PRM file does not have that value, and the file contains all XML code
    Now what???
    Thanks
    Mike

  • SAP Business Objects Analysis for Office 1.4 on Microfost Office 64-Bit Version

    Hello,
    Has anyone installed SAP Business Objects Analysis for Office 1.4 SP6 on Microsoft Office (Excel) 64-Bit Version. I am getting message "The launcher was not able to connect Analysis Add-In. Make sure that Analysis Add-In is not disabled by Office Application".
    When I activated the Analysis Add-In, I am getting below Error: "Excel experienced a serious problem with the 'analysis' add-in." and it is forcing to disable the add-in and asking to check for if any update is available. It was working fine on 32-bit Excel version.
    Thanks,
    Ram

    Hi Tammy,
    Thanks for the response. It is working fine on 32-bit Office version (with OS 64-bit). I checked the compatibility (OSS 1466118 ) and it supports Microsoft 64-bit office version. Just wanted to see if anyone had successful installation.
    Thanks,
    Ram

  • Looking for SAP business objects technical support

    I work for Tractor supply and we have SAP, Business Objects Data integration suite.  I am trying to open a case with them for a question about AIX OSlevel compatibility with our version of DI.  But I've not been here in a long time and things have changed.  Can someone direct me to BO case management?
    thank you.

    Hi Michael
    Support can be accessed at http://support.sap.com. You will need a login to submit an incident. If you don't know what your S-user ID is please contact our customer interaction center. Their info can be found under Help> contact us on the link above.
    Hope that helps.
    Kristen

  • Why Sub Folder for Hyper linked reports in SAP Business Objects

    Dear Experts,
    We are using SAP Business Objects 3.1, in my organization we already have reports builded for different requirements. Every report has hyperlink with another report. Developer had created separate folder for all these hyperlinked reports.Now, my question is, why he might have created separate folder for these hyperlink reports.
    Ex:
    Folder1
    subfolder
    { report4
    report5
    report6}
    report1
    report2
    report3
    report4
    report5
    report6
    report7
    report8
    Can you please help me to understand why he had created sub folder for the existing reports.
    Thanks,
    Kote

    Kota,
         It all depends on how your security model is set-up and the number of users/groups within your CMS and if any 3rd party security is also used like AD Auth.
    The sort answer is, if security is defined properly at a Folder level and NOT at object level then it should NOT have any effect.
    Regards,
    Ajay

  • Error While Updating Issue For Production

    Hi,
            When i am trying to update an UDF in issue for production i am getting the following error message.
      Item is Not a Component to the Referenced work order[Goods Issue - Object Type] Message 3560 -5

    Dear Manikandan K,
    Regarding the message we can tell you that the error message           
    "Item is not a component of the referenced Work Order" usually appears 
    because there is a case sensitive problem between the item code given  
    in the BOM and the item code given in the item master data.            
    Please check if the item codes of the BOM are exactly the same as the  
    codes given in the item master data. There should not be any differences
    between spelling of the codes (for example item code in the item master
    data is with capital letters X00014447 while the item code in the BOM  
    is with normal letters x00014447).                                                                               
    In case you find item with this issue please correct its item code     
    in the BOM manually so it will be exactly identical with the code given
    in the item master data.                                               
    Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • Issue for Production

    We are getting the following error when we use the "Issue for Production" form
    "StoreDocData: 0 : The Loged on User does not have permission to use the object"
    Is there an authorization I have missed?
    Thanks,
    Rob

    Hi,
    Please check if you are using any add-on and the user has relevant permission.
    Also please check the code if any, given in SP_Transaction Notificication.
    Regards
    VIkas
    SAP Business One Forums Team.

  • Problem Posting Receipt From Production and Issue for Production

    Hi Everyone,
    I am posting Receipt from Production and Issue for Production through DIAPI in SAP Business One 2007A SP00 PL03.
    I am using following lines of code
    oDocument.Lines.SetCurrentLine(0);
    oDocument.Lines.BaseEntry = int.Parse(BaseEntry);
    oDocument.Lines.Quantity = double.Parse(Quantity);
    lRetCode = oDocument.Add();
    The Document adds perfectly but when I open the document in SAP Business One i am not able to see the Order Number at Line level on which this document was Based.
    I identified the problem being Order Number Column being binded to BaseRef field hence form is not able to Show the Order Number and we cannot set BaseRef via DIAPI since the property to set that field is not exposed.
    I donot want to update the table through a Recordset Update Query. I would appreciate if the property to set that field is exposed by SAP or any other workaround can be put forward by anyone who has faced the same problem.
    Thanks
    Kapil

    Do you need to set
    oDocument.Lines.BaseType = 17 (if this is sales order)
    and then baseentry = baseentry....etc
    If you bind the base entry correctly it should alwasy shows the base document on both database as well as front end. I have never had any problem with this
    Sincerely

  • I have error while testing the system created from a sap business objects template in SAP portal

    I have error while testing the system created from a sap business objects template in SAP portal. Error text:
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not create JCO connection. 'mshost' missing
    I configure integration SAP portal and SAP BW system. All system requirements are complied.
    Environment
    SAP Business Objects 4.0
    SAP BW 7.31
    1.     I configure SSSO between SAP BW and SAP Business Objects Enterprise 4.0
    2.     Next I setting integration SAP PORTAL with SAP BW system
    3.     I download certificate from portal. Select Certificates and key (http://sapserver:port/nwa) – See scren_
    4.     In next window selected Ticketkeystore and Saplogonticketpair-cert( near part window form)
    5. Select Export entry button and binary format file certificate for download. Press download.
    6.     Save certificate file in local PC folder
    In next step need export certificate file to SAP system. Sequence of step:
    1.       Run STRUSTSS02 transaction .
    2.       Chose certificate ->import.
    3.       Select downloaded certificate file
    4.       Select Add to certificate list button and Add to ACL button
    5.       Inter System ID and Client(000)
    6.       In next I download iview sap business objects template into sap portal: System administration->transport->Import. And select and download sap business Objects iview template in .epa format into sap portal.
    7.       Result – downloaded iview.
    8.       In next step I create system from template. System administration->system landscape.
    9. In next step I input parameters for my system in Connector category, Sap business objects and user management categories: See screen _2
    10.   When I created the system and test the connection error occurred: See screen_3
    This issue is important enough. I would be grateful for opinions and ideas. Thanks in advance.

    Did you find a solution?

  • Query on SAP Business Object and Content shipment..

    I know about SAP Business Suite... & SAP Business One... But what is :
    1. SAP Business Object and
    2. Content Shipment
    The definitions on the SAP Release & Maintenance Strategy and other docs on SDN were not too clear for my understanding. I want to know why are they used / where are they applied ? E.g: if you have a SAP BW system.. why would you need SAP BW Content ? where does it fit in the picture and what purpose does it serve...
    (PS: it would be great if someone can share the product / functionality details of their landscape where these systems are used, how does it benefit the business operations and any other purpose of having them... )
    Thanks,

    Hi Ashim,
    If your client want it to be done in one database, then the answer is no if you do not have any add-on or SDK codes.  Most difficult part is authorization since I believe what you mean project here is not the same as project center in B1,
    If your client allow more than one database, then the configuration will be easy.
    Thanks,
    Gordon

  • SAP Business Objects Data Services 3.2 - Homogenous System Copy

    Hi All,
    We have a SAP Business Objects Data Services 3.2.
    I wanted to know if it is possible do a homogenous system copy or any alternate procedure. I just need to perform this on a Development system and move all its content to a new Sandbox installation.
    Any info on this will be much useful.
    Thanks
    Jaianandh V

    Hi,
    you could extract an ATL File from DEV and import it to Sandbox.
    This can be done via the DS DEsigner. Please Check the DS Designer User Guide for more information.
    Regards
    -Seb.

  • Issue for Production Price list field missing

    Hello all,
    I have a strange issue with a field missing in the issue for production window. When an issue for production is created, the Price list field is missing. Please see the attached screenshot. Does anyone know how to show this field? I have checked form settings and it's not an option there.

    Hi Chris
    Following is the SAP Note No: 1720071
    Symptom
    When opening "Issue for Production" from "Production Order", "Price List" field is missing.
    Reproducing the issue
    1. Login to SAP Business One.
    2. Go to Production->Production Orders, open a "released" production order document.
    3. Right-click a row whose "issue method" is "Manual", and choose "Issue Components". (If all the rows have "Backflush", you need to change one of them.)
    4. "Price List" field is missing on the left top of the new screen.
    5. If you click "Attachments" tab, the field will be showing correctly.
    Solution
    Current workaround is to click "Attachments" tab to make "Price List" showing.
    The issue is planned to be fixed in SAP Business One 9.0.
    With Regards
    Balaji

  • Work book save error in SAP business objects in bi platform

    Hi,
    We are facing issue for saving workbook in SAP Business objects in bi platform.
                             While saving work book it's asking user id and passowrd and webservice URL. after entering this it's asking to enter proxy user and passowrd.
    Please suggest what is the proxy id and password we need to give here or any configuration we need to do to connect workbook with sap business objects.
    Error: Proxy error 407 and Authorization failure.
    ##Screen shot attached##
    Thanks & Regards,
    Sreekanth Reddy

    Atul,
    Check if you are able to login into Manage Servers through Central Configuration Manager.
    If thats successful, the issue is either with Krb5.ini or bscLogin.conf file.
    You can check http://service.sap.com/sap/support/notes/1631734 and download the white paper to go through the settings.
    Make sure there are no white spaces in Krb5.ini and the format is correct.

  • Certification Details on SAP Business Objects

    Hi SAP Gurus,
                         I would like to write the certification on SAP Business Objects ,particularly on Web Intelligence ::
                                    1.QAWI201V3.0 
                                     2.QAWI301V3.0
                            After Completing certification of above 2 papers ,I would like to know if i am issued with a certificate from SAP or Business Objects.
    Can I call myself as a SAP certified in BO.
    Please reply asap.
    Regards,
    LAKSHMAN

    HI Vepuri,
    I've been using BO for the last 2 years now and I've been looking at doing the certification exams, I believe there are 3 specifically in SAP BO.
    I cant seem to find any material for the Web Intelligence paper and would really appreciate if you can recommend me some materials, a book or anything that you used to prepare for certification.
    Thanks,
    Hope to hear from you soon,
    Best regards,
    Inderaj.

Maybe you are looking for

  • Can I create an extended network with a brand new TC and 2 first gen. AE units?

    I purchased a TC 2TB yesterday and replaced my non apple router with the TC. I have 2 older AE units that I suspect to be first generation. TC is in basement and I have placed AE in garage where I spend most of my time. Signal in garage is weak and l

  • Can not detect Sound Blaster Audigy 2 on this sys

    Im having trouble install drivers (apart from the old CD ones and some out of date ones) all the latest drivers or beta drivers say they cannot detect my card. I have an Sound Blaster Audigy 2 OEM which i bought nearly 2 years ago. I've tried swappin

  • How can I import data from a csv file into databse using utl_file?

    Hi, I have two machines (os is windows and database is oracle 10g) that are not connected to each other and both are having the same database schema but data is all different. Now on one machine, I want to take dump of all the tables into csv files.

  • Duplicate Exchange messages

    Just my Exchange account is giving me duplicate messages in Mail. This doesn't happen 100% of the time as far as I can tell. If I delete one of the duplicates, the other is immediately deleted as well. If I log in to our webmail client, there are no

  • Avid Mbox pro firewire ( with pro tools 11)  and ( Mac Mini )

    I have avid mbox pro which is working by firewire , I am planning to buy a Mac mini but I would like to make sure that is it working with my mbox pro or not ?? if the answer is yes , which one should I buy ?? i5 or i7 ? If the ( i5 ) is working prope