How to have in GR Returns: Triggered Lot Stock Relevant,Stock non valuated

Hi ,
For every cusotmer return -the lots-having Stock with it. So lot should be Stock related.But Stock should be unvaluated.
So that once our quality dept. do usage decision , the Usage decision post this QI stock to unrestricted or for reject on other categories.
What all will need to mkae it happen this - Stock related Inspection lot .
Thanks a bunch
Rgds,

I presume that your are talking about the customer returns then :
As you know Inspection type 06 is not  stock relevant. You must change and use inspecttion type 05 instead.
Deactivate 06 inspection type in the material master
Activate 05 Inspection type in material mster
Make sure an inspection plan with the correct usage for inspection type 05 is available. (usages are defined in config)
In spro activate the goods movemnt (655) QCC3--> Inspection for goods movemnt -->shipping -->(Customer return goods movement type-655)Assign inspection type 05 against return order type.

Similar Messages

  • Customer return , Inspection lot stock tab

    hi ,
    i am doing customer return senario , and as per requirment of client i activate inspection type 05  cause they want inspection lot stack tab in UD , but when i am doing customer return inspection lot is generated with reference to sales order and delivery number as i see in qa03 , but when doing an UD it does not contain inspection lot stok tab please suggest
    Regard
    Maashish

    Hello
    Check the movement type and make sure that you have activated the inspection for it. only 653 will create an inspction with stock posting tab
    Regards
    gajesh

  • C# - How to have a collection of SPListItems each associated with a non-unique number?

    Hi there,
    I need to have a collection of multiple SPListItems - each associated with a number (non-unique). 
    I should be able to get all SPListItems for any specific number. E.g.
    (13, SPListItem1)
    (16, SPListItem2)
    (13, SPListItem3)
    (17, SPListItem4)
    (13, SPListItem1)
    Now - I should be able to get all SPListItems where number is 13 or whatever.
    What will be the fast and efficient way to do this in your opinion?
    Thanks.

    You could create a custom class that holds the SPListItem and the integer. Add the splistitems to a List using the type of class you created to hold the SPListItem and integer. Then use the List<T>.Sort method when you want to sort them.
    Have a look at the documentation here: http://msdn.microsoft.com/en-us/library/b0zbh7b6(v=vs.90).aspx
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • [Forum FAQ] How do I have Invoke-SqlCmd return a date value without adding time

    Introduction
    A select statement executed from Invoke-SqlCmd returns a value from a Date column, the value has "12:00:00 AM" appended.  The same select statement executed within SQL Server Management Studio displays the date properly without any time formatting.
    Sample data is as follows:
    How to have Invoke-SqlCmd return Date values without adding time for multiple Date type columns and pipe the output into CSV file?
    Solution
    In SQL Server 2012 or onwards, use the FORMAT() function to convert datetime values to date format when executing query from Invoke-SqlCmd. In earlier versions such as SQL Server 2008 R2, use the traditional CONVERT() function to format datetime values to
    different date formats(yyyy.mm.dd, mm/dd/yyyy, etc) when executing query from Invoke-SqlCmd. Then pipe the output of SQL query result into CSV file by specifying export-csv parameter. An example is as follows.
    Create a table named “Test_invokesqlcmd” that contains Date type columns in SQL Server.
    USE Test
    Go
    CREATE TABLE [dbo].[Test_invokesqlcmd](
        [id] [int] NOT NULL,
        [name] [varchar](20) NULL,
        [test1] [date] NULL,
        [test2] [date] NULL
    ) ON [PRIMARY]
    GO
    insert into [dbo].[Test_invokesqlcmd]
    values(1,'David','2014-10-15','2015-01-07'),(2,'Jane','2011-08-05','2012-11-7'),(3,'Crystal','2013-09-15','2010-02-24')
    Define a query string, execute it from Invoke-SqlCmd and save the query result to a CSV file.
    Scripts for SQL Server 2012:
    $query1 = @"
        use Test;
        SELECT FORMAT(test1,'d') as newtest1, FORMAT(test2,'d') as newtest2 from dbo.Test_invokesqlcmd
    write-host $query1
    Invoke-Sqlcmd -Query $query1 -ServerInstance localhost | export-csv -notypeinformation -path c:\Files\test.csv
    Scripts for SQL Server 2008 R2:
    $query2 = @"
        Use Test;
        SELECT CONVERT(varchar, test1, 102) as newtest1,CONVERT(varchar, test2, 102) as newtest2
        FROM dbo. Test_invokesqlcmd
    write-host $query2
    Invoke-Sqlcmd -Query $query2 -ServerInstance localhost | export-csv -notypeinformation -path c:\Files\test.csv
    Check the results in SQL Server PowerShell window and csv file.
    SQL Server 2012:
    SQL Server 2008 R2:
    Reference
    Using the Invoke-Sqlcmd cmdlet
    SQL Server Functions that helps to convert date and time values to and from string literals and other date and time formats
    Applies to
    SQL Server 2014
    SQL Server 2012
    SQL Server 2008 R2
    SQL Server 2008
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Cross posted. More appropriate in JSF forum so continue conversation there.
    http://forum.java.sun.com/thread.jspa?threadID=717292&messageID=4142615#4142615

  • How to make return delivery (PGR)non valuated

    Hi All
    This scenerio is for return delivery
    where i will be creating return order(RE) subsequently return delivery when i receive the good (PGR) back to return storage location ,the stock should not be valuated
    Current movement type is 653
    Kindly suggest how to make return stock non valuated
    regards

    Dear Sugunan
    Please try the movement type 651 in schedule line category DN for returns.
    Please let me know the result
    Regards
    Deepu Pillai

  • Reg:How can we show non valuated stock in the system for the paid items?

    Hi All,
    Customer orders 100 boxes and pays to all material.But customers  are shipped the  required material as and when required.My client requirement is these 100 boxes should show as non valuated stock.
    How can we show these paid 100 boxes of material as non valuated stock in the sap? Is this functionality available in sap or it comes under requirement?
    Ex:Customer X ordered 100 boxes and he paid to all quantity.
         The customer X does not have space at his premises to keep the stock of 100 boxes.He just requests 20 boxes every monday or required quantity.Then company ships the required quantity to customer X.
    Now the requirement is that these 100 boxes should be shown as non valuated stock in the system.This should not used for other customers, should not work ATP functionality for these material quantity.This should show as reserved to this customer X
    could you share any ideas or solutions reg this..
    Thanks in advance,
    Regards....VM
    Edited by: vm on Mar 9, 2009 3:46 PM

    Hi Arnel,
    Thank you for giving valuable points.
    In consignment scenario,the stock is available at customer place not at company place.But ownership is company itself.
    But in this scenario,Customer is not having space to keep the total ordered quianty.So cutomer stock should be kept at company itself,customer requests the required quantity(for which he  already paid  for the total ordered quantity) as and when required.How can it suits in this scenario?Could you plz calirfy the debit memo to realize sales ?How it will be help ful?
    Thanks and regards...VM
    Edited by: vm on Mar 10, 2009 9:19 AM

  • Returns to block stock

    Hi all,
    How do I move from Returns to blocked stock , MB1B what movement type
    Sk
    Edited by: Csaba Szommer on Feb 17, 2012 12:41 PM

    Hi,
    try following
    Movement Type 344 will move product from Blocked to Unrestricted, i
    Movement Type 343 which moves from Unrestricted to Blocked
    Transaction MB1B movement type 344
    Regards
    kailas Ugale

  • After a person submits a form, how can I have their screen return to my company's webpage?

    After a person submits a form, how can I have their screen return to my company's webpage?

    Setup a Redirect URL: http://forums.adobe.com/thread/869660

  • Hi. i have break the screen of my iphone 4.If i want to by a regenerated iphone 4, how much it cost?thanks a lot. see you soon. Luca

    hi. i have break the screen of my iphone 4.If i want to by a regenerated iphone 4, how much it cost?thanks a lot. see you soon. Luca

    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne
    Click the drop down for the country and select your country.
    Select "Warranty & Service Pricing".
    Select "My iPhone is not eligible for warranty service. What are my service options?"

  • How to delete paragraph marks (returns) without affecting spacing, like at the top of the next page

    if you have a large document and you add two returns at the end of every major section or group but one of the two returns goes to next page, how do you keep that return so it doesn't mess up spacing if something is added earlier in document but get rid
    of it so the top of the page is the same as the other pages? I was wondering if there was something like a hidden return that would hide the paragraph at the top of the page but if more information was added before it, it would act like a regular return. Hope
    this makes sense.
    Also do you know what the paragraph maker with a dotted box around it is? I was trying to solve the above problem by trying different keys with the return key, e.g. control + return gives you a page break, shift + return gives you a soft return,
    control + alt + return gives you this funky paragraph symbol that seems to erase lines in front of it at least it did when I printed out a page using them.

    Thank you! I've never used Styles but have used the formatting. I just didn't want to have to go to the bottom of every page and change the paragraph formatting but format painter helped a lot. Thanks again.
    You could also use a heading style for the start of your next major block of text which is formatted to have a page break before. Styles are at the heart of Word formatting. Take the time to learn about them to save a lot of time and hair pulling.
    Read the
    link that Stefan gave you. If you want more, see
    Understanding Styles in Microsoft Word.
    Charles Kenyon Madison, WI

  • Report execute time nd how many records will be returned before hitting the "run" option?

    Post Author: Prasad15
    CA Forum: WebIntelligence Reporting
    Is there any way to know how long the report executes and how many records will be returned before hitting the "run" option?
    Regards
    Prasad

    To know if the report is going to return more than 10,000 records, you first have to run the query with a 'select count(1) from ... where ...' (with the same from and where clauses as you normal query). Since this takes about the same time as runnng your report, I wonder if you really gain anything (although formatting may take some time too).
    You may simplify the select count(1) query by omitting all the lookup tables that are only needed for formatting. That way your query may run a lot faster. You can put this in your after parameter form trigger.

  • How to implement a Hitting Return that causes a form to submit

    Hi all
    I'm giving a look on internet and it's not so simple with jsf as call document.forms['myForm'].submit();
    Jsf uses something like this
    if(typeof jsfcljs == 'function'){jsfcljs(document.forms['mainForm'],'mainForm:fireSearch4Indexes,mainForm:fireSearch4Indexes','');}return false
    on <a> onclick element
    I'm using also a4j that includes other code on this I think
    someone knows how can I achieve that.
    thanks a lot

    I have a similar problem and partially solved it with jQuery. I attach a key listener to each input field and fire the click event of the submit button if Enter is pressed. Some of my forms (with only one input field) does not work correctly with this and the form is submitted via form action instead of the onclick A4J event :-/
    jQuery(".search input:text").keypress(function(e) {
                    if (e.which == 13 || e.keyCode == 13) { // ENTER-Key
                          jQuery(".btnSearch").click();
    });     

  • How do I get the returned cursor from a stored procedure to an asp.

    Sorry if this topic has been answered before but I am new to Oracle and ASP. I have been asked to create some stored procedures and access the results from the ASP. I will be passing one variable in and could be getting upto 200 rows returned.
    I have no trouble with the stored procedure but have no clue how to retrieve the data returned by it.

    Assuming that the stored procedure has a single argument, an OUT cursor, you should be able to do
    SQLExecDirect
    {call <stored_proc>() }
    SQLFetch
    SQLGetData
    We'll handle all the 'magic' underneath.
    Justin Cave
    ODBC Development

  • How to retreive and display return value from BAPI

    Hello,
    I am using SUP to create a sales order application. In my MBO I have a create operation which calls a BAPI to create a sales order. How can I retrieve the return value (saled doc number) and display it on a screen and display it as an Alert of BB application.
    Regards
    Nidhideep Bhandari

    Hi David Brandow,
    I have tried your solution where I just created a MBO for my 'operation' and I'm using sync parameters to execute the RFC.
    The problem I'm facing is, for example, if I create a record it gets saved in the MBO table and the record successfully gets created in SAP as well after a sync. But when I create another record and sync, the previously saved record in MBO table also gets executed so I'm getting duplicate entries in SAP.
    Have you or anyone faced this problem?
    Any response is appreciated. Please let me know if I'm not clear, I realized its a complicated scenario.
    Thanks,
    Sandeep

  • How do i print address returns on envelopes with hp officejet pro 8500

    how do i print address returns on envelopes with hp officejet pro 8500

    This is done with your software that you have to print the envelopes.   MS Word can do this, just use their help facility.
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

Maybe you are looking for

  • Minecraft server script (run minecraft server as a daemon in Arch)

    Hey all, I just finished editing and setting up a nice script to run a Minecraft server at boot in Arch. This is based on the original script on the minecraft wiki here. I've edited it to be suitable to place in your /etc/rc.d/ folder with the name "

  • Not able to run a report on BiPublisher version 10.1.3.4

    I am using Bipublisher version 10.1.3.4. i am not able to run the Report. I am calling this report using webservice from java code.I have added entry "Guest" in Guest Folder name also i have checked the checkbox AllowGuest acess in Admin->ServerConfi

  • How can I increase the thumbnail size when using Safari to upload an image to a website?

    I upload many images to multiple websites and when using Safari to upload these images, the thumbnails are so small I can barely make out what the image is. I can easily figure out how to increase the thumbnail size when viewing them in Finder and se

  • ALV in Web dynpro ABAP - Export option as HTML

    Hi All, I am developing a webdynpro application for which output will be in ALV. Here the requiremnet is to save the file in HTML format. But the Standard ALV in web dynpro has only the option to export the result in Excel and PDF. Could any one sugg

  • How to assign work centre in OM

    Hi, In organizational structure how to assign work centre. it is necessary to assign cost centre to org structure.how ? President has to be given personnel no.? if employee is reporting to two superiors of different depts or different regions ,how th