How to include planned customer consignment pick-up in availability check

We create customer consignment pick-up orders and want the availability check to take this qty into account as available qty from the planned pick-up date.
We also want the consignment pick-up orders to be shown in MD04.
Can anybody guide us with a solution for this.
Regards
LORA.

No return sales order is needed.
You have to use consignment pick up, for details please check SAP online help:
http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/560025545a11d1a7020000e829fd11/frameset.htm
1. Create a sales order using order type KA .
2. Enter the required data for the customer, the consignment goods and the plant to which the goods are to be returned.
3. Enter all other relevant data and save the order.
4. Create a returns delivery for the sales order (the system automatically chooses delivery type LR). The transaction is completed by the goods issue posting which initiates a transfer posting from the customer's special stock to your plant stock.
Regards,
Csaba
Edited by: Csaba Szommer on Apr 9, 2009 7:48 PM

Similar Messages

  • Goods receipt of customer consignment pick-up

    We would like to receive customer consignment pick-up directly into blocked stock.
    The standard setup for customer consignment pick-up receives it into unrestricted stock.
    Does anybody know how to do that?

    No return sales order is needed.
    You have to use consignment pick up, for details please check SAP online help:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/560025545a11d1a7020000e829fd11/frameset.htm
    1. Create a sales order using order type KA .
    2. Enter the required data for the customer, the consignment goods and the plant to which the goods are to be returned.
    3. Enter all other relevant data and save the order.
    4. Create a returns delivery for the sales order (the system automatically chooses delivery type LR). The transaction is completed by the goods issue posting which initiates a transfer posting from the customer's special stock to your plant stock.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Apr 9, 2009 7:48 PM

  • Customer Consignment stock displayed as available in MD04

    Hi Experts,
    Customer Consignment stock displayed as available in MD04
    I have few stock at customer consignemnt which displayed as available qty in MD04.
    Whether any parameter that controls this? some thing to do with availability check?
    Pls suggest
    Thanks,
    Shetty

    closed

  • Customer consignment pick up

    Hi gurus,
    I have below scenario.
    Goods issued to Dealer through 631w and issued to customer through 633w.
    Due to faulty quality again the goods returned to dealer through 634w.
    But after 634w movement, stock is showing in customer consignment not in storage location
    Now client wants to move this stock to his returns storage location.
    Could some one please let me know the how to move the returned stock from customer consignment to returns storage location.
    Consignment fill up: Lending to dealer: Using 631
    Consignment Issue: Dealer to customer: Using 633
    Consignment Receipt: Customer to dealer: Using 634
    Now how to post Consignment Pick up: Dealer to Company: Using 632
    Regards,

    No return sales order is needed.
    You have to use consignment pick up, for details please check SAP online help:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/560025545a11d1a7020000e829fd11/frameset.htm
    1. Create a sales order using order type KA .
    2. Enter the required data for the customer, the consignment goods and the plant to which the goods are to be returned.
    3. Enter all other relevant data and save the order.
    4. Create a returns delivery for the sales order (the system automatically chooses delivery type LR). The transaction is completed by the goods issue posting which initiates a transfer posting from the customer's special stock to your plant stock.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Apr 9, 2009 7:48 PM

  • New Movement type for Customer consignment Pick Up

    Hi Friends,
    I am an SD consultant and working on consignment sales scenario.
    In consignment pick up I do PGR (POst goods receipt). The standard movement type used is 632. It reduces customer consignment stock and increases Unrestricted stock.
    I need a new movement type which will reduces customer consignment stock and increase Quality Inspection stock.
    Please advise.
    Regards,
    Rajesh S.

    Hi Rajesh,
    Use tcode OMJJ and in the change screen select ur mov type 632 and presss F6 (copy as) and give ur new mov type it will copy all the properties of 632 mov type
    And changing unrest to qly, check in Update control / WM movement types column whihch is ava on the left and also Deactivate QM inspection / delivery category..  here check ur req..
    Edited by: Raju on Nov 20, 2008 5:44 AM

  • Customer consignment stock view not available at Ship-to party level

    We have moved our stock to customer consignment stock using order type KB (Consignment fill-up). When we view stock situation using MB58 (Consignment at customer) the stock shows up under customer sold-to. However, we would like to see how much consignment stock do we have under each ship-to location. Is there any view or report in the system which shows consignment stock at each ship-to level?
    We have tried the following:
    1) We thought of making ship-to party equal to sold-to party thus using the same output (MB58) but we have several ship-to's (sometimes 50) per sold-to which will make sales analysis and pricing maintenance difficult (as our pricing is based on sold-to).
    2) We looked at table MSKU (Special Stocks with Customer) and in it stock is stored at the sold-to level and MB58 pulls out stock from this table only. We thought of using user exit to move ship-to number in MSKU table at the time of stock movement but then we will have to change ATP logic (user exit again) also for consignment issue orders and we would like to avoid all that in case there is a simpler solution.
    This seems to be a requirement which lot of customers would have, Are we missing something obvious. Please help.
    Regards
    Sandeep

    Thanks Buddi,
    Partner function SB works the way we wanted it to.
    Regards

  • How to create the custom method and make it available to clients:

    Hello, Can any one help me with this problem ASAP??
    I am trying to work on an example of "Customizing the Query and Creating an Associated Custom Method"
    from http://helponline.oracle.com/jdeveloper/help/topics/jdeveloper/developing_mvc_applications/adf_pviewcustommethod.html?tp=true#method. To do that, the first task is to create the custom method and make it available to clients.
    Following instructions in the helponline documentation, I completed the three steps: (1) "Specify a custom query for the View Object definition for EmployeesView", (2) "Add the custom method to the application module Java class", and (3) "Make the method available to clients".
    The following is the error message I got to test the application module. Can anyone tell me what the message really means and what I should do. I am wondering if there is any mistakes in the document.
    (oracle.jbo.SQLStmtException) JBO-27122: SQL error during statement preparation. Statement: SELECT Employees.EMPLOYEE_ID, Employees.FIRST_NAME, Employees.LAST_NAME, Employees.EMAIL, Employees.PHONE_NUMBER, Employees.HIRE_DATE, Employees.JOB_ID, Employees.SALARY, Employees.COMMISSION_PCT, Employees.MANAGER_ID, Employees.DEPARTMENT_ID FROM EMPLOYEES Employees WHERE Employees.SALARY > :1 and Employees.DEPARTMENT_ID = :2
    ----- LEVEL 1: DETAIL 0 -----
    (java.sql.SQLException) ORA-01008: not all variables bound

    You need to set values for the parameters in your query before you try to execute the query in the view object.
    So you need to call the setBindVars method before the query.

  • How to get committed date for each component after availability check

    Hi,
    When I use CO02 to check material availability, I can see committed date in missing part list and missing part overview for each component in production order. I save it and use CO03 to read missing part list again. The committed date is blank?! How to get the committed date for each missing part in production order?
    Another question, committed date can be displayed in CO24(missing parts info system)? Thanks in advance!!

    Rita,
    Please check that the PP avail. check has replensh lead time turned on. If RLT is turned off & there is no sufficient stock of material, then system can only committ date of 12/31/9999.
    Once you turn on RLT, it will give you some date based on your configured avail check ( that looks at stock or purchase order or production order). That way if there is no sufficient stock of material to satisfy your order system will committ the worst case date which is the RLT.
    On CO24 unfortunately there is no field for Committ date. Hence is it not possible to view commit date. You can only view Committ quantity.
    i am sure this will help you. Else please come back.
    thanks,
    Ram

  • How to Include in Customer Exit to select max of the date

    Hi,
    Every Employee will have a health Insurance Policy which is valid for 6 six months.
    From Source System i am getting
    Employee and his policy Start date,Based on Policy Start Date in Transformations i am calculacting the Policy Expiry date (Policy Start date + 6 Months)(Ex:If Policy Start Date is 01/Nov/2007 then Exp date is 01/May/2008)
    My report is to Show employees who doesn't had a valid policy on the day report executed (Sys Date)
    For that i created a Customer Exit Variable on Policy Expiry Date
    (If Policy Expiry date is < Sys Date)
    IF i_step = 2.
          CLEAR l_s_range.
          l_s_range-low = sy-datum.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'LT'.
          APPEND l_s_range TO e_t_range.
        ENDIF.
    Problem:
    Data in the cube
    Employee--Policy Start date-Policy Expiry Date
    1--01/01/2008-----30/06/2008
    1--01/07/2007-----31/12/2007
    1--01/01/2007-----30/06/2007
    When i execute the report i should expect the Emp 1 shouldn't be displayed as he had valid policy which is going to expir in June 2008....but the above exit is displaying the below 2 records
    Can i include any changes in the above exit that will select the Max Policy Expire date and then it will check with the Sys Date
    Please update me on how to proceed
    Thanks

    Hi thomos,
    Thanks for the update
    Bit Confused.....could you please explain me
    "Your variable (intervall) should be based on the Policy Expiry Date
    l_s_range-low = '10000101'.
    l_s_range-high = 'sy-datum - 1.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'BT'
    How this is going to solve my problem....
    As i got 3 records on a employee one of which got expiry date greater tha sys date
    Thans

  • How to include a customer FM in FQEVENTS in the right sequence order?

    Hi everybody,
    I am trying to include a new function module for event 1788 in tcode FQEVENTS. The default fm is FKK_SAMPLE_1788_B. I still want this one to be in place, I don't want to replace it.
    What I need is to program a ZFKK_SAMPLE_1788_A to do something before the default one is called. But when I try to set it up it tells me "You can only define one customer function module for event 1788". What I want is to have fm FKK_SAMPLE_1788_B active in the upper window but also to have active another Z fm that needs to be executed before the default one.
    Any ideas on how to do this?
    Thanks in advance.

    Hi,
    Well, I have finally solved the problem myselft. For some reason this particular event 1788 was not allowed to have more than one function module. So what I did was to make it to call my own fm, do my checkings there and finally at the end call directly (without using event technique) the fm that was supposed to handle this event originally.
    Thanks anyway.
    BR.

  • How to include a custom Tx code  in easy access?

    Hello friends,
                       I have created 3 custom Txcodes and i have been able to include them in SAP easy access page. But i want to include separate folder as EMPID under logistics and then include my three Txcodes can anyone help me with this task.
    Procedure that i am following is like se43-> area menu -> S000->german-> logistics->add subnode. "I want to know how to create folder from this step."
    Thks helpful answer will be rewarded.

    Hi,
    You can update the SAP menu through SE43 for area menu S000.
    Have a look at below thread. It may help you.
    How to Create Transaction code for a Report
    Regards
    Kiran

  • How to include a custom bkgd in the spark datagrid header

    I have a CustomDatagridSkin.mxml, which is based upon the default DataGrid.
    I'm looking at the code, and I'm a noob, trying to make heads or tails out of it. If I could just figure out how to change the header color I would be happy. But what I'd really like to know is how to apply a graphic to the background of the header.
    Is there some example on the net that I can follow, because I'm having a hell of a time finding something useful.
    The demo that Deepa had was awsome (corkboard and postit notes looking thing).
    How was that done?
    Thanks
    Kristin

    Hi,
    Do you want a custom background for the entire header bar? or for each individual header renderer? I would take a look at the DefaultGridHeaderRenderer class to see how we do headers. These header renderers are used by the GridColumnHeaderGroup to create the column headers. You can modify it to have your own custom background graphic. If you just want to tweak the color, you can apply the chromeColor style to the DataGrid.
    I can try to cook up an example for you when I have a bit of time, but not at the moment. Hope this points you in the right direction.
    -Kevin

  • How to include MATLAB custom program to LabVIEW

    I am pretty new to LabVIEW environment. I need to take two voltage signal and manipulate that signal with MATLAB( if possible) for certain automatic calculation. I am not quite sure how I can do this.

    Thanks all
    In addition how can i directly give DACmx input to mathscript for processing purposes. When mathscript input is directly connect from the DACmx out, it is not allowed saying that the data type is different. Any suggestion to over come this.

  • How to include custom application.xml in JDev9i project

    Can anybody explain to me how to include a custom application.xml file when deploying to an .ear file? I need to include application wide security roles, and I can't see where in Jev9i how to do this.
    After searching this forum, I see that jdev9i can't include the orion-application.xml, but I want to include just the standard J2EE application.xml. Is this possible?
    Thanks,
    matt

    The standard application.xml file unfortunately can't be customized in JDev 9.0.2. The reasons why this capability was left out of JDev 9.0.2 are same reasons why the other EAR-level XML files were excluded. The OTN thread
    Re: Regarding 11i and E-business suite
    has a summary of those reasons, which you've probably seen. We know this is an area in need of improvement and will be adding this functionality in the JDev 9.0.3 release. Until then, you'll have to go with a work-around like an Ant build file, batch file, Java application, or some other kind of script.
    Below is a sample Java application which can be used to insert <security-role> elements into an EAR file's application.xml. Modify the main() method to customize for your purposes, and put xmlparserv2.jar on the classpath (in a JDev project, add the "Oracle XML Parser v2" library):
    package mypackage4;
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import oracle.xml.parser.v2.*;
    import org.w3c.dom.*;
    import org.xml.sax.SAXException;
    public class PostProcessEAR
    public static void main( String[] args ) throws IOException
    final String earFile = "C:\\temp\\myapp.ear";
    final PostProcessEAR postProcess = new PostProcessEAR( earFile );
    postProcess.addSecurityRole( null, "first_role" );
    postProcess.addSecurityRole( "Description for the second role", "second_role" );
    postProcess.commit();
    System.out.println( "Done." );
    private final File _earFile;
    private final ArrayList _securityRoles = new ArrayList();
    public PostProcessEAR( String earFile )
    _earFile = new File( earFile );
    public void addSecurityRole( String description, String roleName )
    if ( roleName == null )
    throw new IllegalArgumentException();
    _securityRoles.add( description );
    _securityRoles.add( roleName );
    * Write out modified EAR file.
    public void commit() throws IOException
    if ( _securityRoles.size() == 0 )
    return;
    final ZipFile zipFile = new ZipFile( _earFile );
    final Enumeration entries = zipFile.entries();
    final File outFile = new File( _earFile.getAbsolutePath() + ".out" );
    final ZipOutputStream out = new ZipOutputStream( new BufferedOutputStream( new FileOutputStream( outFile ) ) );
    while ( entries.hasMoreElements() )
    final ZipEntry entry = (ZipEntry) entries.nextElement();
    final InputStream in = zipFile.getInputStream( entry );
    if ( "META-INF/application.xml".equals( entry.getName() ) )
    final XMLDocument modifiedApplicationXml = insertSecurityRoles( in );
    final ByteArrayOutputStream byteOutput = new ByteArrayOutputStream();
    modifiedApplicationXml.print( byteOutput );
    final int numBytes = byteOutput.size();
    entry.setSize( numBytes );
    if ( entry.getMethod() == ZipEntry.STORED )
    entry.setCompressedSize( numBytes );
    final CRC32 crc32 = new CRC32();
    crc32.update( byteOutput.toByteArray() );
    entry.setCrc( crc32.getValue() );
    out.putNextEntry( entry );
    byteOutput.writeTo( out );
    else
    // Copy all other zip entries as they are.
    out.putNextEntry( entry );
    copy( in, out );
    in.close();
    out.close();
    private XMLDocument insertSecurityRoles( InputStream in ) throws IOException
    final DOMParser domParser = new DOMParser();
    domParser.setAttribute( DOMParser.STANDALONE, Boolean.TRUE );
    try
    domParser.parse( in );
    final XMLDocument doc = domParser.getDocument();
    final Element docElem = doc.getDocumentElement();
    final Iterator iter = _securityRoles.iterator();
    while ( iter.hasNext() )
    final String desc = (String) iter.next(); // might be null
    final String roleName = iter.next().toString(); // must not be null
    final Element securityRoleElem = doc.createElement( "security-role" );
    if ( desc != null )
    securityRoleElem.appendChild( createPcdata( doc, "description", desc ) );
    securityRoleElem.appendChild( createPcdata( doc, "role-name", roleName ) );
    docElem.appendChild( securityRoleElem );
    return doc;
    catch ( SAXException e )
    e.printStackTrace();
    return null;
    private Element createPcdata( XMLDocument doc, String elemName, String pcdata )
    final Element elem = doc.createElement( elemName );
    elem.appendChild( doc.createTextNode( pcdata ) );
    return elem;
    private final byte[] buffer = new byte[4096];
    private void copy( InputStream in, OutputStream out ) throws IOException
    while ( true )
    final int bytesRead = in.read( buffer );
    if ( bytesRead < 0 )
    break;
    out.write( buffer, 0, bytesRead );

  • How to include custom modules in eclipse

    Hi,
       We have ATG 10.1.2 knowledge and self service module with some project specific custom module on Production UNIX machine.
    I have installed ATG 10.1.2 on local machine(Windows 7 64 bit) for development purpose.
    1> If I copy custom module from the unix machine and paste it in my local windows machine and generate EAR, will it work?
    2> How to include the custom module in eclipse for development activity.
    I am new to ATG. Any help is much appreciated.
    Thanks.

    when the jsp page is loaded for the first time it contains a select box containg names created by a taglib.but there is a feature i want to add wherein though javascript the name selectebox will keep on coming on each row i want to add. and this is row addition and deletion is being handled by the javascript. there i encounter the bug how to interact the javascript with taglib so tha with each row addition i will have populated taglib created select box on each row.
    Thanks,
    Javaqueue

