Error in Sales order, missing order reason

Hi All,
  We are trying to create a sales order in the CRM Mobile Client and we see the following error.
mandatory check failed for order reason(reason for business transaction) of the business object sales transaction.
Any ideas on how to resolve the issue.

Hi,
I am not sure whether this is standard behaviour.
Did you make any settings for order reason in MSY -> Sales Transaction Settings -> Field Property Maintenance ?
Regards,
Wolfhard

Similar Messages

  • Error:G/L account missing when saving Sales order

    Hi Guys,
    I will appreciate your input on this.
    Whenever I try to save a Standard order for a particular material I get the error"G/L account missing. I have checked all the Account assigment settings and they are correct.
    I faced this issue while creating an order for downpayments.This error occurs when we use the material of the kind "make to order".
    Regards

    Hi Pvarinder,
    First please check the customer account assignment group at your sales order header level and material account assignment group at your item level.
    If they are ok then go to Environment->Analysis->Account determination
    As you said the entries are ok in VKOA, so my guess is I think you have some condition type which is not getting the right G/L account.
    Please check and revert with your findings.
    Regards,
    MT

  • Error in Sales order Item

    Hi
    I got the following error when extracting data for 11_VAITM in 0SD_C03 cube.
    Record 11910 :Error: Conversion foreign curr. -> local curr.: 0050000043 20070521 USD -> INR
    This error i got for <b>3</b> sales orders.
    The reason for error is that in sales order currency type was maintained incorrectly, tats y i am getting this error.
    So our R/3 user could chance for only <b>1</b> sale order because no billing or delivery has been done. But for other <b>2</b>sale order total activities like billing and dispatch is <b>done</b> and there is no way to change that entry now.
    This 2 records are creating problem when pulling data.
    If i put ignore records in infopackage, then figures will not tally.
    How can i solve this issue.
    REgards
    Annie

    Hi,
    You can change the records in PSA.
    Try to load data for a particular selection  till PSA then go to the PSA and search the record in the given data packages.
    It will keep you number of records minimum and will help yuo find you error records easily.
    Once you are in you can use "change" option in the top and then you can change the currency values according to the billing currency values ....in most of the cases it is same.
    Once done you can update this package to the data target manually...there is an option  on the top for that.
    Thanks

  • CCR Error 154 - Planned Order Missing in R3 with External Key

    Hi Experts,
    We have duplicate orders generated for E Type products at a particular locations. When I went into the CCR then one error was observed - Planned Order Missing in R3 with External Key (CCR Error 154). And all the duplicate orders which were of PPDS Orders only came into the CCR log.
    Request you all that if anyone has any information regarding this then please reply.
    Thanks and Regards
    Joseph

    Hi,
    This error occurs in cases where order is deleted in APO and not deleted in R3.
    Reason and steps to be followed in CCR:
    Orders once deleted in APO wil have change pointer R and orders created in APO which has to flow to R3 will be having change pointers C.
    In this case you need to follow the steps mentioned below.
    step 1 select change pointers icon x then do iteration . This will delete the orders in R3 and bot R3 and APO will be in sync.
               w/o selecting change pointers icon X if we do the iteration you will get PPDS planned orders in APO since  orders to be deleted in R3 is not actually deleted and flow back to APO and hence you will have duplicate orders.
    step 2 select orders with change pointers C , seletc the change pointers icon X and do the iteration.
               This will publish the orders in R3 and will return back to APO.
    In your case step 1 was not followed and hence you are getting duplicate orders.
    Thanks,
    nandha

  • No update of Sales Orderfrom purchase order (Error M2 815)

    Hi,
    Any inputs.
    SO-- PR -- PO.WHILE CREATING PO, USER GOT ERROR MESSAGE.
    Error Message: No update of Sales Orderfrom purchase order (Error M2 815).
    Materia & vendor has AUTO PO flagged.
    Rgrds....

    Dear
    Please check the below link will help you
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/error-message-no-update-of-sales-order-xxxxxx-from-purchase-order-error-v1-045-2992973
    Regards

  • Error in Sales order - Consumption account not found

    Hi Gurus,
    I am facing an error in Sales order - 'Consumption account not found'. The scenario is third party. In sales order, it says 'Consumption account not found'. the item category is TAS and scedule line category has general modification key 'VKA'. And as it is third party, thr is no movement type for the schedule line category. The valuation  class of the material is 3334 (software services). I was thinking In OBYC, under GBB key, this combination of my val. grping code+ 3334 + VKA and relevant GLs shud exist.
    But in my development client, i dont get any error for the same material. And in thr also, thr is no mention of entry like above combination in OBYC. So its making me think that its not config error. But its an issue of master data or GL data.
    Please help me . This is critical.
    -Prashant

    Hi,
    Your observation is perfectly write, the possible errors are
    1.  Check the combination of Account modifier of Purchase order account assignmnet or PR.  Based on the modifier and check the relevent combination in OBYC
    Valuation ClassAccount ModifierIf Groups is there + Transaction Event Key + Gl Accounts
    2.  If GL Account is available then check the GL Master through FS00 for validation of mandatory consumption is required and i feel there is no issue with material master.
    Rewards if it helps
    Regards
    Goutham

  • Error in sales order creation using BAPI_SALESORDER_CREATEFROMDAT2

    Hi all,
    Pl look into below code :
    Here order is getting created , however  ship to party and sold to party  shows the same value.
    *& Report  ZSD_SALEORDCRE
    report  zsd_saleordcre.
    Order header:*
    - Order type: OR Important you must use the german code TA*
    - Sales org: 1000*
    - Distrb. chan.: 10*
    - Division: 00*
    - Sold to party: 1032*
    - Ship to party: 1032*
    - Purch order: DG-19970626-3*
    Order item:*
    - Material: P-100*
    - Qty: 1*
    data:
    Order partners*
    li_order_partners type standard table of bapiparnr,
    l_order_partners like bapiparnr,
    Structures for order header*
    l_order_header_in like bapisdhd1,
    l_order_header_inx like bapisdhd1x,
    Tables for order items*
    li_order_items_in type standard table of bapisditm,
    l_order_items_in like bapisditm,
    li_order_items_inx type standard table of bapisditmx,
    l_order_items_inx like bapisditmx,
    schedules*
    li_order_schedules_in type standard table of bapischdl,
    l_order_schedules_in like bapischdl,
    li_order_schedules_inx type standard table of bapischdl,
    l_order_schedules_inx like bapischdl,
    Return table from bapi call*
    li_return type standard table of bapiret2,
    l_return type bapiret2,
    Sales document number*
    l_vbeln like bapivbeln-vbeln,
    Error flag*
    l_errflag(1) type c.
    start-of-selection.
    Build partner information*
      clear l_order_partners.
      l_order_partners-partn_role = 'WE'. "Remember German codes !
      l_order_partners-partn_numb = '0000000101'.
      append l_order_partners to li_order_partners.
      l_order_partners-partn_role = 'SP'. "Remember German codes !
      l_order_partners-partn_numb = '0000000107'.
      append l_order_partners to li_order_partners.
    Build order header*
    Update flag*
      l_order_header_inx-updateflag = 'I'.
    Sales document type*
      l_order_header_in-doc_type = 'ZOD2'. "Remember German codes !
      l_order_header_inx-doc_type = 'X'.
    Sales organization*
      l_order_header_in-sales_org = '1100'.
      l_order_header_inx-sales_org = 'X'.
    Distribution channel*
      l_order_header_in-distr_chan = '20'.
      l_order_header_inx-distr_chan = 'X'.
    Division*
      l_order_header_in-division = '10'.
      l_order_header_inx-division = 'X'.
    Purchase order*
      l_order_header_in-purch_no_c  = 'DG-19970626-300'.
      l_order_header_inx-purch_no_c = 'X'.
      l_order_header_in-purch_date  = '20090817'.
      l_order_header_inx-purch_date = 'X'.
    Build order item(s) - Only 1 is used in this example*
      l_order_items_in-itm_number = '10'.
      l_order_items_inx-itm_number = 'X'.
      l_order_items_in-material = '29019501AA'.
      l_order_items_inx-material = 'X'.
      l_order_items_in-plant = 'WH03'.
      l_order_items_inx-plant = 'X'.
      append l_order_items_in to li_order_items_in.
      l_order_items_in-itm_number = '20'.
      l_order_items_inx-itm_number = 'X'.
      l_order_items_in-material = '29066641'.
      call function 'CONVERSION_EXIT_ALPHA_INPUT'
        exporting
          input  = l_order_items_in-material
        importing
          output = l_order_items_in-material.
      l_order_items_inx-material = 'X'.
      l_order_items_in-plant = 'WH03'.
      l_order_items_inx-plant = 'X'.
      append l_order_items_in to li_order_items_in.
      l_order_items_inx-updateflag = 'I'.
      append l_order_items_inx to li_order_items_inx.
      l_order_schedules_in-itm_number = '10'.
      l_order_schedules_in-req_qty = '10.00'.
      append l_order_schedules_in to li_order_schedules_in.
      l_order_schedules_in-itm_number = '20'.
      l_order_schedules_in-req_qty    = '20.00'.
      append l_order_schedules_in to li_order_schedules_in.
    CALL Bapi*
      call function 'BAPI_SALESORDER_CREATEFROMDAT2'
        exporting
          order_header_in    = l_order_header_in
          order_header_inx   = l_order_header_inx
          testrun            = ' '
        importing
          salesdocument      = l_vbeln
        tables
          return             = li_return
          order_items_in     = li_order_items_in
          order_items_inx    = li_order_items_inx
          order_partners     = li_order_partners
          order_schedules_in = li_order_schedules_in.
         order_schedules_inx = li_order_schedules_inx.*
    end-of-selection.
    Check and write Return table*
      clear l_errflag.
      write: / 'Sales dcoument: ', l_vbeln.
      loop at li_return into l_return.
        write: / l_return-type, l_return-message(50).
        if l_return-type = 'E'.
          l_errflag = 'X'.
        endif.
      endloop.
    No errors - Commit*
      if l_errflag is initial.
        call function 'BAPI_TRANSACTION_COMMIT'.
      endif.
    What could be problem ?
    Pl help
    Regards
    Nagarajan

    Hi,
    Go through this sample code
    LOOP AT t_salesorder INTO wa_salesorder.
      t_header-sales_org = wa_salesorder-vkorg.
      t_header-distr_chan = wa_salesorder-vtweg.
      t_header-division = wa_salesorder-spart.
      t_header-doc_type = wa_salesorder-auart.
      APPEND t_header.
      t_headerx-sales_org = 'X'.
      t_headerx-distr_chan = 'X'.
      t_headerx-division = 'X'.
      t_headerx-doc_type = 'X'.
      APPEND t_headerx.
      t_itemx-material = 'X'.
      t_itemx-target_qty = 'X'.
      APPEND t_itemx.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = wa_salesorder-kunnr
        IMPORTING
          output = wa_alpha-kunnr.
      wa_partner-partn_role = 'AG'.
      wa_partner-partn_numb = wa_alpha-kunnr.
      APPEND wa_partner TO t_partner.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = wa_salesorder-kunnr1
        IMPORTING
          output = wa_alpha-kunnr1.
      wa_partner-partn_role = 'WE'.
      wa_partner-partn_numb = wa_alpha-kunnr1.
      APPEND wa_partner TO t_partner.
      wa_item-po_itm_no = wa_salesorder-bstnk.
      wa_item-itm_number = wa_salesorder-posnr.
      wa_item-material = wa_salesorder-matnr.
    wa_item-target_qty = wa_salesorder-kwmeng.
      APPEND wa_item TO t_item.
        CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
            order_header_in  = t_header
            order_header_inx = t_headerx
          IMPORTING
            salesdocument    = gv_doc_no
          TABLES
            return           = t_return
            order_items_in   = t_item[]
            order_items_inx  = t_itemx
            order_partners   = t_partner[].
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait   = 'X'
        IMPORTING
          return = t_return.
    ENDLOOP.
    Please paste only the portion of your code that gives you trouble.

  • Error in sales order when selecting a warranty item in configurator 'Please enter required information - Service Reference Type Code'

    Error in sales order when selecting a warranty item in configurator 'Please enter required information - Service Reference Type Code'
    Not able to book the sales order because of this issue

    Order Management does not support the inclusion of optional service items in a configured Model BOM (see Support article #1296751.1 for more detail).  Allowing for such would therefore require customization.
    As you've found, there's no modeling restriction that prevents you from creating a Model BOM that includes optional service items, nor is there any problem with creating a Configurator Model for it.  And required service items (such as a warranty item that is a required child of an optional BOM component) do not present a problem; they have nothing to do with Configurator, and would never appear as sub-lines in OM.  The problem arises in OM, which requires that any service item be "associated" to the item it's "servicing".  OM does not automatically make such an association with service sub-lines, even though it might be argued that an association may be inferred by the BOM structure (i.e., OM does not assume that an optional service sub-line is necessarily associated, from a service standpoint, with its BOM parent).  OM customization is therefore required in order to hook any service item up to its corresponding product item.  Many customers who configure service along with product have implemented such a customization.
    (Another gap in such a solution that may be relevant to you is that for an included optional service item requiring recurring billing, Order Management does not create the requisite Service Contract.  Customers have likewise developed customizations to address this, as well.)
    As this is not specifically a Configurator matter (you could have created your order without using Configurator at all, and you would have experienced the exact same behavior), please do not take my explanation as being either authoritative or comprehensive (I am a Configurator expert, and only knowledgeable enough about Order Management to be dangerous).  It would be advisable for you to seek more detailed information/recommendations from the Order Management forum.
    Eogan

  • COPA error while Sales order creation

    Hi,
    We are trying to create Sales order and getting error as below;
    Inconsistency between a document field and the prof. segment number
    Message no. KE396
    Diagnosis
    A line item was assigned to a profitability segment (number 046xxxxxx) which has the value 0000005xxx for characteristic Customer. The original document (FI document, sales order, internal order, etc.), however, contains Txxxx in this field. It is therefore inconsistent with the profitability segment found.
    Can anybody please help me to resolve this?
    Thanks,
    Niki Shah.

    What is the release you are working on? If it were < 4.6A, and you are trying to create an order with refenrence, thenit could be a program error as fixed by note 171064.
    Also refer to this [thread|Error KE 396 in sales order;
    You may need to fix a program error or add some coding.

  • Production Order missing Part list error  date 1,857 is not convertable

    *Dear Experts*
    When i m  trying to check missing part list at production Order then system is showing the error
    The date 1,857 is not convertible (please correct) in Production order Missing part list.
    Rgds
    Pankaj Agarwal

    Dear ,
    System is throwing you this message beacue your FC calander is vaild till 2010 and asking you to put the date btn  FC valid from 2004 and FC valid to 2010.
    Goto -OP03-Select the Factory Calnder Tab in change mode  (pencil mode ) -Select the applicable calender  chek box-Double click this -Extende the validit date till 2020 or beyond so that u will not face not only in this particular issue but in many other txn later on .
    Agian -come back to OP03 main screen -Slect the Holiday calaner -Extende the same way  and reassing in Factory calander
    after this , do not forget to re-ssign this FC in respective plant in OP03-Plant assingment .
    Try and revert back
    Regards
    JH
    Edited by: Jiaul Haque on May 27, 2010 3:14 PM

  • Sales order costing error found in quotation 2 order line items created in

    Sales order costing error found in quotation 2 order line items created in quotation 5000562
    1st line item with third party
    2nd line item with PTO
    Purchase price was entered in the configuration screen
    1st item : 2,000 EUR
    2nd item: 1,200 EUR
    Purchasing info record was created with variant condition for EUR
    Error in sales order costing:-
    System does not take the purchase price in the configuration screen to
    calculate sales order costing. It incorrectly took 1 EUR from variant
    condition in sales order costing for both items.
    By right, it should take purchase price from configuration screen.
    Pls advise
    Thanks

    no replies and my thread was dead.

  • What table where i can find the errors in Sales Order

    hi,
    what table where i can find the errors in Sales Order. here's my situations, I need to create a abap report of CRM sales order not replicated to R/3 and show what's the error. I can't find the actual error in CRMD_ORDDERADM_H and CRMD_ORDERADM_I. I also tried calling program "CRM_ORDER_READ" but the program doesn't display/returns error's on header and item level.
    please help.
    earl g. faren

    hi,
    what i need is a table where i can find the sales transaction errors. I'm doing a abap report to list down sales transactions with error(s). I checked the table CRMD_ORDERADM_H and CRMD_ORDERADM_I but there's no field for transaction errors.
    please help me find a table where I can link the tables above to get the specific errors for a sales transactions.
    thanks alot.

  • Itm cat Error in sales order

    Gurus,
    I am facing an error in sales order creation.
    When I enter the material and qty and press enter, I am getting an error saying the Item category is not defined.
    have anyone came across this error, kindly help

    HI,
    Generally item category is determined by the combination of
    sales doc type + item cat grp +usage + high level itm cat(if any).
    so check whether the above requirements are fulfilled i.e  for the sales doc type (if customised) and item category (maintained in mat master sales org-2) are maintained in VOV4 or not.
    Reward points if helpful.
    regards,
    gupta.

  • CRM - automated error monitoring tools to track errors in sales orders

    could you please let me know whether we have any
    automated error monitoring tools to track errors in sales orders
    Thanks in advance

    I wont recommend turning off cookies in production.
    Turning off cookies was only from a Performance
    Testing perspective, Not using cookies for a performance test but using them in production, sort of invalidates the test, since much of the issue I had was the testing tool waiting for data to be returned to the cookies so it could be used to move to the next page.
    Partner Management uses all of them. I uses iStore for its external launch page, OA framework for its functionality, but then links to Sales online for Opportunities, and Quotes which I believe is AK framework. so you have a mixture of several
    frameworks involved...... plus Discoverer Viewer...

  • Error: Order Management Order-level sales credit total () must equal 100%

    Hi,
    When I click checkout and fill the details and place the order from minisite , I am getting following error:
    "Error messages from Order Management Order-level sales credit total () must equal 100%.
    Salesperson is required on a booked order.There is an error in order submission."
    I have set ASO : OM Defaulting profile option to Yes.
    Please help me..
    Thanks and regards,
    Muhammed Aslam

    Hi;
    What is EBS version?
    Please see:
    Service Charges Error: Order Level Sales Credit Total() Must Be Equal 100% [ID 394641.1]
    Error Message - "Order-level sales credit total () must equal 100%." [ID 726030.1]
    Order-level sales credit total () must equal 100%-Copy RMA: LINE FLOW - RETURN FOR CREDIT ONLY [ID 1061854.1]
    Regard
    Helios

Maybe you are looking for

  • How to interact an input file with other methods in a class?

    I have to write a class name FileDisplay with methods: 1. Constructor: take the name of a file as an argument 2. displayContents: display the entire contents of the file when I tried to create a BufferedReader file variable, I have encountered an err

  • How to Find partition name by value ?

    hey, I have a big loading process into a certain fact table. the table is partitioned first by interval on a date column and then sub partitioned by hash. this is a big fact table so there are alot of bitmap indexes on it. i want to disable all index

  • Database objects behind stats on "Concurrent Processing Dashboard" ?

    I want to define a new report in oem grid about concurrent processing on a ebs target. i saw that there is some minimal stats in the 'Concurrent Processing Dashboard'. What are the DB tables used to generate this screen ? By the way there is a bug, a

  • How do you edit the photo date on iPhoto

    Some of my photos have the wrong date on iPhoto. How do I edit the date?

  • CR IX R2: SQL Expression Editor - Max on Group

    This works, but it only shows the MAX value of the entire column, for all teams: (SELECT MAX("PlanSegment_Team"."priority") FROM   (("Plan" INNER JOIN "PlanSegment" ON "Plan"."pkPlan"="PlanSegment"."fkPlan") INNER JOIN "PlanSegment_Team" "PlanSegment