How to make deployment order irrelevant

Right now I have 2 SOA projects, A and B. A calls B. I have to deploy B first, then A second. Otherwise if I deploy A before B then when I run A, I will get an error saying it can't find B.
Is there a way to make deployment order not important so we can deploy SOA projects in any order we want? In my example, I can deploy A or B in any order I want.
Thanks

Hi,
Thanks for the response.
I have already attached the shipping, production and warehouse calendar and also the transportation calendar in the means of transport in the transportaion lane.
But it still does not consider factory calendar. It does not take weekend and the holidays into account for deployment purpose.

Similar Messages

  • How to make an order on repeating frame using Formula Column?

    Hi All,
    I have a repeating frame dependent on some query, how to make an order on this repeating frame using a formula column defined in its group and dependet on values from the query?
    Note: I'm using Reports 6i

    Place your formula column at the top of the itm group and set the BREAK_ORDER to assc.. or desc...
    Hope this helps
    Hamid
    if problem solved, close the thread.

  • How to make an ORDER BY clause dynamic

    is there anyway to make the ORDER BY clause in an SQL query within a DB control
    dynamic? I have tried to pass a String of the column name and place it in the
    statement within {}, but it doesn't work

    "Mark" <[email protected]> wrote:
    >
    is there anyway to make the ORDER BY clause in an SQL query within a
    DB control
    dynamic? I have tried to pass a String of the column name and place
    it in the
    statement within {}, but it doesn't workDid you find how ? please let me know, I also need to have a dynamic order by
    clause.

  • How to make an 'order' button that works?

    How do I make an 'order' button, by clicking on it, will post a pre-defined product number in a contactform?
    Probably I have to use php, but I do not know how to make the correct script.
    Regards, Gerald

    If you just need it to pop text into a textfield, you can use javascript, something like this might do the trick for you...
    <textarea id="TheText"></textarea>
    <select id="DropDown">
        <option value="">None</option>
        <option value="text-one">Choice One</option>
        <option value="text-two">Choice Two</option>
        <option value="text-three">Choice Three</option>
        <option value="text-four">Choice Four</option>
    </select>
    <script type="text/javascript">
        var thetextbox = document.getElementById('TheText');
        var mydropdown = document.getElementById('DropDown');
        mydropdown.onchange = function(){
        thetextbox.value = this.value;
    </script>
    The script should come after the textbox and dropdown in your HTML.

  • How to Make Purchase Order TEXTS Mandatory

    Hi.........
                 I want to make some Purchase Order texts mandatory(for ex Header text) so that i should appear in PO Print and user should not be able to proceed unless he make an entry.
                                            Please help me out......
    Thanks

    Hi,
    In spro>mm>pur>po>define screen layout select filed selection AKTH Create for ref.data item make it
    required entry
    BR
    Diwakar

  • How to make Sales Order with this condition

    Condition is as follows
    I have already sold an item say A to customer at Rs 30 lacs, INR. Now a new upgrade has been released say B costing Rs 50 lacs, INR. Now how to book Item B, with return of item A, and charge the customer who has already bought item A, only the differential amount, ie Rs 20 Lacs INR (Rs 50-30 Lacs, INR)
    Come back guys quickly.
    Regards
    Adarsh Krishna

    Hi Adarsh,
    Is this the new revision of Item A? then you can follow retrobilling. If this is a new item, then you have to book a new order and adjust the invoice.
    Steps for retrobilling:
    1) enable the retrobilling parameters in the system parameters
    2) Change the price list of the item A in the price list to the new price.
    3) go to retrobill workbench, reference the old order i.e shipped and you get a new order booked, now you can go and change the item here in the lines.
    You can receive the item A back through RMA.
    Pl try it out and let me know.
    Regards,
    Prasad

  • How to make FOC order net value zero??

    HERE IS THE ISSUE,
    when I create foc sales order the item net values should be zero as they are free for charge even if its finds condition records at the back end.
    Kindly is there any solution for this issue as I want to make the net value zero.
    Thank you,
    Sam Ahmed

    Hi,
    In the item category configuration please choose the ''Pricing'' as B : Pricing for free goods (100% discount). This will activate R100 condition type that discounts the price and makes the net value as zero.
    Alternatively, you can change the item category in the sales order to TANN (in standard system) that will make the net value as zero.
    Regards,
    Palani

  • How to make J2EE order (persistence) example run?

    I just used:
    ant
    ant deploy
    and it gave me following error:
    deploy:
         [echo] localhost
         [echo] 8080
         [echo] order
         [echo] C:\glassfishv3\glassfish\docs\javaee-tutorial\examples\bp-project\ma
    in.xml/../../../../../../bin/asadmin.bat
         [echo] order
         [echo] SQL92
         [exec] Deprecated syntax, instead use:
         [exec] asadmin --port 4848 --host localhost deploy [options] ...
         [exec] com.sun.enterprise.admin.cli.CommandException: remote failure: Excep
    tion while loading the app : javax.ejb.EJBException: javax.ejb.CreateException:
    Initialization failed for Singleton ConfigBean
         [exec]
         [exec] Cannot create tables for application order. The expected DDL file or
    der_order_createDDL.jdbc is not available.
         [exec]
         [exec]
         [exec] Command deploy failed.That means without making any changes. Then I included the following in the build.xml taken from roster example:
    <target name="-pre-deploy" unless="netbeans.home" depends="init">
            <antcall target="start-db"/>
        </target>But the problem remains the same. The server.log shows:
    Caused by: javax.ejb.EJBTransactionRolledbackException
         at com.sun.ejb.containers.BaseContainer.mapLocal3xException(BaseContainer.java:2253)
         at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:2053)
         at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1955)
         at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:198)
         at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:84)
         at $Proxy264.createPart(Unknown Source)
         at order.ejb.__EJB31_Generated__RequestBean__Intf____Bean__.createPart(Unknown Source)
         at order.ejb.ConfigBean.createData(ConfigBean.java:36)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.ejb.containers.interceptors.BeanCallbackInterceptor.intercept(InterceptorManager.java:1006)
         at com.sun.ejb.containers.interceptors.CallbackChainImpl.invokeNext(CallbackChainImpl.java:61)
         at com.sun.ejb.containers.interceptors.CallbackInvocationContext.proceed(CallbackInvocationContext.java:109)
         at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.doCallback(SystemInterceptorProxy.java:133)
         at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.init(SystemInterceptorProxy.java:115)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.ejb.containers.interceptors.CallbackInterceptor.intercept(InterceptorManager.java:961)
         at com.sun.ejb.containers.interceptors.CallbackChainImpl.invokeNext(CallbackChainImpl.java:61)
         at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:390)
         at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:373)
         at com.sun.ejb.containers.AbstractSingletonContainer.createSingletonEJB(AbstractSingletonContainer.java:521)
         ... 38 more
    Caused by: javax.ejb.TransactionRolledbackLocalException: Exception thrown from bean
         at com.sun.ejb.containers.BaseContainer.checkExceptionClientTx(BaseContainer.java:4975)
         at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:4810)
         at com.sun.ejb.containers.StatefulSessionContainer.postInvokeTx(StatefulSessionContainer.java:1656)
         at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:2004)
         ... 62 more
    Caused by: javax.ejb.EJBException: Object: order.entity.Part@63b596 is not a known entity type.
         at order.ejb.RequestBean.createPart(RequestBean.java:53)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.glassfish.ejb.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1056)
         at org.glassfish.ejb.security.application.EJBSecurityManager.invoke(EJBSecurityManager.java:1128)
         at com.sun.ejb.containers.BaseContainer.invokeTargetBeanMethod(BaseContainer.java:4087)
         at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:5272)
         at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:5252)
         at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:190)
         ... 60 moreTo tell you the truth every example of the J2EE tutorials have some problems and can't be run smoothly. I can't run them as is and have to spent time figuring out what went wrong. Can anyone point out what went wrong?
    Thanks.
    Edited by: amishera2006 on Aug 1, 2010 8:26 PM

    Just remembered. The examples in other places like spring/hibernate, GWT, Android all works smoothly as it gets. And they all work exactly as they claim in their documentation. I think those companies give the coders more money than oracle/sun that is why they are not motivated enough to test their stuff before releasing.

  • How to make sales order items appear on the billing due list?

    Dear All,
    We are using SAP CRM 5.0 standalone and we want to use CRM Billing.
    All necessary configuration has been done to enable CRM Billing on sales orders.
    Here is the list of what have been done:
    1. Defined Billing unit and assigned to my sales organization.
    2. Created billing document type for sales order (F2 as standard).
    3. Defined billing item category (TAN as transaction-based billing after complete)
    4. Defined billing item category determination (for trans. type TA, item category TAN, billing item category will be TAN)
    With all the above configuration, when I created a sales order (TA), set the order status to 'completed' and save it, I checked the item status, it is 'completed for billing'. However, when I ran 'Process Billing Due List', nothing has been picked up.
    I checked the order line item, and found that the 'Delivered Qty' field is 0. Could this be the reason? I set the item category TAN billing relevancy to be 'Transaction-based after completion', then it should not care about delivery, right?
    Please provide your input. Thanks so much in advance!
    Regards,
    Leon

    Dear Rekha,
    Thanks for your detailed reply. It seems that all the config points you mentioned in your email have already been covered. However I still don't see anything on my billing due list.
    Here is the list of what have been done:
    1. Defined Billing unit and assigned to my sales organization.
    2. Created billing document type for sales order (F2 as standard).
    3. Defined billing item category (TAN as transaction-based billing after complete)
    4. Defined billing item category determination (for trans. type TA, item category TAN, billing item category will be TAN)
    With all the above configuration, when I created a sales order (TA), set the order status to 'completed' and save it, I checked the item status, it is 'completed for billing'. However, when I ran 'Process Billing Due List', nothing has been picked up.
    I checked the order line item, and found that the 'Delivered Qty' field is 0. Could this be the reason? I set the item category TAN billing relevancy to be 'Transaction-based after completion', then it should not care about delivery, right?
    Please provide your input. Thanks so much in advance!
    Regards,
    Leon

  • How to make sales order entry mandatory in CO01

    Hi,
    I have a scenario where the system should not allow to create production order without the reference of sales order.
    I can achieve this by using transaction code CO08.But in some special cases i have to use CO01 transaction for creation of production order.Will the system prompt for sales order entry through Co01 transaction.
    Regards
    Sreenath

    Hy Sreenath,
    For this you have to use User Exit.
    -  Enhancement when Creating an Order :-
    PPCO0006 Enhancement to predefine fields in order header
    -  Enhancement During Order Release :-
    PPCO0021    Enhancement for Order Release
    Better will be create saprate Order type for such type of requirements and then include that order type in User Exit.
    Regards,
    Dhaval
    Edited by: Dhaval Choksi on Aug 7, 2008 6:12 PM

  • How to make Sales Order Delivery Date show 30days after Posting Date

    I have problem programming the SBO 2005A- Sales Order Delivery Date automatically add 30 days based on Posting Date, in VB.Net.
    Has someone tried it before ?

    Sorry i did not describe clearly.
    I was developing vb.net with SAPBuiCom (UI API).
    When Sales Order screen and the Delivery Date was empty. In my program i need to auto insert the Delivery Date field with 30days after the Posting Date.
    And when user change the posting date, the delivery date will auto refresh.
    KC

  • HOW TO MAKE MATERIAL DESCRIPTION  FIELD IN SALES ORDER AS UNEDITABLE

    how to make the material description field as un editable in sales order , pls help me

    Through Transaction Variant <b>SHD0</b>
    Refer the thread
    /message/4083386#4083386 [original link is broken]
    Message was edited by:
            SHESAGIRI.G

  • How to make all fields mandatory in sales order T- code VA01 initial screen

    Dear all,
    how to make all fields mandatory in sales order T- code VA01 initial screen itself
    The fields are
    Sales Organization
    Distribution Channel
    Division
    Sales Office
    Sales Group
    Regards,
    Amar Reddy

    Hi,
    You can use Transaction Variant to achieve this functionality.Please go through the following link which helps you in creating the same.
    [Link|http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    Regards,
    Phani Prasad

  • How to make "payment terms" not modifiable in sales order

    Hello every 1,
    please help, i want to know:
    how to make "payment terms" not modifiable in a sales order , as we know it comes directly from CMR and client wants "PAYMENT TERMS" to be not modifiable.
    Look forward for your response.
    Thanks in Advance,
    Deepak

    You need to use SHD0 or userexit chnages, like always determine from customer master, if user changes, give message like not modifiable  or ask abaper to make non modifable field

  • How to make a field profit center mandatory in sales order?

    Dear GURUS,
    Please help in getting answer for following question.
    How to make a field profit center mandatory in sales order?
    With Regards
    Sandeep D.

    Hi,
    There are 2 ways to make profit center mandatory
    1.Transaction Variant
    2.Incompletion procedure
    1.Transaction Variant
    Step 1:Goto Tcode shd0 and input transaction as va01 and give name of transaction variant as ( example. zva01 ) and click on create or F5
    Step 2.Then it takes you to sales order screen.Just click on enter untill you see profit center field.
    Step 3.check the box required against profit center.
    Step 4.click on save ( under a package name or as local object ) and exit
    Step 5.Assign transaction variant to your sales order type through tcode v0v8.
    2.Incompletion Procedure
    You can add the field  table-vbap,field- prctr,status-04,check-warning to your existing incompletion procedure Tcode- ova2 assigned to your order type in tcode vov8  and check the box - incomplete messeges for your order type through tcode vov8.
    If incompletion procedure is not assigned to your order type than you have to create a new incompletion procedure and assign it to order type.

Maybe you are looking for

  • ISync is not working

    I can no longer sync my PowerBook G4 to my MobileMe account.  The icon on my menu bar is grey w/ an exclamation point in the middle.  In my Mobile Me system preferences, the Sync button does not work.  When I try to lauch iSync,  get the following er

  • How do i find apps in icloud

    how do i find my apps in icloud

  • Many fonts don't render when Firefox opens local html file

    I'm using a 3rd-party program called Fontlist. It reads all fonts in the Windows fonts folder, and then uses a user-chosen line of text to generate an html file on the hard drive that shows the line of text displayed in each font. Since it's a 3rd-pa

  • IPAD 2 - update to 6.1

    I tried to update my ipad 2 to the new 6.1. It is taking ages...it has been already more then 2 hours stating verifying update. My ipad is not jailbroken or whatever else it is called. I never had any issues with previous updates. Is this normal?

  • IWork 2005 Serial Number problems on MacPro ...

    I installed my registered copy of Keynote and Pages [iWork 05] on a new MacPro. After the initial serial number request each application runs. However subsequent access to either application requires repetitive serial number association. I can't run