Maybe you are looking for

  • Port 25 bugaboo

    I am banging my head over this email issue. A big problem is that there are three players involved and no one wants to take the blame (of course): Apple (my mail app), Earthlink (my email address client) and Comcast (my ISP). Five or six days ago my

  • Repeated notification that "Adobe Acrobat Reader plug-in" in Firefox is "out of date" after the upgrade is downloaded and installed.

    I have tried to update the Adobe Acrobat Reader DC, along with the plug-in in Firefox v37.0.1. Repeatedly, after the download/installation is "complete", upon opening Firefox I'm met with the message that the "Adobe Acrobat plug-in" is "out of date".

  • Wrong excise duty

    Hi, We had completed the utilization for previous month and on first day of next month we found that duties were captured wrong Now we have cancel the Excise duties which were captured wrong but when we are canceling it  is hitting PLA account rather

  • Sort option in Repetitive Area on AR Invoice PLD is disabled / greyed out

    Hi Experts, I have an issue whereby in my PLD the sort option under Print Layout Design Manager -> Repetitive Area -> Sort is greyed out / disabled in the AR Invoice PLD. Does anyone know why this might be? I've not seen this before and I can't find

  • Photoshop CS6: Save for Web Automatic Resize Issue

    Some my .psd files (CS6 Photoshop, MAC OSX 10.7.5, Processor: 2.5 GHz Intel Core i7) automatically resize to a percentage. I can't figure out what the cause is, and it will not allow me to change it back to 100% to slice out images for web. File Type