Collective PO release

Dear Sir,
I want to release Purchase orders collectively same as collective PR in ME55.
Currently at the time of tcode ME28 (Collective PO Release) ,system shows all the release documents with reference to any release code. In that we have to check release indicator seprately in each po for releasing the document.
Actually the requirement is to release the PO collectively same as ME55 works for PR ( Select All and Release ).
Thanks
Pruthvish

Dear Sir,
I have given all the answers and solutions to the business available in standard SAP. But business must want to have release stratagy in Purchase order and at the same time don't want to use the staratagy by mass release the PO (select all and release).
How can I make it possible. Can u please suggest me any idea?
Thanks
Pruthvish

Similar Messages

  • Garbage Collection not releasing memory properly

    Hello, In my web application memory is not releasing properly, after some point of time application throw out of memory error, we are using tomcat5, jdk5, my heap size is half of the RAM.Garbage Collection not releasing memory properly.

    sabre150 wrote:
    punter wrote:
    georgemc wrote:
    Yep. Couldn't be a problem with your code, it must be that garbage collection doesn't work and nobody else noticed. Raise a bug with Sun.Are you serious ?You need to replace your sarcasm detector.I have blowed my sarcasm meter and limping in the blindness !!!! :(

  • Collective release of service entry sheet

    Hi,
    i kindly request you all for expert opinion on this.
    i have one service PO with two line tems.
    at the time of service entry sheet, this will create two documents for each line item. so here authorized person has to approve both the documents seperately. v have four level approval process.
    so here user is saying that if v have 500 line items than this will create 500 documents than this will be big job for  a top management. so is it possible to solve this problem???
    so plz guide me on this.
    thanks
    h shah

    HI,
    ML85 - Collective SES release. Give the release code and all the SES will be displayed and you can release it.
    Try it.
    Thanks & Regards,
    Kiran

  • How to release panelbinding correctly?

    Hi guys, i have a master-detail from linked to the main form through an item menu.
    When i close the master-detail form i perform the following operations:
    panelBinding.release(DCDataControl.REL_VIEW_REFS);
    panelBinding.getBindingContext().remove(panelBinding.getName());
    this.dispose();
    Is it correct?
    I'm asking this because if I open the master-detail form more then once i have the following error:
    oracle.jbo.JboException) 35001
    thank you,
    angelo

    When you close a multi-panel form be sure to release all bound panels.
    I do it this way:
    In all my forms I have:
    1) a method to create the bindings
    private DCBindingContainer createBindingContainer(String packageName, String panelModelName)
    2) a collection of all bound panels, to make it easier all my panels extends an Abtract class with at least following methods:
    public void setBindingContainer(DCBindingContainer ctr) throws Exception
    public void panelReleaseViews()
    3) when closing my form I loop through my collection, cast to my Abstract class and call the release method.
    Each sub component must implement the release panel method to release ALL its panels (there could more > 1)
    Details:
    in calling form:
    private DCBindingContainer createBindingContainer(String packageName, String panelModelName)
    StringBuffer sb = new StringBuffer(packageName);
    sb.append(".");
    sb.append(panelModelName);
    DCBindingContainerDef bcdef = DCBindingContainerDef.findDefObject(sb.toString()); //NOTE THE NAME.
    if (bcdef == null)
    throw new JboException("System error, "+getClass().getName()+".createBindingContainer, DCBindingContainerDef: "+sb.toString()+" not found");
    DCBindingContainer bc = bcdef.createBindingContainer(panelBinding.getBindingContext());
    bc.setName(panelModelName);
    panelBinding.getBindingContext().put(panelModelName, bc);
    return bc;
    In Abstract class:
    public void setBindingContainer(DCBindingContainer ctr) throws Exception
    panelBinding = (JUPanelBinding)ctr;
    if (panelBinding == null)
    throw new JboException("System error "+getClass().getName()+".setBindingContainer, Panel Binding is null");
    else
    if (ctr.getBindingContext() == null)
    throw new JboException("System error "+getClass().getName()+".setBindingContainer, Binding Context is null");
    setBindingContext(ctr.getBindingContext());
    // override this method if more panels to release in called panel
    public void panelReleaseViews()
    if (panelBinding != null)
    panelBinding.release(DCDataControl.REL_VIEW_REFS);
    System.out.println(getClass().getName()+".releaseBeforeClosing(), panelBinding.getName(): "+panelBinding.getName());
    panelBinding.getBindingContext().remove(panelBinding.getName());
    Example of call:
    PACKAGE_NAME = static String defined in class
    String panelModelName = "PanelFileTypeVO1UIModel";
    DCBindingContainer bc = this.createBindingContainer(PACKAGE_NAME,panelModelName);
    PanelFileTypeVO1 panelFileTypeVO1 = new PanelFileTypeVO1();
    panelFileTypeVO1.setBindingContainer(bc);
    // panelFileTypeVO1.setBindingContext(panelBinding.getBindingContext());
    panelFileTypeVO1.revalidate();
    add panel to collection
    To release:
    Iterate obver your collection, cast to Abstract class and call panelReleaseViews()
    Regards
    Fred

  • Abort Released BEx Transport

    Hi all,
    I made a mistake when I want to transport my ODS and infosource to production from Development by clicking the BEx transport. I realized that I made a mistake is when I try to open Query designer in development. it give me an error "BEx transport request '' is not available or not suitable". anybody know how to solve this problem without overwrite the query in production?
    thank you in advance

    Hi,
      The query will not be overwritten till the released request is imported to prod. If imported it will overwrite with the changes. If released but not imported to prod you can collect the ODS and Infosource in a new request from transport connection (manual collection) and release the request. If the request is already imported to prod just collect the query in a new request and revert the changes and transport it again.
    Check the possibilities.....

  • FSCM Collection Management

    I am working on FSCM Collection Management. i am working on BW report and  I need to display sum of all worklists for each priority level per collection specialist and total work lists of all priority levels per collection specialist.   *I need to know SAP Table ,Struct and Field for total number of worklist .

    Hello,
    There a l list of UDM tables which might help you. Please check the following list :
    UDM_WL_ITEM                             Worklist Item
    UDM_WL_ITEM_D                        Valuation Details for Worklist Items
    UDM_WL_ITEM_DEL                    Deleted Worklist Entries
    UDM_WL_LAST_GRP                  Last Grouping of Collection Groups
    UDM_WL_LAST_ITEM                  Collection Specialist's Items
    UDM_WL_LAST_RUN                  Collection Specialist's Runs
    UDM_WL_RUN_ID                        Collection Segments Released from Worklist
    You may take relevant data from the above tables. I hope this should be useful.
    Thanks and regards,
    Suresh Jayanthi.

  • The Table.Column does not exist on the rowset

    Hi I have the following issue:
    I keep getting a message in Power BI Designer Preview that states:
    The 'collections.Name' column does not exist in the rowset.
    I have a MySQL DB connected to an Access DB and then I've created and saved a query within Access.
    Then I'm bringig in this query into Power BI Designer. To note, I can see my 1 row of data in the Query view of Power BI Designer but my error appears when I goto report after it tries to load the data into the model
    the MySQL Statement looks like this:
    SELECT orders.TRUNKSHOWID,
           orders.ID,
           orders.DATEENTERED,
           orders_products.NUMBER,
           orders_products.SIZE,
           orders_products.DESCRIPTION,
           products_categories.NAME AS Cat1,
           products_categories_1.NAME AS Cat2,
           collections.NAME,
           Releases.Name,
           orders_products.PRICE,
           orders_products.DISCOUNT,
           orders_products.TYPE,
           products.WHOLESALECOST,
           orders.FIRSTNAME,
           orders.LASTNAME,
           orders.ADDRESS,
           orders.ADDRESS2,
           orders.CITY,
           orders.STATE,
           orders.ZIP,
           orders.COUNTY,
           orders.COUNTRY,
           orders.PHONE,
           orders.EMAIL,
           orders.BILL_FIRSTNAME,
           orders.BILL_LASTNAME,
           orders.BILL_ADDRESS,
           orders.BILL_ADDRESS2,
           orders.BILL_CITY,
           orders.BILL_STATE,
           orders.BILL_ZIP,
           orders.BILL_COUNTRY,
           trunkshows.TRUNKKEEPERID
    FROM trunkshows
    INNER JOIN (Releases
                INNER JOIN ((((products
                               INNER JOIN (orders_products
                                           INNER JOIN orders ON orders_products.ORDERID = orders.ID) ON products.ID = orders_products.PRODUCTID)
                              INNER JOIN products_categories ON products.CATEGORYID = products_categories.ID)
                             INNER JOIN products_categories AS products_categories_1 ON products.CATEGORYID2 = products_categories_1.ID)
                            INNER JOIN collections ON products.COLLECTIONSID = collections.ID) ON Releases.ID = products.ReleasesID) ON trunkshows.ID = orders.TRUNKSHOWID

    Hi
    When you create a workbook in DEV, you will be assigning a query for that workbook
    When you transport workbook from DEV to QA,the assigned workbook comes along with it
    When you transport only query from DEV to QA, there are certain technical elements called query elements which may not have transported properly
    To avoid this inconsistency between DEV and QA,it is advisable you transport the workbook again....Create new workbook in DEV, assign a query, transport the workbook to QA
    Regards
    N Ganesh

  • HT5271 was this update for mac using 10.5.8

    i have been using the internet at work to access the web, (no problem)...I use safari 5.0.6 to connect with my aol account to get my mail, (no problem...until maybe about 3 weeks ago, safari will no long get mail from aol.  I  tried to send some files to someone else, and it may have been to large for the aol account.
    Now i can't get mail or send mail form safari, i must go to the website aol, to retrieve any mail.  I've tried setting up a new account using the instructions that aol provided for imap, didn't work.  I am constantly getting drafts that are repeating themselves...and i can't get rid of them by trash, or delete.  i was 29 pages. the message i receive is the following......SOME ACTIONS TAKEN WHILE THE AOL WAS OFFLINE COULD NOT BE COMPLETED ONLINE.  MAIL HAS UNDONE ACTIONS ON SOME MESSAGES SO THAT YOU CAN REDO ACTIONS ONLINE.  MAIL HAS SAVED THE OTHER MESSAGES IN MAILBOX ON MY MAC AND IN MY MAC SO THAT YOU CAN COMPLETE THE ACTIONS ONLINE.     ADDITIONAL IINFO....The connection on the server imap.aol.com on port 993 has timed out............I would like to be able to get rid of the email i was trying to send with the large files......can anyone help me......This is the first time i have been on this site with a question....so for those of you who know more than me, i respectfully say THANK YOU IN ADVANCE.

    if I don't find a better solution I'll try your 2nd option but what do you mean by "combo" update?
    My understanding is to simply insert the OS 10.5 installation CD, reinstall the OS and the just keep updating it via the OS SSoftware update panel and stop untill I see the scary Java 8 update. Is that what you meant?
    While you can do it that way, the combo update picks up operating system updates through a collection of releases. When dealing with operating system upgrades, I've found using the combo updates to be more reliable than Software Update, as sometimes Software Update doesn't apply updates correctly, and weird things can happen. Doesn't happen often though, thankfully.
    So the OS X 10.5.5 Combo update contains all updates between 10.5.0 and 10.5. The 10.5.8 combo update contains the updates from 10.5 thru 10.8. Here are the updates:
    10.5 combo update: http://support.apple.com/kb/DL692
    10.8 combo update: http://support.apple.com/kb/DL866
    If you go down the combo path, repair permissions before and after doing each update. Then do Software Update for any other non-OS X updates, and don't apply the Java Update 8.

  • Missing Part list for Plant to Plant Purchase order

    Hi,
          I need the following requirement in CO24,
          In CO24 its shows the missing parts for Sales order, similarly we want the missing parts list for Plant to Plant Purchase order in the same report. Also the report,
    1.It  should not consider the Planned order for a sales order.
    2.It should not consider the planned order which can be convert into purchase requisition.
    3.The procurement type should be "E" or "X".
    Kindly guide me is there any standard layout changes in available or any development we have to do.
    Thanks
    Muthamil Murugan.G

    Hi Purushothaman,
    If you have the following settings in OPJK:
    Plant                 XXXX
    Order Type       XXXX
    Availability Check    2
    [X]Status Check
    [X]Check material availability when saving order (may not need)
    Checking Rule        PP PP checking rule
    Component Check Type    ATP check
    Release material     2  Release permitted despite missing parts
    Then in COHV you try to mass release the order with the following parameter:
    List: Order Header
    Selection: Your selection criteria
    Mass processing:
    Function: Release
    Max. No.of Processes 99
    Save Log: Always
    Release control order: Collective Order Release
    Then after the order is released, you can find the missing part list of that order in CO03 menu path:
    Goto->Missing Parts->Missing parts list
    Hope it helps.
    Regards,
    Rachel

  • Multi-Mapping without BPM (Multiples IDoc To one EDI output?)

    Hi all,
    We are currently working for a client that want us to create, based on a multiple IDoc (an idoc that contains data of more than one idoc) only one output
    Meaning that we have to do a mapping that based in this multiple input generates only one output that cointains all that data in only one flat file
    example:
    Idoc: PERX2002.PAYTEXT generates an EDI 820 with this structure:
    LIST
    /S_ISA (first input)
    /S_ISA (second input)
    At this moment we tried to use "Collect IDoc" option in SAP, and as seen in other blogs we changed the ocurrency of the message mapping to "0.unbounded", but when we release several idocs (WE14) we only get multiples output files (3 idoc collected and released give us 3 different edi files) instead only one edi file with all the data gathered together as ISA segments
    In this required process possible???
    Thanks in advance

    As you can see in the following pics..
    http://img201.imageshack.us/img201/8352/process1xz1.jpg
    http://img244.imageshack.us/img244/4954/processvc9.jpg
    i already made those changes, the multi-mapping is set, and also the option for collecting the IDocs and the "enhanced" option in the Integration Directory, but when i release all the idocs i still get multiple outputs (2 files), instead one file with all the gathered data
    Could someone tell me if  i'm missing some step?
    Thanks for your time
    Edited by: Alexis Alanis on Jan 7, 2008 7:24 PM

  • Need help for connecting Ms Acces with java Swing in Mac OS

    Hi all,
    i need to connect to Ms Access in MAc os through my java swing program.
    Is it possible for accessing Ms access through dsn in Mac OS.
    If Possible which driver shall i use for Establishing Connection with MS Access in Mac OS.
    Suggestion is needed urgently.
    Can anybody help me out regarding this..
    Thanks in advance.
    Regards,
    sreand

    if I don't find a better solution I'll try your 2nd option but what do you mean by "combo" update?
    My understanding is to simply insert the OS 10.5 installation CD, reinstall the OS and the just keep updating it via the OS SSoftware update panel and stop untill I see the scary Java 8 update. Is that what you meant?
    While you can do it that way, the combo update picks up operating system updates through a collection of releases. When dealing with operating system upgrades, I've found using the combo updates to be more reliable than Software Update, as sometimes Software Update doesn't apply updates correctly, and weird things can happen. Doesn't happen often though, thankfully.
    So the OS X 10.5.5 Combo update contains all updates between 10.5.0 and 10.5. The 10.5.8 combo update contains the updates from 10.5 thru 10.8. Here are the updates:
    10.5 combo update: http://support.apple.com/kb/DL692
    10.8 combo update: http://support.apple.com/kb/DL866
    If you go down the combo path, repair permissions before and after doing each update. Then do Software Update for any other non-OS X updates, and don't apply the Java Update 8.

  • About apache tomcat

    i want to download the tomcat to setup a webserver so that i can place some JSP pages there
    i went to this site
    http://jakarta.apache.org/site/binindex.cgi
    but i really had no idea which one i should download.......
    after reading some of the FAQ there, i only know release builds are more stable....
    by the way, what are these?? what keys???tomcat seems so complicated.......
    BCEL KEYS
    5.1 zip PGP MD5
    5.1 tar.gz PGP MD5
    Cactus KEYS
    1.6.1 zip for J2EE API 1.2 PGP MD5
    1.6.1 zip for J2EE API 1.3 PGP MD5
    Commons Attributes KEYS
    2.1 zip PGP MD5
    2.1 tgz PGP MD5
    Commons Beanutils KEYS
    1.7.0 zip PGP MD5
    1.7.0 tar.gz PGP MD5
    Commons Betwixt KEYS
    0.6 zip PGP MD5
    0.6 tar.gz PGP MD5
    Commons CLI unsigned
    1.0 zip PGP MD5
    1.0 tar.gz PGP MD5
    Commons Codec KEYS
    1.3 zip PGP MD5
    1.3 tar.gz PGP MD5
    Commons Collections KEYS Release notes
    3.1 zip PGP MD5
    3.1 tar.gz PGP MD5
    Version 2.1.1 Release notes
    2.1.1 zip PGP MD5
    2.1.1 tar.gz PGP MD5
    Commons Configuration KEYS Changes Report
    1.0 jar PGP MD5
    1.0 tar.gz PGP MD5
    1.0 zip PGP MD5
    Commons Daemon KEYS
    1.0 tar.gz PGP MD5
    Commons DbUtils KEYS
    1.0 zip PGP MD5
    1.0 tar.gz PGP MD5
    Commons Digester KEYS
    1.6 zip PGP MD5
    1.6 tar.gz PGP MD5
    Commons DBCP KEYS
    1.2.1 zip PGP MD5
    1.2.1 tar.gz PGP MD5
    Commons Discovery KEYS
    0.2 zip PGP MD5
    0.2 tar.gz PGP MD5
    Commons EL KEYS
    1.0 zip PGP MD5
    1.0 tar.gz PGP MD5
    Commons FileUpload KEYS
    1.0 zip PGP MD5
    1.0 tar.gz PGP MD5
    Commons HttpClient KEYS
    3.0 Alpha 2 zip PGP MD5
    3.0 Alpha 2 tar.gz PGP MD5
    2.0.2 zip PGP MD5
    2.0.2 tar.gz PGP MD5
    Commons IO KEYS
    1.0 zip PGP MD5
    1.0 tar.gz PGP MD5
    Commons JEXL. KEYS
    JEXL 1.0 zip PGP
    JEXL 1.0 tar.gz PGP
    Commons JXPath KEYS
    1.2 zip PGP MD5
    1.2 tar.gz PGP MD5
    Commons Lang KEYS
    2.0 zip PGP MD5
    2.0 tar.gz PGP MD5
    Commons Launcher KEYS
    1.1 zip PGP MD5
    1.1 tar.gz PGP MD5
    1.1 example zip PGP MD5
    1.1 example tar.gz PGP MD5
    Commons Logging KEYS
    1.0.4 zip PGP MD5
    1.0.4 tar.gz PGP MD5
    Commons Latka KEYS
    1.0 Alpha 1 PGP MD5
    Commons Modeler KEYS
    1.1 zip PGP MD5
    1.1 tar.gz PGP MD5
    Commons Net KEYS
    1.2.2 zip PGP MD5
    1.2.2 tar.gz PGP MD5
    Commons Pool KEYS
    1.2 zip PGP MD5
    1.2 tar.gz PGP MD5
    Commons Primitives KEYS
    1.0 zip PGP MD5
    1.0 tar.gz PGP MD5
    Commons Validator KEYS
    1.1.3 zip PGP MD5
    1.1.3 tar.gz PGP MD5
    ECS KEYS
    1.4.2 zip PGP MD5
    1.4.2 tar.gz PGP MD5
    HiveMind KEYS
    1.0 zip PGP MD5
    1.0 tar.gz PGP MD5
    1.0-docs tar.gz PGP MD5
    Note: HiveMind uses a combined binary/source distribution, with documentation as a seperate download.
    Jetspeed KEYS
    1.5 zipped war PGP MD5
    JMeter KEYS
    2.0.1 zip (PGP MD5)
    2.0.1 tgz (PGP MD5)
    Log4j KEYS
    1.2.8 zip PGP MD5
    1.2.8 tar.gz PGP MD5
    Lucene KEYS
    1.4 zip PGP MD5
    1.4 tar.gz PGP MD5
    ORO KEYS
    2.0.8 zip PGP MD5
    2.0.8 tar.gz PGP MD5
    POI KEYS
    2.5.1 zip PGP MD5
    2.5.1 tar.gz PGP MD5
    RegExp KEYS
    1.3 zip PGP MD5
    1.3 tar.gz PGP MD5
    Slide KEYS
    2.0 client tar.gz PGP MD5
    2.0 client zip PGP MD5
    2.0 server zip PGP MD5
    2.0 server tar.gz PGP MD5
    2.0 server Tomcat 5 bundle zip PGP MD5
    2.0 server Tomcat 5 bundle tar.gz PGP MD5
    2.0 server Tomcat 4 bundle zip PGP MD5
    2.0 server Tomcat 4 bundle tar.gz PGP MD5
    For Apache Struts, please see the project acquiring page.
    Taglibs KEYS
    Library Releases
    Tapestry 3.0.1 KEYS
    3.0.1 zip PGP MD5
    3.0.1 tar.gz PGP MD5
    Tomcat 3 KEYS
    3.3.2 zip PGP MD5
    3.3.2 tar.gz PGP MD5
    Tomcat 4.1.31 KEYS
    4.1.31 zip PGP MD5
    4.1.31 tar.gz PGP MD5
    4.1.31 exe PGP MD5
    Tomcat 5.5.3-beta
    KEYS
    README (contains packaging information)
    5.5.3-beta tar.gz PGP MD5
    5.5.3-beta zip PGP MD5
    5.5.3-beta exe PGP MD5
    5.5.3-beta Deployer zip PGP MD5
    5.5.3-beta Deployer tar.gz PGP MD5
    5.5.3-beta Embed zip PGP MD5
    5.5.3-beta Embed tar.gz PGP MD5
    5.5.3-beta Admin zip PGP MD5
    5.5.3-beta Admin tar.gz PGP MD5
    5.5.3-beta Compat zip PGP MD5
    5.5.3-beta Compat tar.gz PGP MD5
    Tomcat 5.0.29-beta KEYS
    5.0.29-beta tar.gz PGP MD5
    5.0.29-beta zip PGP MD5
    5.0.29-beta exe PGP MD5
    5.0.29-beta Deployer zip PGP MD5
    5.0.29-beta Deployer tar.gz PGP MD5
    5.0.29-beta Embed zip PGP MD5
    5.0.29-beta Embed tar.gz PGP MD5
    Tomcat 5.0.28 KEYS
    5.0.28 tar.gz PGP MD5
    5.0.28 zip PGP MD5
    5.0.28 exe PGP MD5
    5.0.28 Deployer zip PGP MD5
    5.0.28 Deployer tar.gz PGP MD5
    5.0.28 Embed zip PGP MD5
    5.0.28 Embed tar.gz PGP MD5
    Tomcat Web Server Connectors (including mod_jk, mod_jk2, and mod_webapp (the deprecated WARP connector)) KEYS
    JK 1.2
    JK 1.2 Binary Releases
    JK 2
    JK 2 Binary Releases
    Turbine KEYS
    turbine-2.3.jar for JDK 1.3.1 PGP MD5
    turbine-2.3.jar for JDK 1.4.2 PGP MD5
    Velocity KEYS
    1.4 zip PGP MD5
    1.4 tar.gz PGP MD5
    Velocity Tools KEYS
    1.1 zip PGP MD5
    1.1 tar.gz PGP MD5

    In the Tomcat section, there are a bunch of links to various file formats for each version. Pick the version you want, then click on the file format you would like to use. You don't have to worry about the keys.

  • Solaris 10 x86 Version

    So, when is Adobe going to get their heads out of their collective ***** and release FM for Unix again (Solaris and Mac)?  I grew up with FM under Unix (way back to version 2).  The Solaris sparc 5.5 version is way out-of-date.
    There are several of us here at work that would rather use the Solaris x86 version, as our primary computer is Solaris 10 x86.
    As pointed out by others in other discussions, Adobe has mishandled FrameMaker after purchasing it.
    IMHO, Adobe has managed to screw up not only FM, but other core products.

    I have a pc with cdrom and a netra T1 without cdrom.
    Wondering if I can use solaris x86 pc to jumpstart
    netra T1(sparc). I heard linux can jumpstart solaris
    sparc.You can. The only problem is that it is difficult to read the information from the SPARC CD set (due to the differences in x86 and SPARC UFS filesystems).
    If you have the SPARC DVD (or even just the DVD .iso), then it's easier. The same information is replicated so that it is easier to copy onto x86.
    Since you only have CD drives, I'd recommend copying the DVD image to the machine, then using lofiadm to mount it up.
    Once mounted, it's the same thing as on SPARC, just run the setup_install_server and add_install_client stuff.
    Darren

  • Issue in Transport

    Hello Experts,
    I have deleted some of the process chains from dev which are not used in QA and prod. While deleting the process chains, it prompted me for a transport request. I have used the same transport for the variants of the process chain as well. So now when I released the transport request, it failed.
    Ended with return code:  ===> 8 <===
    We suspect that it failed due to the reason that we colleted the process chains and it's variants in the same transport. So now I want to make them seperate i.e. Process chain in one transport and it's variant in another transport.
    How can I do it as I have already deleted them. Is there a way to achieve this.
    Please suggest
    Sunil

    Hi Sunil,
    Once we collect the deleted objects in a requests,we will not be able to recollect them again,we need to be more carefull while collecting and releasing them....
    If can check the Log in detail for the failure of transport then we can judge the cause.
    Also please check for the process chains in Quality,if they are still in quality or have they been deleted.I hope there was a one to one mapping or matching between PCs in Dev and PCs in Quality,such that no PCs were created or Changed on Quality.
    Rgds
    SVU123

  • ASCP Instance setup - DB LInk Creation in decentralized configuration

    I came across this question on setting up the APS for decentralized configuration and really couldn't find why? The question was why do we need to create two DB links (One in Source for destination db and other one in destination for source db) and can we setup ASCP instance by creating only one DB Link, either at destination or at source?
    Thanks
    Madhavi

    Hello,
    The reason for this is that there is 2 way communication for the planning products.
    On the planning instance the dblink is required when you run collections and release recommendations from the workbench (amongst other actions)
    on the source, when you perform for instance an ATP inquiry, data is being read from the aps instance.
    This is the design of ASCP. Both links are required.
    regards
    Geert

Maybe you are looking for

  • Imap - Save a copy in a Folder with Chinese character

    I want to use my Chinese QQ mail account with thunderbird. All directories are named in Chinese. Meaning, that when I use IMAP, Thunderbird can't save a copy in there. Within the settings it won't display the directories I'd see in the webmail versio

  • RAC - NON RAC ebiz clone

    The title says it all... We are running eBusiness Suite 11.5.10.2 in Production on RAC 10gR2 (red hat linux, split application and database tiers). Is there a tried, tested and reliable way to clone from the Production RAC environment to a developmen

  • Formating Bold Table Borders in a report template

    I'm using the Alternating-Color-Rows template in my reports. Is it possible to group columns together using thicker table borders after specific columns. How would you set this up in the template? e.g. | | || | | || | | || | | || | | || | | || | | ||

  • Leopard refuses to boot

    My first problem ever with a major Mac OS update: Installed Leopard on my external LaCie hard drive, to give it a test drive before putting it on my internal. I am on a G5 Dual 2.3ghz with 4gb RAM and whenever I try and boot from the external I just

  • Using Oracle EM 11g with Active Data Guard 11g

    Has anyone installed Active Data Guard 11g with OEM 11g for an active-active state or know if there are any installation procedures with these two products? We will be installing these products this year. Thanks, Cathy