Unpermitted combination of business object BUS2032 and sales doc. category

Dear all
I try to create a sales document category L (Debit memo request) with the BAPI BAPI_SALESORDER_CREATEFROMDAT2
I get the error message: Unpermitted combination of business object BUS2032 and sales doc. category  L
Is there a specific Bapi for creating this sales document?
Herbert

Magic or not, but try something like this
CALL FUNCTION 'BAPI_SALESDOCU_CREATEFROMDATA'
EXPORTING
   ORDER_HEADER_IN = lt_order_header_in
   BUSINESS_OBJECT = 'BUS2096'
   WITHOUT_COMMIT = ' '
IMPORTING
   SALESDOCUMENT = l_vbeln
   RETURN = li_return
TABLES
ORDER_ITEMS_IN = lt_order_items_in
ORDER_PARTNERS = lt_order_partners.

Similar Messages

  • Calling methods from the Business Object BUS2032

    Hi all,
    Is it possible to call methods from the Business Object BUS2032.
    If so, how can it be done??
    Regards,

    Hi Marv,
    you sure can. Here is an extract from the SAP Help. I found it at http://help.sap.com/saphelp_46c/helpdata/en/c5/e4ad71453d11d189430000e829fbbd/frameset.htm
    <b>Programmed Method Call</b>
    Call (fictitious) method Print of object type VBAK (sales document). The method receives the parameters Paperformat and Printertype as input.
    * Call method Print of object type VBAK
    * Data declarations
    DATA: VBAK_REF TYPE SWC_OBJECT.
    SWC_CONTAINER CONTAINER.
    * Create object reference to sales document
    SWC_CREATE_OBJECT VBAK_REF 'VBAK' <KeySalesDoc>
    * Fill input parameters
    SWC_CREATE_CONTAINER CONTAINER.
    SWC_SET_ELEMENT CONTAINER 'Paperformat' 'A4'.
    SWC_SET_ELEMENT CONTAINER 'Printertype' 'Lineprinter'.
    * Call Print method
    SWC_CALL_METHOD VBAK_REF 'Print' CONTAINER.
    * Error handling
    IF SY-SUBRC NE 0.
    ENDIF.
    Cheers
    Graham

  • Calling Methods from Business Object BUS2032

    Hi all,
              Is it possible to call methods from the Business Object BUS2032.
       If so, how can it be done?? 
    Regards,

    Hi Marv,
    you sure can. Here is an extract from the SAP Help. I found it at http://help.sap.com/saphelp_46c/helpdata/en/c5/e4ad71453d11d189430000e829fbbd/frameset.htm
    <b>Programmed Method Call</b>
    Call (fictitious) method Print of object type VBAK (sales document). The method receives the parameters Paperformat and Printertype as input.
    * Call method Print of object type VBAK
    * Data declarations
    DATA: VBAK_REF TYPE SWC_OBJECT.
    SWC_CONTAINER CONTAINER.
    * Create object reference to sales document
    SWC_CREATE_OBJECT VBAK_REF 'VBAK' <KeySalesDoc>
    * Fill input parameters
    SWC_CREATE_CONTAINER CONTAINER.
    SWC_SET_ELEMENT CONTAINER 'Paperformat' 'A4'.
    SWC_SET_ELEMENT CONTAINER 'Printertype' 'Lineprinter'.
    * Call Print method
    SWC_CALL_METHOD VBAK_REF 'Print' CONTAINER.
    * Error handling
    IF SY-SUBRC NE 0.
    ENDIF.
    Cheers
    Graham

  • Creating Business Object Reports and Dashboards utilizing Informatica

    I need to create Business Object Reports and Dashboards utilizing Informatica database. Please let me know what connections I need to create to integrate the data into Web Intelligence, Universe, Xcelsius, and Crystal Reports.
    Thank you

    I've just done some quick checking and I don't see a native connection type for Infomatica in Designer or Crystal.  (Designer is a tool for building universes - WebI and Xcelsius both read data through a universe, Crystal can read data through a direct connection to the database or through a universe.) This means you'll probably have to set up a "generic" ODBC connection in order to connect to it.
    -Dell

  • Business Objects Enterprise and Data Services and SAPRouter

    Hi,
    I am relatively new to Business Objects so I am not entirely sure how this works. My question is can Business Objects Enterprise and Data Services be configured in SAPRouter for SAP to dial in and access the systems.
    Regards
    Naureen

    Hi,
    I am new to PI Upgradtion Project.
    We are planning to upgrade PI 7.11 to PI 7.3.
    Can you please help me what are the steps we have to fallow to upgdrade PI and what are the changes/Issues will happen when upgradtion in PI.
    Share me your ideasssssssssssssssssss.......
    Thanks,
    Mallam

  • Difference between Business Objects Explorer and Polestar

    Hi all,
    can anyone help me out with the main differences between Business Objects Explorer and Polestar.
    thanks & regards
    immanuel.

    Explorer is the new product name for Polestar.  There have been a few versions of Explorer released since it was called Polestar, but you can find the latest 'whats new' doc here which lists the latest additions:
    http://help.sap.com/businessobject/product_guides/boexplXI32/en/exp32_whats-new_en.pdf
    For one, Explorer now comes in two editions... Standard and Accelerated.  The Explorer Standard edition allows reporting off of Universes, just as the original Polestar product did.  Explorer Accelerated allows reporting off of SAP BWA indexes as well as Business Objects universes.  Both versions now allow uploading of excel files to report off of.  You can export an Information Space to a Webi doc or Excel file.  Users can now save favorite links to an Information Space.  Sorting has been improved as well as graphing functions and overall display.  You'll have to install the latest build of Explorer - "Explorer 3.2 SP1" and compare.  I don't know of a document or matrix that compares Polestar to Explorer.  The two are basically the same product with a number of enhancements added to the Explorer line.

  • Business Object Planning and Consolidation&Business Planning and Consold...

    Hi Friends
    Please can you advise me on the difference between
    Business Object Planning and Consolidation and Business Planning and Consolidation
    for both the topics, SAP provides short name as BPC
    *Thank you and Kindest regards
    Srikaanth*

    Hi,
    Basically, there is no difference. Till the version 7.0, it was called business planning and consolidation. From 7.5 ,its called business objects planning and consolidation.

  • Business Object Template for SALES ORDER

    hi all,
              how to get the business object template for sales order..iam able to get template for business partners but unable to get for sales order.... i have tried all the codings given, by still iam getting a error like
    <?xml version="1.0" encoding="utf-8" ?>
    - <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    - <env:Body>
    - <env:Fault>
    - <env:Code>
      <env:Value>env:Receiver</env:Value>
    - <env:Subcode>
      <env:Value>-1</env:Value>
      </env:Subcode>
      </env:Code>
    - <env:Reason>
      <env:Text xml:lang="en">General Error</env:Text>
      </env:Reason>
    - <env:Detail>
      <Command>GetBusinessObjectTemplate</Command>
      <SessionID>DC703486-75R0-AD4D-97D1-0E80D8195155</SessionID>
      </env:Detail>
      </env:Fault>
      </env:Body>
      </env:Envelope>
    my coding for getting business object template for sales order is
    <WebMethod()> Public Function GetBusinessObjectTemplate(ByVal SessionID As String) As Xml.XmlDocument
            Dim n As SBODI_Server.Node
            Dim s, strXML As String
            Dim d As Xml.XmlDocument
            d = New Xml.XmlDocument
            n = New SBODI_Server.Node
            strXML = "<?xml version=""1.0"" encoding=""UTF-16""?>" & _
            "<env:Envelope xmlns:env=""http://schemas.xmlsoap.org/soap/envelope/"">" & _
            "<env:Header>" & _
            "<SessionID>" & CStr(SessionID) & "</SessionID>" & _
            "</env:Header><env:Body><dis:GetBusinessObjectTemplate xmlns:dis=""http://www.sap.com/SBO/DIS"">" & _
            "<Object>oOrders</Object>" & _
            "</dis:GetBusinessObjectTemplate></env:Body></env:Envelope>"
             s = n.Interact(strXML)
            d.LoadXml(s)
            Return (RemoveEnv(d))
        End Function

    Hi,
    I need to pass object key or object type to a function module 'SAP_WAPI_WORKITEMS_TO_OBJECT'. This function module returns the worklist details(workflow inbox). In worklist details i need to use the field for workitem id.
    Regards,
    Gautham

  • Object key and sales order

    hi how can i link object key and sales order fields in SD

    <b>bkpf-awkey = coes-awkey</b>
    here <b>coes-awkey</b> is <b>sales order number</b>.
    or even...
    <b>bkpf-awkey = vbak-vbeln</b>
    Message was edited by:
            Ramesh Babu Chirumamilla

  • Configration and sales doc.get_config_mode error

    Hi,
    while I am trying to release into accounting it give an error "Internal error in communication between
    configuration and sales doc.GET_CONFIG_MODE"
    "Internal error in communication between configuration and sales doc.GET_CONFIG_MODE
    Message no. V1854
    Diagnosis
    Internal error in communication between configuration and sales document in the form GET_CONFIG_MODE
    System Response
    The system cannot continue so terminates processing.
    Procedure
    Inform your system administrator." ( THIS DETAILS I GET IN WHEN I CLICK ON HELP)
    Pls advice me on this ASAP.
    Thanks ,
    Minesh Soenji

    HI,
    there are a number of SAPNET notes dealing with error V1 854 (eg 1398628, 990436,...) but with different reasons depending on your detailed business case, please check them.
    BR Christian

  • Sales area and sales doc

    Hi
    how can I configure the system where all sales document type can be allowed for all the sales area. and this means i dont require to assign sales area and sales doc type into OVAZ.

    Hi
    Yes, you are right.
    Check the img activity documentation in SPRO under "Assign Sales area to sales doc types".
    Assign Sales Area To Sales Document TypesI
    n this menu option, you allocate the allowed order types to each sales area group.
    You do not need to make any entries at all if all the sales order types are allowed for each of your sales areas.
    If you wish to check allowed sales document types, you must set up common sales areas. This means you must define common sales organizations, common distribution channels and common divisions. If, for example, you have define common divisions, then you must also define common distribution channels and sales organizations.
    Regards
    Madhu

  • VA02 Internal error in comm. bt configuration and sales doc.GET_CONFIG_MODE

    Hi all,
    I am on ECC6.0 and get this error. I deleted SD BOM in CS62 and tried opening order in VA02 but no luck; same error: "Internal error in communication between configuration and sales doc.GET_CONFIG_MODE"
    I following instruction in notes below (Execute function module)
    You must enhance the interface of function module CUKO_DDB_CONFIGURATION_FINISH by import parameter IV_NO_CBASE (reference type C, proposal SPACE, optional).
    In Release 4.6C, you must also implement Note 368412.
    Appreciate if anyone has other suggestions,
    Many thanks,
    Hetal

    Hello Hetal,
    SAP note 900047 describes a possible reason for this error message.
    The note also describes how to use report RCU_CHECK_CONFIGURATION (see SAP note 200914) to be able to open the affected sales orders again.
    Hope this helps.
    Best regards,
    Daniela Hukle

  • Error while generating the Business Object in Mobile Sales

    Hi,
    I made changes to the Business Object BOCAPGEN.
    Now I am trying to generate the business object but it is giving out the error saying
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    I am not a MSA Developer and have no clue regarding MAS(Mobile Application Studio)
    So any one can please give me a clue regarding the issue
    I have solved it by closng all other application other than client console
    Thanks Guys
    Message was edited by: zack taylor

    Hi !
    1 year later, I am facing the same problem.
    I want to build MSA 4.0 SP8, everything runs fines until the end of the generation of the Tiles, the next step fails :
    Error intializing RT Generator !.RT Generator Failed for ".Error arsrep.dat is in use so Generation cannot be done
    Then around 10 thousands of error messages of that kind follow in the output window ; howeverin the end it says "Generation End" without telling whether it was successful or not (the first time the output window was too small, I thought all was OK )
    Anyways, the Mobile Sales icon appeared on the desktop and when I try to launch it I get the error "Starting MobileSalesfailed".
    During another attempt, I check with "Unlocker" the 2 arsrep.dat files I found under the BOL directory, it reported that none was used and locked at that moment.
    Also I killed the vbagen.exe process before starting the build, but it was automatically launched after. (first build was launched after a reboot, the 2nd after the 1st failed + vbagen.exe process killed)
    Does anyone have any clue ?
    Another question is : what are the rights required ? I am a local administrator but I do not have full admin rights (the only thing I saw at the moment is I cannot access to Add/Delete Programs in the Control Panel)
    Thanks & Regards,
    François
    -edit-
    thanks to the one who moved it to the right forum
    Message was edited by:
            Francois Feugier

  • Business Objects Reports and Web Services for Dashboards

    Hello!
    I am writing a Business Object report against my Universe.  I save the report to the CMS and then right click on the report block and click "Publish as a Web Service...".  This opens up that diaglog and I am able to publish the web service.  I then can import the web service into Dashboards 4.1 (Xcelsius) and am working working to figure it out further at this point.
    My question is this:  When I go back to the report in Business Objects, and modify the report, I would like to republish the web service.  I click on Design and rework the report.  Run the report.  Save the report.  I right click on the report block and I don't see the "Publish as a Web Service..." choice.
    What am I doing wrong?
    Business Objects 4.1...
    Thank you.

    Hi Susan,
    Go to the web service publisher, expand the web service, select the block and select edit.
    Select the content and prompt and select Update.
    Regards,
    Abhilasha

  • Transaction KB16N business-object type and key for GOS

    When attachments (notes, PC documents etc) are made to a manual cost allocation in transaction KB16N using GOS (generic object services):
      what is the business-object type?
      how is the business-object key constructed?
    I suspect that the business-object type is BUS6036.
    I suspect that the business-object key is the concatenation of the controlling area and the document number (using internal values).
    Is that correct?
    The reason for my question is that I have a program to display attached notes (and allow drill-down to attached PC documents) that works for various business objects (billing documents, purchasing documents and some FI documents), but I cannot get it to work for manual cost allocations.
    John

    Hi Michele 
    The transaction you are looking for should be SWO1
    Then put the ex "BUS2000116" into the Object/Interface type and ...
    Guess it will help you
    Best Regards
    Daniel

