Creating a Return to warehouse in SIM 13.2.1 gives error on screen

Hi All,
When i try to create an Return to Warehouse in SIM 13.2.1 i get the error "Item must be supplied by source". As far as i can remember no association exists in SIM between an item and a warehouse. The association exist in SIM only between an item and a supplier or an item and a store.
Till 13.2 one could return any item to a warehouse and no association was maintained. Is it still true in case of 13.2.1 or i need to have an association?
If an association needs to be created can someone tell me where i need to create the same, which table?
Im using standalone SIM 13.2.1 not integrated with RMS.
Regards,
Vikram Gopinath

Need to have an entry in the item_party table for the association of an item and a warehouse.

Similar Messages

  • Suppress an error message while creating a return PO ( ZRO type) (ME21n)

    Hello All,
    I have to write a code in order to suppress the below message while creating a return purchase order (of type ZRO) , transaction ME21n  after entering the purchase organization, purchase group, the vendor & the material no :-
    "You have no authorization to create without reference to another document".
    For users with the below values of parameter ID & parameter value :-
    parameter ID = EFB & parameter value = 02 in transaction 'SU3' , under "parameters" tab, this message is getting triggered.
    My requirement is to suppress this message.
    Please suggest an exit name or a BADI name wherein I can implement the code for this requirement.
    Regards,
    Rachana.

    You can remove parameter ID EFB
    and for Order type other then ZRO you can put check of doc. reference.

  • ORDERS05 - Create a Return with reference to a Sales Order

    Hi all,
    I'm trying to create a return with reference to a sales order via IDOC ORDERS05. I'm indicating referenced Sales Order number into segment E1EDK02; indicating qualifier (QUALFR = 002) and Sales order number (BELNR). By this way, I create a Customer Return but without reference.
    Which fields or segment have to be filled in order to create it correctly?
    Thanks
    Marí

    Correct...
    You need something like:
    *Get the pricing cond number.
    select single knumv from vbak into cond
      where vbeln = '0000080347'.
    if sy-subrc = 0.
    Get the pricing record which are by line item.
      select * from konv into table konv_tbl where knumv = cond.
    Loop thru them one line at a time.
      loop at konv_tbl.
       bapi_cond-itm_number = '000010'.
        bapi_cond-cond_st_no = konv_tbl-stunr.
        bapi_cond-cond_count = konv_tbl-zaehk.
    CALL FUNCTION 'BAPI_CUSTOMERRETURN_CREATE'
      EXPORTING
        RETURN_HEADER_IN               = bapi_hdr
       BUSINESS_OBJECT               = 'BUS2102'
        CONVERT                        = 'X'
      IMPORTING
        SALESDOCUMENT                 = bapi_salesdoc
       RETURN                        = BAPI_RET
      TABLES
        RETURN                        = bapi_ret_tbl
        RETURN_ITEMS_IN                = bapi_itm
        RETURN_ITEMS_INX               = bapi_itm_out
        RETURN_PARTNERS                = bapi_prtnr
        RETURN_SCHEDULES_IN            = bapi_schd_lin
        RETURN_CONDITIONS_IN           = bapi_cond.  "pricing
      ORDER_TEXT                    = bapi_text.

  • After creating a return

    Hi,
    In Sales A/R I have created a Return. Now I want to deliver new items (to replace the items customer returned). What I should I do? I can't copy from Sales order, because its closed.
    Should I create a new delivery that isn't linked to any earlier document related to this process?
    Thanks!
    -Juha-

    Hi
    You can also use Duplicate option by right clicking on sales order.
    and not to update as per new Business Partner message.
    Regards
    Datta Kharat

  • Create VA01 - Returns - BAPI

    Hi All,
    I am new to AFS and my requirement is to create a Return from my program.id Order type RE in VA01
    The return should have AFS details , so the BAPI BAPI_CUSTOMERRETURN_CREATE seems to be not sufficient as it does not have any AFS data entry.
    Please suggest how to populate the AFS data in Return.
    Thanks,
    Anoop

    Please clarify "AFS".

  • How to create a Return Order from a Quality Notification?

    Hi everyone at SDN.
    Really need some help on this issue we are having. We want to create a Return Order from a Quality Notification, ie. the document flow should be:
    :: Serv. notif 000200000482
       :: Return Order 0060299453
    In the SAPGUI we are able to do this by going into transaction QN02, enter the notification number and in the menu: "Notification" --> "Functions" --> "Sales Order" --> "Create Selection of Order Type". Now we select the Return Order type and the result is as wanted.
    However, we want to do all this in ABAP instead. The BAPI I have tried with is BAPI_CUSTOMERRETURN_CREATE.
    And the following code is used:
        ls_order_h_in-refobjtype = 'BUS2078'. "Quality Notification
        ls_order_h_in-refdoctype = 'Z5'. "Quality Notification type
        ls_order_h_in-refobjkey = '000200000482'. "Ref. Quality Notification
        ls_order_h_in-doc_type = 'ZREN'. "Return Order type
        ls_order_h_in-sales_org = 'S001'.
        ls_order_h_in-distr_chan = '01'.
        ls_order_h_in-division = '01'.
    Then I add a material as well as the mandatory partner functions. When I execute the Return Order is created but when I check the document flow for the Return Order there is no link to the Quality Notification.
    Any suggestions on how to do this? I have tried using FM RV_DOCUMENT_FLOW_UPDATE_U for updating the document flow but it doesn't seem to like it when I enter a Notification in there. And when I run FM RV_ORDER_FLOW_INFORMATION for the above (working) Return Order there is no Quality Notification available. So this leads me to believe that I have to update something else then VBFA (Sales Document Flow)...
    I would really appreciate all the help I can get on this.
    Best Regards
    Niklas

    anyone?

  • How to create Purchase Return

    Hi
    I want to know how to create Purchase return so that the Purchase return account has an effect.
    We have created a AP Credit Memo...but it is not affecting the Purchase return account
    Regards
    Farheen

    Hi Farheen,
    If we are not using Purchase Posting sestem
    Control Account(Vendor Account)        Debit
    Inventory Account + VAT Payable  (output Tax) + Freight    Credit
    If we are using Purchase Posting sestem
    Vendor Account + Cost of Goods Purchase Account       Debit
    Purchase Account +Tax Account +Purchase Return Account     Credit
    Thanks,
    Srujal Patel

  • When creating a return by copying an order tax and charges are not defaulting?

    Hi,
    I have created a Return by copying sales order. But tax and charges are not defaulted from original sales order. Please note unit selling price is 0 for this item. I am using 11.5.10.2 version.
    Sales Order: 143674
    Item: UT1
    Quantity: 2
    unit selling price: $0
    Tax: $0
    Charges: $0
    Calculated price flag: Freeze Price
    But Return created as follows by using copy.
    Return Order: 6678
    Item: UT1
    Quantity: -2
    unit selling price: $0
    Tax: -$5
    Charges: -$20
    Calculated price flag: Partial Price
    Your help will be highly appreciated.

    Hi
    At sales order form, you select Action > Copy
    Change the order type to your "Return transaction type"
    Go to Line Tab
    Change the line type to Return type, enter return reason.
    Save
    This creates new RMA order.....this way this should copy the original tax amount.
    For the Charges part, check in the modifier definition whether "Include on Returns" is checked in the Discount/Charges TAB.
    Thanks
    -Arif.

  • How to default current date in MIGO while creating a return delivery

    HI,
    While creating the return delivery using 122 mov type, system is defaulting the document date of the original doc which is being referred as the document date of the return delivery document.
    How we can make the system to populate current date as document date automatically, even though we are referring a material doc to create the return delivery. Pl suggest.
    Regards,
    Robin

    HI,
    My question is,
    How we can make the system to populate current date as document date automatically, even though we are referring a material doc to create the return delivery. Pl suggest.
    Regards,
    Robin

  • Create PO return for subcontracting item

    Dear Expert,
    I want to create PO Return for subcontracting item category.But when I tried to create it,the system prompted an error message:"Returns not possible for subcontracting items Message no. ME 548". Then I used SPRO to check the system message and there is no such a message in the system.Also I added this message into my system and set the catetory to "W". But when I create the PO Return,the same error occured.
    What should I do then?
    Any advice?
    Best Regard,
    Pauline

    Thanks for the reply.
    I have done one testing for PO return subcon item. I create the Normal PO return, and I create return delivery (mvt type 122) with reference to original material document.
    But when i checked in the subcon report ( ME2O/ MBLB/ MMBE) the subcon material dont have any effect when I create the return delivery. the subcon material should be increase as we return back the item to the vendor.
    Example here: we return back the boxes to the vendor, means the papers the we provided for them to produce the boxes should be increase ( means that they haven't done anything with the papers so the papers stock should increase)
    In the reports ( ME2O, MBLB, MMBE) they not show the changes in stock level of papers when there is return delivery transaction. I'm not sure whether I miss out something in the report ? or maybe there are other reports to show the subcon stock level.
    Pauline

  • Creating Complaints/Returns from external reference for Billing Documents.

    Hi Experts,
    I have question regarding Creating Complaints/Returns from external reference.
    My requirement is to fetch data for Billing Type, Billing Documents and other related from ECC system and to create Complaints/Returns using the same in Web UI.
    Is there any SPRO configuration as such so that we can pinpoint to the ECC system where it should fetch the data or is there be a custom development involved for the Drop down lists in Web UI?
    I know about the BADI CRM_COPY_BADI_EXTERN which is triggered when creating using reference, but I am not able to see where the method SEARCH_HELP_FOR_EXTERN_DOC or GET_SEARCH_HELP are triggered.
    I have gone through many forums within SDN but not able to find any solution. Please help!
    Regards,
    Mahesh

    Hi Ly,
    I wouldn't be able to share the code with you, but I would ask you to check with the functional counterpart regarding the important fields that are to be copied.
    What I did in my case is, based on the Billing document number passed from CRM in the RFC I hit the tables VBRK and VBRP for header and item data respectively.
    For pricing I passed the relevant fields from KONV table (KSCHL, KWERT, KAWRT etc..)
    For document flow VBFA.
    For partner VBPA.
    I faced issues only with pricing as there were many settings and pricing routine logic differences between CRM and ERP.
    Regards,
    Mahesh

  • To create a return order with sales order as reference in CRM.

    Hi guys,
    How do i create a return order with sales order as reference in CRM. Is CRMD_BUS2000115 the transaction for this?? and if yes how do i pass sales order as reference??

    Hi,
    While archiving the documents, the backup of the documents (Archive FIles) would have been taken. Using the archive file, you can reload the required documents and do your transaction.
    It is better to check with your technical team to do the same.
    Regards
    Vijay

  • No TR/TO created for Return PO

    Hi experts,
      Now we use 161 movement for return Po reciept type. When we do this receipt, It doens't create the TR and TO. 
      I checked the document informaiton. in WM information, it use 601 movement an 916 stock type. but bin is 00000000. I am not sure if this is the problem to create TR.
    For return Po configuration, Anything need be done for WM area? 
    Hope to get your advice.
    Thanks
    Alice

    Hi,
    How do you want to proces the return?
    You have 3 options:
    1) use a return delivery (check return box in PO and create an outbound return delivery through VL10B);
    2) use tcode MBRL and create a return delivery through the original GR material document (outbound delivery is not mandatory)
    3) do 161 in MIGO (return checkbox in PO and do Gr in migo);
    In case of 1), you simply create a TO based on the outbound delivery through LT03;
    In case of 2) and OB, same proces as 1) and if no outbound delivery, a TR and TO based on mvt 122;
    In case of 3) if you check the customizing table in SPRO/ LE/ WM/ interfaces/ IM/ IM mvt to WM mvt, you will see that 161 in standard does not create a TR or TO.
    Make neccesary customizing and you will have a TR and if required immediate TO.
    MdZ

  • Copy data when creating GR return via delivery

    Dear all:
    Is there any ways that I can copy header text (MKPF-BKTXT) to header data of delivery note? (LIKP-LIFEX)
    This happens when I create return delivery in MIGO and tick "via delivery" in header.
    System will automatically create a delivery note when I save this transaction.
    I want to copy some information to delivery note. Other header field except LIKP-LIFEX is OK, too.
    Please advise. Thanks.

    This is solved by Enhancement when creating GR return via delivery
    I don't know how to delete my thread, so I just close it by myself.....

  • Create Sales Return Order by BAPI,in pricing manual conditions don't appear

    Dear All,
    While creating Sales Return Order by using BAPI function module, in pricing manual header conditions are not appearing.
    I tried following FMs for creating Sales Return Order. Sales Return Order created but manual header conditions are not appearing.
    1.      BAPI_CUSTOMERRETURN_CREATE
    2.      BAPI_SALESORDER_CREATEFROMDAT2
    3.      SD_SALESDOCUMENT_CREATE
    If we create through transaction code u2018VA01u2019 with reference document, manual header conditions are appearing in pricing perfectly.
    SAP version is SAP ECC 6.0.
    Makarand

    Hi there,
    Is your return referenced from the F2 invoice or from the riginal order?
    If it is from F2 then in VTAF & if it is from OR then in VTAA --> at the item level --> pricing type select the option G copy pricing element unchanged & redetermine taxes or C copy pricing elements & redetermine others. Choose the required option. This is when the same pricing procedure is used in OR & RE order types.
    Regards,
    Sivanand

Maybe you are looking for

  • IPad mini stopped suddenly working

    Hi guys, few weeks ago I bought through the czech official apple shop iPad mini wifi 16 GB version and today I just browsed the internet and my iPad suddenly stopped working, means that black screen popped out and even if I clicked power button nothi

  • 3 inner joins

    i need query for 3 inner joins

  • Hidden Element Value Quoted by APEX

    Hi all together, today I upgraded my htmldb from version 2.0.0.49 to 2.2.1. Now it seems like Apex is processing my elementvalues in a different way than before. I have a hidden element P1_TITLE, with some calculated HTML in it. Second I have a regio

  • Scroll text in layers stack...

    I got problem with scrolling text in layers stack. Is there some solution?

  • All my songs are hidden on the desktop...

    i tried to delete my library after i had backed it up to an external hd...but i see when i open the desktop there are 5000 songs listed there...i want to get these back onto my ipod or at least into my library again... what the heck happened?