Generating Collective PO

HI,
I would like to generate Collective PO. I tried creating STO and SO and using based on these I was trying to generate Coll PO. But it give error message "No documents Found".
I tried and check the setting of Dist. Profile at Article Master and Site Master.
Can any one suggest where am going wrong or possible setting that I need to check for Coll PO.
Tx. JM

Hi Dilip,
Please find my answers to your Question.
The replenishment of stock is happening from store to DC.
Check the following Master data.
1>Check store/Site category from SITE admin data( Header data) u2026u2026u2026if the value is B then it is DC.
The SIte Category is A - Store
The next step
1.Maintain source of supply as 2 for DC view of article master -
Here the Supply source of Lod DC View is maintained as 1(Standard) and Log Store is maintained as 2 (Stock Transfer)
2.Also check the supply sites info form site master. -
Supplying site is maintained in the store master.
Still I am not Able to fix the issue.
This Time what i noticed is when i try to create a collective PO in WF10 with Sesonal Procurement radio button selected iam getting the following application Log.
The Application Log is as follows,
Customizing for scheduling could not be determined
Scheduling failed: vendor 100005, site 2000, article 14, date
The items were not copied due to the scheduling error
When i select the Classic Radio button the system displays only one Sales order in the work list. It is Not considering any STO's to the DC from the stores.
Kindly Help.
Regards,
Madhan Raj. C
Thanks
Dilip

