How to handle returned products originally issued out using Transport Order

Dear Experts
I transfer a batch containing 10 cartons from production plant NDE1 to sales plant NDE2 within same company code using a stock transport order.
Each carton is valued at 1dollar each, that is total value of transfered stock is $10
After two weeks, 3 cartons went bad and needs to be returned to production plant NDE1.
How do I capture this return process in SAP?
If it were an outright sales to a customer, a Return Order with reference to the invoive will be created, return delivery done,PGI done which brings the returned stock into inventory, and a credit memo posted against the original billing.
How do I handle my 3 cartons of returned stock since it was given out using a transport order?
What will the accounting entries be in the system? i mean which accounts will be credited and debited by the $3 value of th ereturned three cartons?

It depends how you handle the stock .Your accounting document generated in NDE2  in plant only.
The first step you transfered the material through sto from NDE1 to NDE2 ,here there is no impact on accounting entries as you are transffering the stock with in company code.
After you get return stock from customer NDE2 you can directly scrap or after inspecction of the stock if the stock is good then you can keep in Unresticted use for further sales.
I dont think so you need again one more sto to get return stock from NDE2 to NDE1 as it is damaged stock and un necessary paying transport costs.
If you scrap the material then the 3 qty of stock 3 doller price hit to scrap account.

Similar Messages

  • How to handle stock already physical issued out but not yet PGI from system

    Hello
    I have a scenario which I have a question whether reservation is a solution for my problem below:
    The following is our current process:
    1.   
    First, create a sales order,
    Second, create delivery order, assuming system propose storage location A in the Delivery Order.
    Third, the goods are physical issue out to the customer; HOWEVER, it is not PGI out from the sap system. That means goods are physical not in the warehouse but number still show in MMBE.
    Forth, we create a reservation MB21 for this physical issued quantity just so it becomes visible in MRP (i.e. available stock reduced).
    Fifth, in order to ensure that user is able to distinguish such kind of stock quantity which have been physically sent to customer but still remain in system, we move the stock quantity to another storage location (B).
    Sixth, we change the storage location in the delivery order to the “moved-to” storage location (i.e. B).
    Finally, when come to the correct time to perform PGI, user will perform PGI in the SAP system.
    Questions:
    For the step 7, when I perform PGI, how is the reservation document linked to the Delivery Order?
    For the step 4, what is the movement type to use in MB21 for this kind of sales order process?
    For the step 6, I do not think the storage location is changeable at this stage. If not changeable, it will  become an issue as during PGI, system cannot find the stock quantity?
    Is reservation a good solution for step 7?
    Thanks
    Daniel.

    if you physically goods issue the stock, then you should do it in your system too.
    If the stocks are still owned by you while they are at the customer location, then you are just using the wrong process.
    you should go for customer consignment, create a consignment fill-up order in VA01, then a delivery, then goods issue the delivery, this will remove the quantity from your storage location and put it into customer consignment stock  directly below plant level in your MMBE.
    When the customer consumes the material you create another sales order for consignment withdrawal

  • TS1702 How do I return an app, that I did not order or mistakenly ordered?

    How do I return an app, that I did not order or mistakenly ordered?

    You can try and get a refund...
    Contact iTunes Store Customer Service:
    Apple - Support - iTunes Store - Contact Us
    But it is stated that all Sales are Final...

  • How to Handle Returns of Vendor Consigned Stock Issued via Delivery ?

    Hi.
    I am currently able to issue Vendor Consigned Stock via Delivery. I use Lean Warehouse Management, and I have implemented Stock Determination Rule to take Vendor Consigned Stock and Unrestricted own stock in account during Issue. I am even able to insert the correct Vendor Number during the confirmation of the Transfer Order. When I generate the Goods Issue of the Delivery Order, I get an accounting document that affects both the Account Payable Liability and a Consumption Account.
    Now My Question is this :
    How do I handle Customer Complaints that lead to a Return of the Goods, back into Vendor Consigned Stock ? The goods that is returned, needs to be taken back into Vendor-Consigned Status, and a appropriate Accounting Document needs to be generated to reverse out the Acct Payable Liability and Consumption Account entries.
    Do I use a Returns 'RE' Sales Order to bring back the Stock ? I need to be able to create a Return Delivery that will immediately post the returned Stock back into Vendor Consigned Status. So where and how can I key in the vendor number in the Return delivery, keeping in mind Return Delivery in Standard SAP does not use Warehouse Management ?
    regards
    Peo

    Hi Edmund
    I think you can try the following:
    1. Define a new schedule line category - here you can define the movement type and the item category (as given in a Purchase Info Record). - Transaction VOV6
    2. Define a new sales order type for returns. - Transaction VOV8
    3. Define a new item category for the returns document, - you can mention the special stock type here too
    4. Carry out the sales order to item category and item category to schedule line category assignments.
    I am not sure if the system will prompt you to provide the vendor number or how does it populate the vendor no. while posting the material doc. However you can try this out and check if this solves your issue.
    Reward points if you find this helpful

  • How to show returned components on Issue for Production on a query.

    Hi Guru's,
         Is there a way to show the items that have been returned (Return Components) on Issue for Production using a query?
    Thanks and Regards,
    Christian

    Hi,
    1. Create row level UDF for issue from production order.
    2. Assign below FMS to this UDF and set it auto refresh based on quantity.
    SELECT T0.[Quantity] FROM IGN1 T0 WHERE T0.[BaseRef]  = $[$13.61.number] and  T0.[ItemCode]  = $[$13.1.0]
    Thanks & Regards,
    Nagarajan

  • How do I just create production logo w/out use of FCP?

    Let's say I want to create A Blah-Blah Production logo and keep it as an intro for each film I want to make, how can I create a good logo w/out use of FCP using LiveType and Motion?

    how can I create a good logo w/out use of FCP using LiveType and Motion< </div>
    Hire a designer who knows how to use CS3.
    Just make sure she understand video's unique color spaces and pixel aspect ratio requirements or you will be using those Apple applications to correct her mistakes.
    bogiesan

  • How to cast vector to vector with out using loop. and how to override "operator =" of vector for this kind of condition.

    Hi All How to TypeCast in vector<>...  typedef  struct ...  to class... 
    //how to cast the vector to vector cast with out using loop
    // is there any way?
    //================ This is Type Definition for the class of ClsMytype=====================
    typedef struct tagClsMytype
    CString m_Name;
    int m_Index;
    double m_Value;
    } xClsMytype;
    //================ End of Type Definition for the class of ClsMytype=====================
    class ClsMytype : public CObject
    public:
    ClsMytype(); // Constructor
    virtual ~ClsMytype(); // Distructor
    ClsMytype(const ClsMytype &e);//Copy Constructor
    // =========================================
    DECLARE_SERIAL(ClsMytype)
    virtual void Serialize(CArchive& ar); /// Serialize
    ClsMytype& operator=( const ClsMytype &e); //= operator for class
    xClsMytype GetType(); // return the typedef struct of an object
    ClsMytype& operator=( const xClsMytype &e);// = operator to use typedef struct
    ClsMytype* operator->() { return this;};
    operator ClsMytype*() { return this; };
    //public veriable decleare
    public:
    CString m_Name;
    int m_Index;
    double m_Value;
    typedef struct tagClsMyTypeCollection
    vector <xClsMytype> m_t_Col;
    } xClsMyTypeCollection;
    class ClsMyTypeCollection : public CObject
    public:
    ClsMyTypeCollection(); // Constructor
    virtual ~ClsMyTypeCollection(); // Distructor
    ClsMyTypeCollection(const ClsMyTypeCollection &e);//Copy Constructor
    DECLARE_SERIAL(ClsMyTypeCollection)
    virtual void Serialize(CArchive& ar);
    xClsMyTypeCollection GetType();
    ClsMyTypeCollection& operator=( const xClsMyTypeCollection &e);
    ClsMyTypeCollection& operator=( const ClsMyTypeCollection &e); //= operator for class
    void Init(); // init all object
    CString ToString(); // to convert value to string for the display or message proposed
    ClsMyTypeCollection* operator->() { return this;}; // operator pointer to ->
    operator ClsMyTypeCollection*() {return this;};
    public:
    vector <ClsMytype> m_t_Col;
    //private veriable decleare
    private:
    //===================================================
    ClsMytype& ClsMytype::operator=( const xClsMytype &e )
    this->m_Name= e.m_Name;
    this->m_Index= e.m_Index;
    this->m_Value= e.m_Value;
    return (*this);
    //==========================Problem for the vector to vector cast
    ClsMyTypeCollection& ClsMyTypeCollection::operator=( const xClsMyTypeCollection &e )
    this->m_t_Col= (vector<ClsMytype>)e.m_t_Col; // how to cast
    return (*this);
    Thanks in Advance

    Hi Smirt
    You could do:
    ClsMyTypeCollection* operator->() {
    returnthis;};
    // operator pointer to ->
    operatorClsMyTypeCollection*()
    {returnthis;};
    public:
    vector<ClsMytype>
    m_t_Col;//??
    The last line with "vector<xClsMytype>
    m_t_Col;". It compiles but I doubt that is what you want.
    Regards
    Chong

  • How do i reach the photosream with out using icloud?

    The details on my iphone been deleted manualy so it's gone on the icloud as well. the thing is that my ipad wasnt conected to the internet so its not been sinced.
    I tried to backup the ipad on my computer but still, i cant see the photosream pics that i can see on the i pad itself.
    in addition, i dont want to conect my ipad to the internet cause then it can all get lost too..
    pls help me!! tnx - shani

    shani.as
    You have posted your issue in Using Apple Support Communities whose topic is 'How to use this forum software's interface, features and/or how to find what you wish'. It is a relatively low traffic and inappropriate forum for your problem. I will ask our Hosts to move it to iPad (possibly iCloud) where it may get a more rapid response from your fellow users.
    CCC

  • How to customize the Product Item lines numbers incrementation in Orders?

    Hello everyone,
    We are using structured products in CRM 7.0 that are replicated from ECC SD. These products consist of a high level product to which are attached sub-level products (BOM in ECC SD).
    When we select a high-level product in a CRM sales transaction (order, quotation...), the system automatically does the BOM explosion, with the 2 levels structure, but it assigns an item line number of 10 to the first line and then increments by 1, which gives :
    10 "item line 01"
    11 "item line 02"
    12 "Item line 03";...etc
    This is not correct for us, because the user might have to insert manually new items in-between the items automatically added by SAP, so, we need the system to change this automatic numbers assignment : we would like tthat the numbers be 10, 20, 30...
    so that the user can insert items with numbers like 11, 12....21, 22.
    Where can the number incrementation be customized or is there a BADI for that?
    thanks
    Ludovic

    This is set in transaction type customazing. go to spro>crm>transactions>basic settings>define transaction types. Open your transaction type and underitem number section set desired values for:
    - Increment Item  for main items
    - IncrementSubItm  for subitems

  • How to handle same product with different part numbers and pricing in SAP.

    I am a new user and want to learn if the following scenario can be handled by SAP.
    Our business buys a product from a supplier which has 2 different part numbers and prices. It is the same product. One is the primary product whilst the other is available only as an upgrade option with a different part number to a mainline product at a cheaper price .
    Our issue is that we sometimes buy the upgrade option with a mainline product to get the better price even though these go into stock. Basically we need to have the items linked with both part numbers in SAP at different prices but inventory both in and out only going against the primary part number. Any ideas?

    Thanks Jitin
    I did give them different part numbers and then attached a Bom containing the primary part number against the upgrade option however I really need to have the secondary item as a sales and purchase item but non inventory so the stock comes from the primary part. Ideally  if we receipt the goods in as the secondary number the inventory goes to the primary part. If the second number is an inventory item then I have the issue of the same part with different part numbers sitting in stock at different prices and having to rely on employees understanding the difference.
    Sorry to be so confusing. I will do some more testing over the weekend and see if I can find a suitable solution.
    Thanks
    Martin

  • How to handle return values in AppleScript

    Warning: AppleScript newbie on the loose without adult supervision.
    I have an Omnis Studio app that calls an AppleScript that in turn invokes a couple of shell commands. As an aside, I don't believe Omnis Studio can invoke a shell script directly without other complications.
    What I would like to do is capture the return code and/or any stdout from the shell commands in the AppleScript, then pass that result out as a return value from the AppleScript.
    Q1. How does one hold the return values, exit code, stdout, etc. of a shell script in AppleScript?
    Q2. How do I tell AppleScript to pass the results back to the calling routine?
    Examples, links to documentation, etc, will be gratefully accepted.

    There is a whole forum for just Applescript here:
    http://discussions.apple.com/forum.jspa?forumID=724

  • Some images are showing with some red color ¿how do I return to original colors?

    I`m using Mountain Lion and everything works right. Only some images are showing with a redish color. The first example is my cover photo in fb. When I click it, it returns to the original color. Anyone who has this problem and know how to fix it?
    This is fb cover preview:
    This is the original, when cliked:
    It happens with some thumbnails too.

    Hi Klaus,
    this didn't solve my problem but helped me choose Firefox over Safari.
    thanks for the reply.
    mark

  • How to handle browser or application crash out of our application in java.

    I am running my application(testing automation tool) through ANT . when i run the same over the remote the browser is getting crashed. so if i need to handle it , i should handle outside my application. my application is written only in pure core java. Plz provide me the solution for handling browser crashes outside our application. so that when i run my application over the remote the browser should not crash.... if i use javascript to handle , how do i communicate java script code with pure core java code......

    this is not directly a security related question, but jars within jars won't be found by the JRE; they won't appear in the classpath.
    Some googling:
    http://forum.java.sun.com/thread.jspa?threadID=740123&messageID=4245964

  • How do I return from the log out screen?

    I am testing an installation of a forum module in a Muse site. The module works but when I log out I get stuck at the log out screen. I have tried to use use hyperlinks manager to choose a browser window with no success. I am hoping that users will be able to easily return to the Muse site.

    Hi Neil,
    This can be customisd from the system pages area, in your Business Catalyst Admin: http://prntscr.com/305v17. You can add whatever customization you want, such as a redirect, or a link to another page.
    Kind Regards,
    Alex

  • How do I return to Main Sequence cleanup using Post Actions?

    Since I am quite new to this I have a question that I hope you can help me with. When a subsequence fails I want to return to Main Sequence cleanup immediately and not continue to the next step. Do you know of a way to do this using Post Actions?

    Set the On Fail post action of the subsequence to Goto destination and set the destination to Cleanup.

Maybe you are looking for

  • FBL5N - Open Item at key date

    Hi All For transcation FBL5N, for Open Item at key date, field name ALLGSTID which is a structure component, I want to know where actually the field value is stored, in which table. Regards AJ

  • I bought illustrator and the cloud won't download? Please help!!!

    I have an iMac OS X and just bought the months usage for illustrator. When I go to download the software however, it makes me download Creative Cloud first but it won't do anything past the creative cloud installer load-up. It will load up to the end

  • Time out parameter to avoid Table locking

    Hi, I am looking at any configurable parameter if any for setting the time out parameter to avoid Table locking.Now what's happening is : If i run select ...for update from one session,oracle is applying a lock till i do a commit.And if i run the sam

  • 10.2.0.3 (non-vista)

    Hi, I understand that there is a 10.2.0.3 release that is not specific to Vista? If that is correct can someone please tell me where I can download it from please? Many thanks, Richard

  • File System on PI 7.0

    Dears, We are going to implement PI 7.0 on AIX 6.1 machine. For its installation I need to provide file system details that needs to created. I checked in installation guide but detail is available in very short form. In Installation guide it is show