Using ASCP for supplier LT for shipping methods to different orgs

Hi
We have a requirement in which a supplier/site supplies material to org A and org B and since these 2 orgs are in different countries/locations we require different tranit times to be used while planning.
ASCP supports Proc lt (which includes transit time) but we want it to be different for different destination orgs which is not possible in global ASL which ASCP uses. Any thoughts on designing this ?
I know its possible to give different ship emthods by giving org level Sourcing rules but it only offsets ship dates but how to get diffrent due dates?
Thnx
Partha

Partha ,
The simple scenario mentioned by you where one supplier/supplier site is there for an item and supplying to two org ... the suggested due date can be different by having different purchasing lead time(pre processing + post processing + processing) set at item org level .
But this solution will not work when you have multiple supplier/supplier site is there for an item rog combination. However here it can be tried modeling through a combination of post processing lead time at ASL Level and pre processing lead time + post processing lead time at item org level.
Regards
Abhishek

Similar Messages

  • Where-used list for view methods, and context elements

    I want to know where a context element in the component controller is used (and if I can delete it).
    Is there something like a where-used list for a context element?
    Similar question:
    Is there a where-used list for a method of a view?
    Best regards,
    Daniel

    Hi Daniel,
    Its not supported for both of these..
    Regards
    Anuj Goyal

  • [svn:fx-trunk] 5445: Fix for - @ copy tag for two methods with different arg lists not working.

    Revision: 5445
    Author: [email protected]
    Date: 2009-03-19 17:47:57 -0700 (Thu, 19 Mar 2009)
    Log Message:
    Fix for - @copy tag for two methods with different arg lists not working.
    Some changes for refactoring.
    QE Notes: None.
    Doc Notes: None.
    Bugs: SDK-19975
    tests: checkintests, asdoc
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19975
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Revision: 5445
    Author: [email protected]
    Date: 2009-03-19 17:47:57 -0700 (Thu, 19 Mar 2009)
    Log Message:
    Fix for - @copy tag for two methods with different arg lists not working.
    Some changes for refactoring.
    QE Notes: None.
    Doc Notes: None.
    Bugs: SDK-19975
    tests: checkintests, asdoc
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19975
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • Is it possible to use AJAX for onblur method -- ADF

    Is it possible to execute a javascript action method for (onblur,onclick etc.,) using AJAX?
    For example according to the selection made in a list box, some fields are hidden or rendered. This is done with out any javascript code written in ADF using AJAX.
    Like wise for onblur etc., can we use AJAX?
    I want to save the record when I tab out from the last field of the record.
    Please let me know how I can do this.
    Thanks,
    venki

    Hi,
    I think the easiest way out of this is to use a commit button on the page, give it an ID and then look it up using document.getElementById("form:Id");. submit this handle (note that buttons are rendered as links). This doesn't require an Ajax call
    Frank

  • Using ASCP for Repair Planning and Service Parts Planning

    I have a client that is doing a large scale Oracle ERP (most modules). The customer is a large aircraft maintainer and perform most of the maintenance internal. Has anyone implemented ASCP is a complex repair environment that his heavily influenced by service parts concepts. I am a Xelus/ClickCommerce implementor and I am looking for some insight on how to implement the key service parts concepts including: fractional repair BOM's/Factors, time phased bills of materials, importing time phased re-order points, time phased carcass returns , constraint based planning on carcasses, material and resources.

    Partha ,
    The simple scenario mentioned by you where one supplier/supplier site is there for an item and supplying to two org ... the suggested due date can be different by having different purchasing lead time(pre processing + post processing + processing) set at item org level .
    But this solution will not work when you have multiple supplier/supplier site is there for an item rog combination. However here it can be tried modeling through a combination of post processing lead time at ASL Level and pre processing lead time + post processing lead time at item org level.
    Regards
    Abhishek

  • Using reflections for Private methods

    hi,
    I want to call a public method through reflection.
    For that the following code needs to be written:
    new java.lang.reflect.ReflectPermission("suppressAccessChecks");
    I don't know how to link this with my application.
    Can anyone help me out in this?
    Thanks
    Ankush

    I don't know what's the problem with my coding:
    OK I tell u the exact problem;
    I have 3 packages: Pkg1, pkg2, pkg3
    in each package I have many classes.
    I am following 3 tier architecture so in pkg2 class I have an instance of Pkg1 corresponding class and in pk3 class i have an instance of pkg2 corresponding class
    Now I am trying to use the following code to execute with any method in any package:
    while(stToken.hasMoreTokens())
    lsMethodName = stToken.nextToken().trim();
    if(stToken.hasMoreTokens()){
    // For tokens which is not last
    m = loObjectName.getClass().getMethod(lsMethodName,null);
    m.setAccessible(true);
    loObjectName = m.invoke(loObjectName,null);
    else {
    // For the last Token
    m = loObjectName.getClass().getMethod(lsMethodName,arr);
    m.setAccessible(true);
    loObjectName = m.invoke(loObjectName,obj);
    the methods call can be
    Pkg1InstancePkg2.pkg2Instancepkg3.Pkg3Method
    or
    gettxtWebstar.setText , here webstar is the text field
    I get error whenever I call the getDeclaredMethod on first method.
    Thanks in advance
    Ankush
         

  • Why do we use "super" for some methods?

    What I have noticed is that in some methods we have
    - (void)dealloc {
    [label release];
    [message release];
    [super dealloc];
    where at the end of the method we have [super dealloc]
    Why do we have that?

    The parent class may have allocated resources that you don't know about. Once you're finished deallocating resources in your object, you call the super-class' (parent-class') dealloc method to deallocate the things that it allocated. If you don't, whatever it allocated won't be deallocated.

  • Payment Run for 1 method but different currencies.

    Hi All,
    We have a requirement where we have 1 House bank, 2 Bank accounts in that House bank (EUR, SGD) therefore 2 Account ID's, 2 Seperate cheque lots,  but we have 1 payment method for Cheques.  The required FBZP configuration has been done.  We also have created 2 Payment variants (1 for EUR & other for SGD).
    Now the issue is, how to run payment program using one proposal for 2 bank accounts?   I mean, as we have 2 seperate cheque lots and 2 different bank accounts but one payment method and 1 proposal whcih is considering all the vendors with the open items, So how to Run the payment program which picks their respective cheque lots.
    Thanks in advance,
    Pallavi

    Perhaps more details will be helpful:
    In configuration of outgoing payments, you have to configure house bank selection so that you pick the same bank for the payment method and each currency.
    Then you have to make sure that you configure the bank / payment method / currency combination to the correct accounts.
    You have to maintain check lots for each account.
    You have to maintain two variants for your checks: one for each currency.  The variant must include house bank, account, payment method.
    You maintain both variants in the same line for the program in F110.
    Then when the payment program runs, each invoice will be paid by the correct house bank account based on your configuration for bank and account selection.  When you do the printing, each variant should run separately, picking out the items based on their currency and house bank account.
    This is basically the information in previous replies, with a bit more detail.
    Good luck,
    - Jeff

  • Using iCloud for Apple Mail on different macs

    Hello,
    Is there a way to setup iCloud as the storage for my Apple Mail folders? I'd like to use the same mail folders on different macs.
    Would they be available offline (as would be with imap email synchronization)?
    Thanks in advance,
    Francis

    fhap wrote:
    And if there's no iCloud folder nor entry in the Mailbox List window what should I do?
    I do see a heading for MobileMe and GoogleMail, but nothing for iCloud.
    Your computer's OS is too old for iCloud, 10.7.2 is the minimum and you have something in the 10.6's (I would guess)
    or
    You have a compatible computer but never set iCloud up.
    Which is it?

  • Use SAPFPAYM_MERGE for comp codes in different countries?

    Hi,
    Is it possible to use trans FBPM1, program SAPFPAYM_MERGE, to merge payment runs from different company codes in different countries?
    In my case, all foreign payments will be done centrally for all company codes and I would like to merge all runs into one payment file (media).
    Thanks and regards,
    Helene Norell

    Hi,
    Thanks for you fast reply.
    I have made the neccessary settings for this transaction, but trying to merge payment runs for two different company codes (one Swedish, one German), I get the following message:
    *Company codes exist in different countries, for example DE and SE
    Message no. F0002*
    One of the prerequisites when reading the program code is also 'Company Codes are compatible (currency, country)'.
    Does that mean I can't merge payment runs from company codes in different countries?
    BR
    Helene

  • Please reconsider using UPS for shipments.

    With the recent weather, UPS has been completely incompetent at delivering packages. I have 2 from Best Buy sent out last week (one overnighted, one 2-day), and both have went "Out for Delivery" then to "Severe weather conditions have delayed delivery. / Your delivery has been rescheduled for the next business day" 5 days in a row. It'll probably happen again tomorrow. For comparison, USPS has dropped off mail every day this week without issue.
    Please consider giving users an option of using FedEx or USPS or just drop UPS altogether. They are terrible, and I'll consider Best Buy an inferior place to purchase things so long as they use UPS for shipping goods.

    Hello jstenberg,
    I tend to think of snowstorms and inclement weather in general as exciting, but storms can also be a real nuisance sometimes. I was disappointed to read that your packages have been delayed.
    I am grateful for your feedback about the carriers we use to ship your orders. I will ensure that your remarks are made available to our corporate teams. I'd like to suggest that you consider sharing your idea by clicking on "IDEAS" above to give the Community an opportunity to add their thoughts to yours and vote on it.
    We cannot improve in meaningful ways without your input, so I'm very grateful that you stopped by Best Buy Unboxed to share your thoughts.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Can anyone explain Space to me, what is does, what u use it for etc?

    Hi, can anyone explain what Spaces is, like what it does for u and what u would use it for?
    Tracy

    Put a different way: it helps you divide up your work by subject, helping to organize what you see in front of you.
    Before Spaces, all of your work was cluttered together on the screen. If at once you were using Safari, Entourage, Photoshop Elements, iPhoto, QuickTime Player, NetNewsWire (a RSS news aggregator), Finder itself, and whatever else you were using, all of the application windows were strewn around the screen. The only way to get rid of the mess was to quit an application, minimize windows, or hide the application.
    With Spaces, you can simply assign application to its own desktop--almost like having things grouped in different monitors. You could create a Space for your graphics applications, ones that you tended to use together: Photoshop Elements, iPhoto, maybe QuickTime Player. Your Internet applications in another: Safari, Entourage, and NetNewsWire. Some applications can belong to all the Spaces, such as Finder (however you choose).
    That way, when you're doing your graphics work, you only see windows and applications that pertain to that. Want to take a break and go on the Internet? Switching to any of the applications (and you do so by a key combination or a menu) quickly hides the graphics application windows and replaces them with what you use for the Internet. The range of applications you're not working with for now are hidden from you, helping you focus and avoid clutter, but are immediately available.
    I usually limit myself to two spaces (using a secondary space for applications used for writing, such as Scrivener, Dictionary, and the like), but you can make as many as you find helpful.

  • Frieght Carrier and Ship Methods relationship

    Hello Guru's,
    Can you please help in clarifying the linkage / relation between freight forwarders, Supplier Master and Ship Methods
    What is the relationship between, any Ship Method created under Shipping, Freight Carriers, and Supplier Master?
    So for example, If I query a Carrier lets say - SKYPAC under the above responsibility - this query shows a "short name" - in this case SKYPC- then under this in EBS there is the option to create different Ship Methods - so lets say - SKYPC - Air, SKYPC -Sea, SKYPC -Grnd.
    When I go to the Supplier Master and look to change the Ship Via - it only gives me one option - "SKYPAC" - where is the link to tell the system that for this supplier not only use Schenker but also use SKYPC-Air???
    Also if I change a Short Name in EBS, does this have any effect on ASN's and/or Backlog reconciliation that are already in play?
    Any inputs in this regard will be very much appreciated.
    Regards,
    Mani

    For Vendor (Freight carrier) , I checked the master data and it has partner function defined as VN (vendor).
    I have another issue with the salesorder create BAPI:
    I am getting error
    "E - 000010 : Condition rate does not agree with init. indicator for condition PR00"
    when I am updating the PR00 condition value with '0.0' .
    Please advice if anyone has any idea.
    Thanks,
    Sonali.
    Thanks,
    Sonali.

  • Conversion of Subinventories and Carrier Ship Methods

    Dear Gurus,
    I am working on a R12 Implementation project. Now I was assigned the task of converting Legecy data to oracle below are the conversions which I need help
    i)Conversion of Subinventories (Not sure if I can use MTL_SECONDARY_INVENTORIES_PKG).
    ii)Conversion of Carrier Ship Methods
    Can any one please let me know the API's for above conversions..
    Regards,
    vk.

    Try the byte array with values from 0 to 0xFF, like this:
    byte[] b = new byte[256];
    for (int i = 0; i < 256; ++i) {
        b[i] = (byte)i;
    }I will warn you that some of the byte values of the byte array created above will not be correctly translated into characters. They will be translated into '?' (code is 0x3F in ASCII).
    The best way to store faithfully byte arrays in strings is to convert them to Base-64 (translates 3 bytes into 4 ASCII characters), Hexadecimal (translates 1 byte into 2 ASCII characters) or your preferred way of encoding (like Base-85, used by Adobe Postscript, that translates 4 bytes into 5 ASCII characters).
    The best way to store byte arrays in char arrays (not using them as real strings, that can be stored in a database) is copying the values "manually" (of course, using a for loop).

  • AutoCreate Restriction for Different orgs

    Hi All,
    Pls help me to know that, How i can restrict my AutoCreate for creating PO of different header and line shipments?
    My scenario is:
    Suppose my one user creating Requisition for 2 times of different org's. My indent user is not allowed to enter any Supplier information in Requisition. When requisition is approved, then it go to purchasing user. My purchasing user create PO of Requisition using AutoCreate. Now he is selecting both lines as above requisition and entering one supplier and supplier site and create PO automatically.
    When we open PO then we see that Header ship-to location is different then a line shipment location.
    How i can restrict this case at Autocreate time? If there is one line then in requisition then i'm able to restrict using personalization, however when it is more then one line this restriction is not working.
    Pls suggest something.
    Regards,
    UKJ

    Hi Hemanth,
    First of all identify the auth objects which are being checked in these transactions through trace.
    Once u know the auth objects verify if there are objects with the field WERKS if its a plant with u want to control. If thats not the case identify the related org units and depending on the org heirarchy in place give corresponding org units which will have the same impact even though not directly controlled by plant.
    But the primary starting point is to obtain the Auth Objects which are being checked.
    some information can be obtained through the SU24 check indicators but thats no 100 percent of it.
    Hope this helps
    Manohar

Maybe you are looking for

  • How to upgrade to PI 7.1

    Hi, Although PI 7.1 will be on picture by september 2007, does anyone have idia on how to upgrade to PI 7.1 from XI 3.0 or PI 7.0 ???  any tips...steps??? etc .. kanan

  • Derivation of Responsible Cost Center through WBS in FB60

    Hi; I have came across an issue and need any advice from your side. Issue is , whenever i go to FB60 to park/post and invoice, in the line item whenever I select WBS it automatically should fill up the COST Center field (Derived From Responsible Cost

  • Can the same NDS statement be used by other users running the same program?

    Say you have an NDS statement running in an application. We have users all over the country running this package off of the same database. If an NDS statement gets stored in the Library Cache than would other users running the same package use that N

  • Problem reinstalling Acrobat

    A couple of years ago I bought Adobe CS3 Web Premium. About six months or so ago, I downloaded Photoshop Elements 6 for the Mac, just to try it out. I decided I didn't really need another photo processing program, so I deleted it after the trial peri

  • Suppress Power Query's Native Database Query Warning

    Is there a way to suppress the "Native Database Query" warning issued by Power Query when running a SQL query directly against a Teradata database?  This warning states, "You are about to run a native database query.  Native queries can make changes