Maybe you are looking for

  • Oracle 10g on slackware 10.1 or suse?

    dear gurus, I would like to asked, can i installed Oracle 10g on slackware 10.1 or suse new relase 10... what it makes differnece from red hat linux... as we could not find support of red hat in ksa, and red hat become more commerical flavor and aski

  • Bound XControl doesn't update when not visible

    Hi all, I'm running into an issue with XControl binding and missed Data Change events. In particular I have a VI with a single subpanel. The VI loads and asynchronously runs multiple different subVIs, and handles swapping the subVIs into and out of t

  • Forum pages not dispalying correctly with IE 6.0 SP1

    My apologies for starting a new message with contents of previous message in the following thread. I thought this might bring the issue to the SDN Admin's attention qicker. Re: Firefox compatibility The forum list displays fine. When I scroll down an

  • How to add swap in solaris 11 and still will take effect even you restart the server

    Hi, I would like to ask on how to add swap file in solaris 11 will still take effect even you restart the server. swap -l zfs create -V 2G swappool/swap2 swap -a /dev/zvol/dsk/rpool/swap2 Regards, Andrew

  • Posting notes to action items

    Hi guys, I came along another issue while trying to post a note to an action item. Updating the status for the same item worked like a charm, but my attempt to access the /note resource led to an HTTP 404 file not found response code. Is this feature