Similar Messages

  • Jpub generated collections and SLOW RETRIEVAL

    Oracle 8.1.6 EE
    SQLJ/JDBC 8.1.7
    I use jpub to generate oracle specific usertypes (i.e) -usertypes=oracle. All the classes generate fine and I can use them in my code. The problem is that when I try to use the getArray() or getElement() methods from the generated collection class, it is REALLY SLOW. On the order of two minutes to retrieve 30 records. Using a test harness in SQLPLUS the retrieval is fast. On the order of milliseconds.
    I call a stored procedure that returns the array of objects.
    The object looks like this ...
    CREATE OR REPLACE TYPE account_item AS OBJECT
    id number,
    name varchar2(200),
    tag_id varchar2(50),
    state varchar2(20),
    zip varchar2(20),
    primary_contact varchar2(200),
    phone varchar2(20),
    status varchar2(50),
    broker varchar(200)
    The collection type looks like ...
    CREATE OR REPLACE TYPE account_item_list AS TABLE OF account_item
    Does anyone from the jdbc/sql group have any idea why this would be happening ??
    Thanks.
    Joe
    null

    Ad (1): No idea. Retrieving 9 records each with a nested table of 30 items is practically instantaneous. (Using 9.0.1 client and server and OCI.) Are you using thin or OCI JDBC? Maybe there is an issue connecting between an 8.1.7 client and a 8.1.6 server? (The 8.1.6 JPub runtime had bad performance. 8.1.7 is much improved and should be about equal with 9.0.1.)
    Ad (2): With the SQL definitions of account_item and account_item_list and the following table in the scott/tiger schema:
    create table accounts (id number, account account_item_list)
    nested table account store as accounts_nested_table;
    you can run JPublisher as follows:
    jpub -user=scott/tiger -sql=account_item:AccountItem,account_item_list:AccountItemList
    Then use the following program TestAccount.sqlj (can't resist SQLJ here):
    import java.sql.SQLException;
    import oracle.sqlj.runtime.Oracle;
    import sqlj.runtime.ResultSetIterator;
    public class TestAccount
    { #sql public static iterator Iter (int id, AccountItemList account);
    public static void main(String[] args) throws SQLException
    { Oracle.connect("jdbc:oracle:oci:@","scott","tiger");
    Iter it;
    #sql it = { select id, account from accounts };
    while (it.next())
    printList(it.id(), it.account().getArray());
    it.close(); Oracle.close();
    private static void printList(int id, AccountItem[] items) throws SQLException
    { System.out.print("List "+id+" [");
    for (int i=0; i<items.length; i++)
    { System.out.print(items[i].getId());
    if (i < items.length-1 ) System.out.print(",");
    System.out.println("]");
    Compile everything with:
    sqlj *.java *.sqlj
    And then run:
    java TestAccount

  • JAXB generated collection ickyness

    Is there a way when generating JAXB beans from an XSD to direct it to use java.util collections of beans directly instead of creating custom container classes? There are various JAXB XSD extensions that can dictate some differences to the generated beans and there are some JAXB plugins too but I can't see anything that does this.
    More details:
    If I take a nice class looking something like the following:
    class Foo {
       List<Bar> getBars() ...
    class Bar {
    // Usage: List<Bar> bars = foo.getBars();Generate an XSD from it and then generate JAXB beans from that XSD I'll end up with something pretty much like:
    class Foo {
       // Ew!
       Bars getBars() ...
    class Bars {
       // Yuk!
       List<Bar> getBar() ...
    class Bar {
    // Usage: List<Bar> bars = foo.getBars().getBar();Pretty nasty. That Bars class obviously gets generated as a place in which to stash the properties that might be in the <bars> element of the XML (which will look something like:
    <foo>
      <bars> <!-- This element might have properties -->
        <bar>...<bar>
        <bar>...<bar>
        <bar>...<bar>
      </bars>
    </foo>Now in the real world scenario I'm actually starting from an XSD but the problem is the same - I want to generate beans from it, I know that the container element won't have any properties and so I want the container to be a plain old list.
    Obivously I could make some of the problems go away by starting from annotated Java source files and generating the XSD but that would create its own can of snakes that I'm not going to pry into.
    Any ideas?
    Edited by: dcminter on Apr 4, 2012 4:25 PM

    nlpappu,
    I suggest posting the entire error message and stack trace you are getting, as well as the section of your code that is causing the error.
    It may also be helpful if you mentioned the Oracle database version, java version and platform you are using.
    I assume you are using SUN's reference implementation (RI) for JAXB, correct?
    Good Luck,
    Avi.

  • System generated Collective number in Quotation.

    Hi All,
    Is there any possibility or a way to have the collective number in quotation generated automatically.
    Edited by: vamsi k on Sep 30, 2010 10:40 PM
    Edited by: vamsi k on Sep 30, 2010 10:41 PM

    Hi
    IF it is BDC and if you are using Call Transaction then use like below.
        CALL TRANSACTION 'XXXX' USING GT_BDCDATA
                         MODE   GD_DISMODE
                         UPDATE GD_UPDMODE
                         MESSAGES INTO GT_MESSTAB.
        IF SY-SUBRC <> 0.
          LOOP AT GT_MESSTAB .
            SELECT SINGLE TEXT FROM T100 INTO GD_TEXT WHERE SPRSL = 'E' AND ARBGB = GT_MESSTAB-MSGID AND MSGNR = GT_MESSTAB-MSGNR.
            REPLACE FIRST OCCURRENCE OF '&' IN GD_TEXT WITH GT_MESSTAB-MSGV1.
            REPLACE FIRST OCCURRENCE OF '&' IN GD_TEXT WITH GT_MESSTAB-MSGV2.
            REPLACE FIRST OCCURRENCE OF '&' IN GD_TEXT WITH GT_MESSTAB-MSGV3.
          ENDLOOP.
    Regards,
    Vijay V

  • Merchandise Distribution Collective PO with SLS - Minimum Order Value

    Hi,
    My organisation is using Merchandise Distribution with SLS to generate collective PO's at our consolidation platforms before generating either STO's or PO to the supply source.
    We're utilising Cross Dock and Flow Through to support our processes but in the case of Cross Dock, we're essentially asking the supply source to pick/pack the stock for the final recipient, therefore it can be quite an expensive process for the supply source (but clearly not for us).
    Before we implemented this the supply source used to simply receive orders directly from the store and within this process we applied Minimum Order Values, as per my previous statement it can be expensive and picking a couple of small items for one store and having to put them on a pallet is not economical for them in either warehousing or transportation.
    I'm looking for some broad suggestions on how this could be achieved whilst utilising collective orders.
    Our store STO's generated by MRP (and soon enough F&R) are large STO's that are not truly supply source specific, they are consolidation platform specific and the collective orders generated off the back of them are supply source specific.
    The key issue i see is that we're asking for a select group of lines within the store STO to meet an MOV of the vendor OR that we somehow ensure that the store STO's are supply source specific and then enforce some MOV logic.
    Obviously this isn't standard but it's causing our organisation big supply issues, so any thoughts or advice would be fantastic.
    Many thanks

    Hi ,
      You can not do directly in ME59N. Check for user exit for this t code.
    Thanks,
    Venkat

  • Is collection detection for caldav in the works for the lightning extension? Issue with lightning integration with multiple collections.

    Hello, i currently have a server running davical which serves my users' calendars, currently users which wish to use thunderbird and do not want to use the web interface for calendaring (and wish to use lightning instead) have to add each collection seperately, rather than just provide the base URL of their calendar info.
    So instead on most calendar clients putting this as the calendar address:
    davical_base_url/caldav.php/username/
    and be done with it, they have to go through the new calendar wizard for each calendar/todo collection, and cannot easily create collections from within the lightning user interface, instead have to resort to either the calendar interface or the davical server interface to create/manage collections. They also have to figure out what the names of the collections are under davical, automatically generated collections have a large UID name instead of the example collection names. I.e. they have to add a bunch of URL's like this individually as calendars:
    davical_base_url/caldav.php/username/work/
    davical_base_url/caldav.php/username/personal/
    davical_base_url/caldav.php/username/worktodo/
    davical_base_url/caldav.php/username/personaltodo/
    davical_base_url/caldav.php/username/8302E5D8-3630-419E-BCFC-A6A144D292C8/
    Are there any workarounds for this or is it in the works? other calendaring applications in the ecosystem haven't had an issue, Android is fine, iOS is fine, CalDavZAP is fine.
    Hopefully someone can help,
    Cheers.

    Hi all,
    Just curious if anyone was able to solve this.
    We experienced the same issue in both NW2004 (SP 20) and NW2004s (SP11).
    Through trial and error, I disabled the portal integration flag, and the InputHelpV2 started working perfectly.  Decided to search SDN this morning to see if anyone else had run across this, and this post was right on the same issue.
    When the portal integration flag is enabled, and you perform the F4 dropdown...your browser seems to hang, and no popup window is displayed until you click in the browser window with your mouse.  Once you click in the window, a tiny small InputHelpV2 window pops up, but it isn't functional (i.e. you can't highlight a row, and click on the check mark without getting an IE error (Access is denied)).
    Best Regards,
    Chris Cassidy

  • Collective invoice

    Dear All,
    As per my client scenario, I am doing collective invoice fortnightly, deliveries which are delivered in b/w 1st to 15th will invoice on 16th and a single invoice document will suppose to be generated.
    In my current system system some time generate collective invoice and some time split the invoice.
    advise the right routine to incorporate in the copying control in b/w delivery to invoice , item category is TAN.
    Regards

    Hi
    Kindly use the belwo settings in the copy control confiiguration VTFL
    Hi
    Please find the settings below in Copy control
    Header level
    Copying requirements----001
    Det export data -
    Blank
    Allocation Number -
    E
    Reference number----
    Blank
    Copy item number -
    Tick
    Item Level (TAN):
    Copying requirements---- 004
    Data VBRK/VBRP -
    000
    Billing quantity
    B
    Pos./neg. quantity
    +
    Pricing type
    C
    PricingExchRate type------Blank
    Price source -
    Blank
    Regards
    Damu

  • Transparent Collection Indirection  ,unexpected behavior

    I use tried to use Transparent Collection with 1-M mapping.
    oracle.toplink.indirection.IndirectList is default workbench generate Collection class , in my test project a Dpartment contain many Employees ,so code fragment in my java project class is
    employeeCollectionMapping.useTransparentCollection();     
         employeeCollectionMapping.useCollectionClass(oracle.toplink.indirection.IndirectList.class);
         employeeCollectionMapping.addTargetForeignKeyFieldName("EMPLOYEE.DEPT_ID", "DEPARTMENT.DEPT_ID");
         descriptor.addMapping(employeeCollectionMapping);
    and in Department Class
    public class Department
         private java.lang.Double deptId;
         private java.lang.String deptName;
         private java.util.Collection employeeCollection= new IndirectList();
    but when I query a Department Toplink alway generate SQL for retrive Employees ..
    What is the importance point for implement Transparent Collection ?
    but, I successfully implement 1-1 Indirection with ValueHolder
    Thank you,
    Kowit Laison

    This definitely should not happen. You should not see the query executed for the relationship until it is accessed. Make sure that you are not accessing the collection by mistake, such as using a set method in the mapping that sends a message to the collection.
    If you are having trouble finding where the collection is being access you can add a SessionEventListener to the session and dump the stack when a query is executed.
    In general you do not need to initialize your variable to the indirect collection, you can just use ArrayList or any other List type.
    >>
    private java.util.Collection employeeCollection= new IndirectList();
    just needprivate java.util.Collection employeeCollection= new ArrrayList();

  • Single invoice against mutiple sales order for a single customer PO

    Hi all,
    Customer provide a single order via EDI per Depot.  When the order is received into SAP these are split into multiple order based on the Production or distrubtion location of the products. The customer will receive a number of deliveries to the depot from the various locations.  Each delivery has his own SAP sales order and delivery note.  This creates mutliple invoice against a single Purchase order sent by the customer.
    We have a requirement from two customers that they only wish to receive a single invoice per depot per day.   This means we need to change the way we currently invoice the customers(no multiple invoices needed).We need to be able to combine multiple deliveries with the same PO to a single invoice.  This would mean that the invoice can't be generated until all the deliveries relating to the single PO have been POD flagged or 7 days  have passed from PO date and invoicing is due.
    how to achieve the above,whether through user exit in billing or data transfer routine in copy control(delivery to billing) or through config and how ??
    regards
    sachin

    For generating collective invoice from deliveries, you can customize the copy control (VTFL) as per your need. Please see the copy requirement 004 and data routine 001.
    Bye
    Ellath

  • Javax.servlet.jsp.JspException: Can't insert page '/common/MenuFiles.jsp' :

    Hi,
    I am using WebLogic 11g.
    In my application am getting following exception in my console
    ####<Jun 4, 2012 2:03:47 AM CDT> <Error> <HTTP> <cuscmas1.hillscte.com> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1338793427049> <BEA-101017> <[ServletContext@2141448872[app:amsatms module:/paws path:/paws spec-version:null]] Root cause of ServletException.
    javax.servlet.jsp.JspException: Can't insert page '/common/MenuFiles.jsp' : Connection reset
    at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.processException(InsertTag.java:956)
    at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:884)
    at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473)
    at jsp_servlet._tdms._common.__tdmspage._jsp__tag1(__tdmspage.java:530)
    at jsp_servlet._tdms._common.__tdmspage._jspService(__tdmspage.java:427)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    Previously I was used OC4J, in that I didnt get any error.
    My MenuFiles.jsp is
    <%@ page import="com.hillspet.atms.common.constants.IATMSConstants" %>
    <%@ page import="com.hillspet.atms.common.constants.AnimalConstants" %>
    <%@ page import="com.hillspet.atms.common.constants.IATMSAccessConstants" %>
    <%@ page import="com.hillspet.atms.collectionkit.util.ICollectionKitConstants" %>
    <%@ page import="com.cte.common.IConstants" %>
    <%@ page import="com.cte.common.dto.UserDTO,com.hillspet.atms.common.util.ATMSUtil" %>
    <%@ page import="java.util.ArrayList" %>
    <%@page import="com.hillspet.ahms.animal.util.IAHMSAccessConstants,com.hillspet.admin.common.util.HillspetUtil, com.hillspet.ahms.animal.dto.AnimalBaseDTO"%>
    <%@page import="com.hillspet.ahms.animal.util.IAHMSAccessConstants,com.hillspet.admin.common.util.HillspetUtil, com.hillspet.ahms.animal.dto.AnimalBaseDTO"%>
    <%@ page import="com.cte.common.dto.UserDTO, com.cte.common.IConstants,     com.hillspet.admin.common.util.HillspetUtil, java.util.ArrayList, com.cte.common.ums.dto.RoleListEntryDTO,java.util.Arrays,java.util.Collections"%>
    <%@page import="com.hillspet.tdms.common.util.ITLMSAccessConstants,com.hillspet.admin.common.util.HillspetUtil"%>
    <%
    boolean isInternal = false;
    if(session.getAttribute("ANIMAL_BASE_DTO")!=null ){
         AnimalBaseDTO animalSummaryDetailsDTO = (AnimalBaseDTO) session.getAttribute("ANIMAL_BASE_DTO");
         if(animalSummaryDetailsDTO.getIsExternal()==0){
              isInternal = true;
    %>
    <%
    UserDTO dto = (UserDTO) session.getAttribute(IConstants.USER_OBJECT);
         ArrayList userPermissionsList = dto.getUserPermissionList();
    boolean isAdmin = dto.getRoleList().contains("" + IATMSConstants.ATMS_ADMIN_ROLE_ID);
    //System.out.println("User Permission list is :" + dto.getUserPermissionList());
         java.util.ArrayList rolesList = dto.getRoleList();
         boolean isEUUser = HillspetUtil.checkEUAccess(request, dto);
         ArrayList atmsRolesList=new ArrayList(Arrays.asList ("126","125","109","108","107","106","105","114","103","102","101","100","99","98","97","96","95","93","90","89","88","87","86","67","111","85","83","73","84","116","113", "127","128","130","132","133","134","135","136"));
    boolean displayATMSMenus = !Collections.disjoint(rolesList, atmsRolesList);
    %>
    <script>
         var breadcrumb = "<%=IATMSConstants.SEARCH_AND_VIEW%>";
    Initialize and render the MenuBar when its elements are ready
    to be scripted.
    YAHOO.util.Event.onContentReady("vmenu", function () {
    Instantiate a MenuBar: The first argument passed to the
    constructor is the id of the element in the page
    representing the MenuBar; the second is an object literal
    of configuration properties.
    var oMenuBar = new YAHOO.widget.MenuBar("vmenu", {
    autosubmenudisplay: true,
    hidedelay: 750,
    lazyload: true });
    Define an array of object literals, each containing
    the data necessary to create a submenu.
    var aSubmenuData = [
                        <%
                                  if(rolesList.contains("67") || rolesList.contains("84") || rolesList.contains("118") || rolesList.contains("111") || rolesList.contains("90") || rolesList.contains("83") || rolesList.contains("85") || rolesList.contains("88") || rolesList.contains("82") || displayATMSMenus){
                        %>
    id: "Tab1",
    itemdata: [
    <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.CREATE_ANIMNAL_PERMISSION)) {%>
    { text: "Add Animal", url: "addAnimalGeneralInfoAction.do" },
                                            <%}%>
                                                      <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.CREATE_ANIMNAL_PERMISSION)) {%>
    { text: "Record Manual Feeding", url: "saveChangeDietAction.do?command=view",disabled:true },
                                                 <%}%>
                                                 <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.SEARCH_ANIMNAL_PERMISSION)) {%>
                                       { text: "Search Animals", url: "animalSearchAction.do?command=view" },
                                            <%}%>
                                       <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.SEARCH_IMAGES)) {%>
                                       { text: "Search Images",url: "animalImageSearchAction.do?command=view" },
                                       <%}%>
                                       <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.SEARCH_IMAGES)) {%>
                                       { text: "Capture Images",url: "captureImageAction.do?command=view" },
                                       <%}
                                       if(!rolesList.contains("95") && !rolesList.contains("98")){ %>
                                            { text: "Animal Panels", url: "animalpanelList.do?command=view&searchFlag=fromMenu" },
    <% }
                                            if (dto.getUserPermissionList().contains(
    AnimalConstants.AR_RECOMMEND_ANIMALS_PERMISSION)|| dto.getUserPermissionList().contains(
    AnimalConstants.AR_VIEW_LIST_OF_RECOMMENDATION_PERMISSION)) {
    %>
                   { text: "Animal Recommendation",
    submenu: {
    id: "subtab11",
    itemdata: [
    <%
    if (dto.getUserPermissionList().contains(AnimalConstants.AR_RECOMMEND_ANIMALS_PERMISSION)) {
    %>
    { text: "Recommend Animals", url: "recommendedAnimal.do?command=view" },
    //{ text: "Reserve / Un-reserve", url: "../ATMS/reserveUnreserve.html"},
    <%}%>
    <%
                                            if (dto.getUserPermissionList().contains(
    AnimalConstants.AR_RECOMMEND_ANIMALS_PERMISSION)|| dto.getUserPermissionList().contains(
    AnimalConstants.AR_VIEW_LIST_OF_RECOMMENDATION_PERMISSION)) {
    %>
    { text: "View Recommendations", url: "recommendedAnimalList.do?command=view"},
    <%}%>
                        <%} else {%>
                             { text: "Animal Recommendation", url: "#" , disabled: true},
                             <%}%>
                                       { text: "Move Animal",
                                       submenu: {
    id: "subtab15",
    itemdata: [
                                                                <% if( isInternal ){%>
    { text: "Change Location", url: "manageAnimalLocationAction.do?command=viewHistory" },
                                                                <%}%>
    <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.ANML_DISPOSITION_PERMISSION)) {%>
                                                                { text: "Adoption Record", url: "animalDispositionAction.do?command=view" },
                                                                <%}%>
    id: "Tab2",
    itemdata: [
                                       <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.SCHEDULE_FMT)) {%>
    { text: "Schedule Facility Maintenance Task ", url: "scheduleFMTActionForward.do?command=forward", disabled: false },
                                            <%}%>
                                       <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.SCHEDULE_GROUP_TASK) || rolesList.contains("99")) {%>
                                       { text: "Schedule Task", url: "groupTaskSearchAction.do?command=view" },
                                       <% } %>
                                       { text: "Daily Task List",
                                       submenu: {
    id: "subtab21",
    itemdata: [
                                                                { text: "Animal Care Task", url: "viewDailyTaskListAction.do?command=view&id=1&actSubTab=1"},
                                       <%if(userPermissionsList.contains(IATMSConstants.SMCL_VIEW_SAMPLES)){%>
                                                      <%if(userPermissionsList.contains(IATMSConstants.SMCL_VIEW_SAMPLES)){%>
                                                      { text: "Test Collections", url: "viewSMSmpleCollections.do?command=view&identifier=fromMenu" },
                                                      <% } %>
                                                      <%if(userPermissionsList.contains(IATMSConstants.SMCL_VIEW_SAMPLES)){%>
                                                      { text: "Health Collections", url: "viewBioHealthSmplCollections.do?command=view&identifier=fromMenu" },
                                                      <%}%>
                                       <%}%>
                                                           <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.DAILY_TASK_LIST_MEDICAL_TESTS)) {%>
    { text: "Medical Test", url: "viewDailyTaskListAction.do?command=view&id=2"},
    <%}%>
                                                           <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.DAILY_TASK_LIST_MEDICAL_EXAMS)) {%>
                                                                { text: "Medical Exams", url: "viewDailyTaskListAction.do?command=view&id=3"},
                                                                     <%}%>
                                                                { text: "Status Phenotype", url: "viewDailyTaskListAction.do?command=view&id=6"},
                                                                { text: "Surgery/Procedure", url: "viewDailyTaskListAction.do?command=view&id=4"},
                                                                { text: "Facility Maintenance ",submenu: {
                             id: "subtab777",itemdata: [
                                                                          { text: "Facility Maintenance Task",url: "viewDailyTaskListAction.do?command=view&id=5" },
                                                                          { text: "Search FMT Images",url: "searchFMTImageAction.do?command=view" }]
                                                                { text: "Record Group ACTs", url: "RecordWeightFecalScoreAction.do?command=view"},
                                       { text: "Administer Medication", url: "recordMedicationAdministrationAction.do?command=forward" },
                                            <%if(HillspetUtil.checkAccess(request,IAHMSAccessConstants.RECORD_OBSERVATION_PERMISSION)) {%>
                                       { text: "Observations",
                                                 submenu: {
    id: "subtab222",
    itemdata: [
                                                                { text: "Search Observations",url: "recordObservationsAction.do?command=view" },
                                                                { text: "Record Observations",url: "addAnimalObservationAction.do?command=add&page=record&source=monitor" },
                                       <%}%>
                                       { text: "Shared Feed Diet Assignment", url: "RecordWeightFecalScoreAction.do?command=viewDefaultDiet" },
                                       <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.TRCL_PRINT_LABELS_LIST) || HillspetUtil.checkAccess(request,IATMSAccessConstants.HRCL_PRINT_LABELS_LIST)) {%>
                                       { text: "Print Labels",
                                       submenu: {
    id: "subtab211",
    itemdata: [
                                                                <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.TRCL_PRINT_LABELS_LIST)) {%>
                                                                { text: "Test Collections", url: "printLabelsAction.do?command=viewTests"},
                                                                <%}%>
                                                                <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.HRCL_PRINT_LABELS_LIST)) {%>
    { text: "Health Collections", url: "printLabelsAction.do?command=viewHealthCols"},
                                                                <%}%>
                                       <%}%>
                                       //{ text: "Controlled Drug Inventory", url: "#" , disabled: true},
                             <%}%>
    <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVE_SAMPLES )||
                                       HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVE_HEALTH_SAMPLES) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111") || !dto.getRoleList().contains("123") && !dto.getRoleList().contains("82") ) {%>
    id: "Tab3",
    itemdata: [
    { text: "Sample Management",
    submenu: {
    id: "subtab41",
    itemdata: [
                                       <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVE_SAMPLES )||
                                       HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVE_HEALTH_SAMPLES) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111") || !dto.getRoleList().contains("131") ) {%>
    { text: "Samples Pending Receipt",
                                            submenu: {
                                                 id: "subtabRecieve",
                                                      itemdata: [
                                                           <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVE_SAMPLES)) {%>
                                                      { text: "Biological Test Collections", url: "fetchLabLocationDetailsAction.do?command=forward" , disabled: false},
                                                      <%}%>
                                                           <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVE_HEALTH_SAMPLES) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111")) {%>
                                                      { text: "Biological Health Collections", url: "recieveTestSamplesAction.do?command=forward" , disabled: false},
                                                      <%}%>
                                                      <%if(!dto.getRoleList().contains("706")) {%>
                                                      { text: "Non Biological Collections", url: "receiveNonBiologicalSamplesAction.do?command=viewNBSamples"}
                                                      <% } %>
                                            <%}%>
    <%
    if(HillspetUtil.checkAccess(request,IATMSAccessConstants.LAB_SM_VIEW_RECEIVED_NON_BIO_SMPLS)||HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVED_HEALTH_SAMPLES) || HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVED_TEST_SAMPLES) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111")) {%>
    { text: "Samples Received",
                                            submenu: {
                                                 id: "subtabRecieved",
                                                      itemdata: [
    <%
    if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVED_TEST_SAMPLES) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111")) {%>
                                                      { text: "Biological Test Collections", url: "recievedTestSamplesAction.do?command=forward" , disabled: false},
    <%}%>
    <%
    if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SM_RECIEVED_HEALTH_SAMPLES) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111") ) {%>
                                                      { text: "Biological Health Collections", url: "receivedBioTestSamplesAction.do?command=forward" , disabled: false},
    <%}%>
    <%
    if(HillspetUtil.checkAccess(request,IATMSAccessConstants.LAB_SM_VIEW_RECEIVED_NON_BIO_SMPLS) ) {%>
                                                      { text: "Non Biological Collections", url: "receivedNonBiologicalSamplesAction.do?command=viewNBSamples"}
    <%}%>
    <%}%>
                                  <%if(HillspetUtil.checkAccess(request,"VIEW_SAMPLE_BATCHES") || dto.getRoleList().contains("85") || dto.getRoleList().contains("111")||dto.getRoleList().contains("706")) {%>
    { text: "Sample Batches", url: "viewSampleBatches.do?command=view" , disabled: false},
                                       <%}%>
                                       <%     if (dto.getUserPermissionList().contains("OUTSIDE_LAB_SAMPLES_LIST") || dto.getRoleList().contains("131") || dto.getRoleList().contains("706")){ %>
                   { text: "External Lab Samples", url: "outsideLabSamplesAction.do?command=view" , disabled: false},
                                       <% } %>
                             <%
                                            if (dto.getUserPermissionList().contains(
    ICollectionKitConstants.GENERATE_CK_TEMPLATE) ) { %>
                             { text: "Sample Collection Kits",
    submenu: {
    id: "subtab421",
    itemdata: [
                                       <%
                                            if (dto.getUserPermissionList().contains(
    ICollectionKitConstants.GENERATE_CK_TEMPLATE)){ %>
    { text: "Generate Collection Kits", url: "ckCreateTemplateAction.do?command=goToGenerateCkKits" , disabled: false},
                                       <% } %>
                             <%
                                            if (dto.getUserPermissionList().contains(
    ICollectionKitConstants.GENERATE_CK_TEMPLATE) ){ %>
                             { text: "Search & View", url: "ckCreateTemplateAction.do?command=goToCKSearch&fromMenu=true" },
                             <%}%>
                             <%}%>
    <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SMIN_VIEW_SAMPLE_INVENTORY) ||
                                            HillspetUtil.checkAccess(request,IATMSAccessConstants.VIEW_FORMULA_INVENTORY) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111") || dto.getRoleList().contains("131")) {%>
    { text: "Sample Information",
                                            submenu: {
                                                 id: "subtabSampleInventory",
                                                      itemdata: [
                                                      <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.SMIN_VIEW_SAMPLE_INVENTORY) || dto.getRoleList().contains("85") || dto.getRoleList().contains("111")) {%>
                                                      { text: "Biological Samples", url: "sampleInventoryAction.do?command=view" , disabled: false},
                                                      <%}%>
                                                      <%if(HillspetUtil.checkAccess(request,IATMSAccessConstants.VIEW_FORMULA_INVENTORY)) {%>
                                                      { text: "Non Biological Samples", url: "viewInventory.do?command=view&fromLab=Y" , disabled: false},
                                                      <%}%>
    <% if ( HillspetUtil.checkAccess(request,"PENDING_ANALYSIS_REQUEST_LIST") ||
              HillspetUtil.checkAccess(request,"PENDING_ANALYSIS_REQUEST_READ") ) {
    %>
    { text: "Collected Samples New Request", url: "pendingAnalysisReqAction.do?command=view" , disabled: false },
    <%}%>
                                       <%}%>
    ]

    Hi,
    actually this mapping only identifies those requests to be handled by teh JSF servlet. Its not a redirect.
    I see several namespace definitions in your page, but no taglib reference. Wondering how this is supposed to work
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    I assume the next crash you will see is when you add JSF components to
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>tt</title>
    </head>
    <body><h:form></h:form></body>
    </html>
    </f:view>
    Note that mixing HTML elements with JSF is not a recommended approach
    Frank

  • SD: Billing : Invoices send to incorrect customers

    Hi All,
    We are facing a peculiar issue at our client Produciton system while generating (collective - mass) invoices.
    Following are the details
    System Details
    R/3 version - 4.6C
    OS - Windows
    DB- MSSQL
    The following program - RV60SBT1 ( Creating Billing Documents Collectively ) is run daily to generate billing documents for those deliveries PGI'd.
    All these invoices use output type - External Send ( Soft copy of Invoice to customer via e-mail, PDF Format ) and processing mode - Send Immediately (While saving the application).
    We have used place holder symbols in Text for cover page of communication method to display Customer PO / SAP Invoice number, this information will appear on the subject line of the e-mail.
    The output of the invoice displays relevant information while created individually or manually.
    But descrepancies occur while performing collective run only.
    The following cases occur:-
    Issue 1 u2013 The subject line is incorrect, the invoice is correct, the e-mail reaches the correct customer
    Issue 2 u2013 The subject line is correct, the invoice is wrong (the invoice no. generated in output is incorrect), the e-mail reaches the wrong customer
    Issue 3 u2013 The subject line is incorrect, the invoice is wrong (the invoice no. generated in output is incorrect) , the e-mail reaches the wrong customer
    Please provide your suggestions on how to resolve this issue.
    Thanks in advance,
    Vinod
    Edited by: Vinod Mathew Thomas on Oct 8, 2009 1:05 PM
    Edited by: Vinod Mathew Thomas on Oct 8, 2009 1:12 PM

    Hi Vinod
    Even we faced the same problem in our production server.
    The solution is technical, when we are sending mails/output is huge numbers through VF06/04, there would be some problem with BUFFER.
    So technical team need to write clear buffer code in starting of there print program.
    take help of ABAP team.

  • SetElement - setArray method

    Has anyone found a good example using either a setElement or setArray method in a Jpublisher generated class...
    All we can get it to do is throw a negative array index error...
    //Jpub generated collection object - table
    TxTable tx = new TxTable();
    //jpub generated record object for Tx table
    TxRecord tr = new TxRecord();
    //set record column values
    tr.setFName("Hello");
    tr.setLname("World");
    // pass record object to slot 1
    tx.setElement(tr, 1);
    What am I missing?

    u cant do it.
    setArray() method is for setting a 'array' value the prepared statement. it is very much similar to setInt(index, intValue) or setString(index,StringValue) methods.
    Array is thehe mapping in the Java programming language for the SQL type ARRAY.

  • "internal error: assertion failed" when publishing to harddisk

    Hello there!
    After upgrading to 3.5 from 3.4.1 I received this error when attempting to publish new photos to my harddisk. First I thought the problem may be related to access rights. I am running Win7, 64 bit. So I reset the read/write rights in the export folder and the LR catalogue and AppData folders. No success.
    Then I opened a new cataloge and imported the old one in order to start "from scratch" - no success, publishing collections were not importet. Finally I switched back to version 3.4.1, and ... it works again!
    Possibly I am doing something wrong??  Possibly it is a bug? Any suggestions are welcome.
    Thanks and regards, Mike.

    I'm running Windows 7, 64-bit and having the same trouble right now.  The collection is an auto generated collection.

  • Update stock in MD04

    Hi All,
    How the stock gets updates in MD04?Where is the inter link between the sales order and MD04?
    Can some give a brief explation about this....

    Hi,
    There are 2 controls that update the requirements in MD04. The 1st is the "Availability Check" field in Sales:General/Plant view of material master (MM02 T.Code). Here there are 2 options. Individual requirements and Collective requirements. If it is individual requirement, then the requirements in MD04 will be generated individually for every order, line item and Schedule line. But if it is collective requirement, then it will generate collectively based on criteria such as Plant, Str. Loc., Batch, Requirement class, etc. which can be created on a daily or weekly basis.
    The second is Transfer of Requirements (TOR) that is triggered based on Strategy group maintained in MRP view of material master (If standard settings are not changed).  In TOR you specify if it is MTO or MTS scenario. If it is MTO scenario whatever you maintain in Availability check will be ignored and always Individual requirements would be triggered.
    I guess this will help you understand quiet a bit. Let me know if you have any specific query.
    Regards,
    Rohan Gudavalli.

  • Adobe Bridge CC (Mac) isn't showing collections generated in Bridge CS6

    Opening Adobe Bridge CC doesn't show the collections I generated in Adobe Bridge CS6. Both versions of Bridge are on the same Mac and opened within the same User account (of the operating system). In Bridge CS6 (which seems to not open while running Bridge CC) still shows the collections and smart collections.
    Question:
    Is there any way to import these collections or is there another way to show those collections in Bridge CC?

    Is there any way to import these collections or is there another way to show those collections in Bridge CC?
    Collections are version and user specific. If you want them also in CC you have to copy the collection files manually from CS6 to CC
    Open two windows in your finder. Go to the user library (per OSX10.7 hidden by default, use menu Go with option to reveal) and follow this path:
    user (your username)/ Library/ Application Support / Adobe/ Bridge CS6 / Collections. inhere should be some files with your saved collection names and the extension .filelist
    Copy these to the same location but now instead of CS6 CC.
    This should make you collections also available in Bridge CC after restarting it.
    Be careful to depend on collections, they are not all that reliable for the long run. If you have put a lot of work in one collection then select all and add the name of the collection also as a keyword to the files itself, this way you have a good back up when things go wrong

Maybe you are looking for

  • Handling socket exception - Retrying a "try" block

    I have a program which attempts to retrieve an object through a socket. However sometimes I get the following exception: java.net.SocketException: Connection reset This is a problem as I need the object to continue program execution. An overview of t

  • Move rejected to trash doesn't work

    I used space saver to reject videos that were not in the project or labeled with a keyword, and they are clearly marked as rejected. But when I click on "move to trash", nothing happens. I really need the space on my computer. Is there any way to cle

  • Web Service Commit (BAPI inside out)

    Hi all, I want to use update BAPI through web service which made by Web Service Wizard. I know we usually have to use BAPI_TRANSACTION_COMMIT to commit. Can I call single web service with commit? I found optional configrations in Service Definision (

  • The manually upload artwork won't show

    After I have downloaded my music,I tried to upload the artwork from my computer,but it wouldn't apply.I have tried a few times,I even tried to upload the artwork to only one song,the same thing happened.Please help,thank you.

  • Drop TS

    SQL>drop tablespace tablespace_name including contents; SQL>drop tablespace tablespace_name including contents and datafile; What is the difference between including contents and including contents and datafiles while droping the tablespace. Thankx..