Accessing Returnable Package in SIS

I have a material defined as a returnable packaging. This means if I can see the stocks that have being issued to each customer. However, this has created problems because the MMBE report does not show the total issues to customers that have being made and those that have being credited. In the material master of the returnable package we did not enable the Statistics update field because we do not want the revenue generated from the sales of this returnable package to be included together with our main products.
I therefore need help from you Gurus on how I can be able to have a report that gives me the total number of the returnable package sold in a particular day or over a period, the customers (sold to party), the credited quantities in a particular day and the corresponding values.
Luckson
Message was edited by:
        LUCKSON MIDZI

If you use IS-Automotive there are some specific transaction to solve your problem.
If not let's do like this:
revenue is NOT related to statistics ! You can set the statistics flag on in the material master but leave the material account group blank, so that these materials are not invoiced (copy control too is important).
If you use consignment stock to manage the returnable stock at customer, you can have a situation using MB58.
Roberto

Similar Messages

  • Accessing database package variables from Forms

    I have a database package that populates a table of values, i.e.
    type t_route_list is table of rt_route.RTR_ID%type;
    route_list t_route_list
    route_list gets populated by a package function and I want to access route_list in the Form.
    While I can access other package variables by writing a function that returns the variable, Forms doesnt seem to like functions that return a user defined datatype as above. I have also tried using a procedure with an OUT param instead of a function but it also fails with same error.
    i.e.
    declare
    v_route_list pkg_bulk_route_replace.t_route_list;
    begin
    pkg_bulk_route_replace.init;
    pkg_bulk_route_replace.get_route_list(v_route_list);
    message(v_route_list(1));
    end;
    This will not compile, but removing the index (1) from the last line makes it compile but crash with ORA-0600.
    The code above with message replaced with dbms_out.put_line works fine on TOAD.
    So my question is......
    Can my database package return a plsql table to a form and if so, how?!

    Actually I've got this to work now!
    Thde main culprit appears to be a difference in the version of sql or pl/sql used on forms (version 5) and the database (8.1.7).
    I had defined my table as a nested table. By redefining this as a indexed table, simply by adding on 'index by binary_integer' on my server package, I am suddenly able to access the elements of the table on my form. Fortunately this did not break the server code either - the table was populated using bulk collect and that still works.
    Still got a bit of coding to do, but things are looking up now.

  • Accessing a packaged variable through db link

    How do I access a packaged variable remotely? (Syntax)

    You cannot do that:
    SQL> conn xx/xx@xx
    Connected.
    SQL> create package p is
      2   a number;
      3  end;
      4  /
    Package created.
    SQL> conn yy/yy@yy
    Connected.
    SQL> desc p@yy
    SQL> set serveroutput on
    SQL> create synonym p1 for p@xx;
    Synonym created.
    SQL> desc p1;
    SQL> begin
      2    p1.a := 1;
      3    dbms_output.put_line(p.a);
      4  end;
      5  /
      p1.a := 1;
    ERROR at line 2:
    ORA-06550: line 2, column 6:
    PLS-00512: Implementation Restriction: 'P1.A': Cannot directly access remote package variable or cursor
    ORA-06550: line 2, column 3:
    PL/SQL: Statement ignoredInstead you should access these variables via functions and/or procedures. In following example I've created the private variable in package p but this doesn't matter whether it is private or public.
    SQL> conn xx/xx@xx
    SQL> create or replace package p is
    2 procedure set_a (v in number);
    3 function get_a return number;
    4 end;
    5 /
    Package created.
    SQL> ed
    Wrote file afiedt.buf
    1 create or replace package body p is
    2 a number;
    3 procedure set_a (v in number) is
    4 begin
    5 a := v;
    6 end;
    7 function get_a return number is
    8 begin
    9 return a;
    10 end;
    11* end;
    SQL> /
    Package body created.
    SQL> conn yy/yy@yy
    Connected.
    SQL> set serveroutput on
    SQL> desc p1
    FUNCTION GET_A RETURNS NUMBER
    PROCEDURE SET_A
    Argument Name Type In/Out Default?
    V NUMBER IN
    SQL> ed
    Wrote file afiedt.buf
    1 begin
    2 p1.set_a(1);
    3 dbms_output.put_line(p1.get_a);
    4* end;
    SQL> /
    1
    PL/SQL procedure successfully completed.
    Gints Plivna
    http://www.gplivna.eu

  • Returnable packaging-vendor and customer sides

    Dear Experts,
    I have searched through the internet as well as on this forum but I was not able to find the information I am looking for.
    I have the following issue concerning the Returnable packaging process in SAP:
    I need to gather overall information concerning the returnable packaging.
    The process is as follows:
    My vendor provides me with some materials that come with returnable packaging (e.g.Pallet01) -> Assuming I am just a middleman, I sell the goods to my customer and also send them on the same Pallet01 (one day my customer must return the pallet to me and I must return it to the vendor).
    - What are the settings I must set in customizing and in material master?
    - How would the process look like in the system (for example are there specific settings I must make to be able to see the packaging per customer in MB58 (I have set item category group LEIH in material master - is this the only setting to assure this, plus I am not sure if the field where I should put LEIH is General item category group or Item category group - both on Sales: sales org.2 tab in material master; Plus is there any way I can control what settings does item category group have? When I go to SPRO Sales and Distribution->Sales->Sales Document->Sales Document Item->Define Item Category Groups - there is no option to click inside the certain group))?
    - In what report I can see how many Pallets I owe to the vendor and how many Pallets each customer should return to me (is there one report that would show everything or do I have to use separate reports)?
    - How do I proceed if the vendor decides to invoice me for the pallets or I decide to invoice my customer (I would like to know the best practices)?
    I tried to enter packaging from vendor to special stock type M (with move 501 M added to the goods receipt for PO), than it's working to see it in the stock report assigned to that particular vendor. But what if (and this is the case) I am selling the goods on the same packaging to my customer? Cause I am not able to add the pallets from special stock M to the outbound deliver.
    Thank you in advance,
    Krystyna

    Dear Vikram Shukla,
    In fact, my question is more related to how to link the returnable packaging with the vendor - raw materials combination (PIR), which for my understanding is more related to sourcing part.
    Anyway, could you please advice how could I transfer my question to MM forum?
    Many thanks in advance and best regards-
    Mengyu

  • How to enter a returnable packaging material during inbound delivery?

    Hi,
    How do you add a returnable packaging material from vendor as a line item in the inbound delivery? When I try to add a LEIH type material as a line item in the inbound delivery (VL32N), the following error is displayed:
    "No item category exists (Table T184L EL VERP  ELP)"
    Thanking you in advance,
    Sreelakshmi

    HI.
    Please reffer the below link.
    ERROR : No item category exists (Table T184L LB VERP  )
    Error while creating I/B delivery: No item category exists (Table T184L EL)
    1) EL = is the delivery type you are using for Returns to Vendors
    2) VERP = is the Item Category Group in the material master of
    3) ELP= Item Usage
    You have to add the missing configuration as follow:
    IMGLogistics ExecutionShippingDeliveriesDefine Item Category
    Determination in Deliveries(Transaction 0184).
    Create a new entry or copy from an existing one for VERP. NOTE: The Delivery Item Category RLLN is the standard defined by SAP, be
    sure you enter the one defined in you company.
    Thanking you

  • Returnable packaging in customer consignment process

    I have this scenario:
    I have returnable packaging (drums) that have been setup as non valuated materials in SAP. The item category in deliveries in YB10.
    These drums have serial numbers. Since some maintenance needs to be done on these drums from time to time, therefore, equipment's need to be created for the drums. The equipment number and serial number are the same and the serial number profile is setup in such a way that the equipment is created automatically when the serial number is created
    When the drums are in stock, the status is ESTO
    Now, in the normal order to cash process, this is what happens:
    1) Sales order - order is created for a material
    2) Delivery - The drums are added to the delivery along with the material through a packing proposal. A serial number is specified for the drum and the order is PGI'ed to the customer
    At this point, the status of the equipment/serial number changes to ECUS
    3) Billing - normal billing (drums are billed)
    4) Return delivery YBG5 - the empty drum is accepted back into warehouse
    After PGR, the status of the serial number changes back to ESTO
    During the customer consignment process, this is what is happening:During the consignment fill up when stock goes from warehouse to customer, the status of the serial number is changing to ECUS
    During consignment issue, since we can only issue whatever material is there, the same serial number that was used during fill up is being used
    However, when we do a delivery against the consignment issue, we are getting an error that the status of the serial number is ECUS and it is not suitable for movement
    Since consignment stock is still owned by the company until an consignment issue is done, I am wondering whether SAP is behaving correctly by changing the status of the serial umber to ECUS after the consignment fill up.
    Is there a way to use the same serial number in the consignment issue as the consignment fill up?
    Please reply urgently

    Try the following
    Go to OMWB transaction and simulate the posting using your plant, material and movement type
    The simulation will show the standard postings based upon goods movement
    E.G. 601 GBB VAX valuation class, account
    Identify your accounts assigned to both sides of the posting and then you should be able to re-assign the g/l accounts to the appropriate modifier string within OBYC
    Hope it helps
    Steve

  • Returnable packaging process-Vendor-Company-Customer

    Dear SAP Gurus,
    I have searched through the internet as well as on this forum but I was not able to find the information I am looking for.
    I have the following issue concerning the Returnable packaging process in SAP:
    I need to gather overall information concerning the returnable packaging. The info concerning returnable packaging in relation 'my company' - 'customer' is quite accessible, however what about the process from vendor's side?
    The process is as follows:
    My vendor provides me with some materials that come with returnable packaging (e.g.Pallet01) -> Assuming I am just a middleman, I sell the goods to my customer and also send them on Pallet01 (one day my customer must return the pallet to me and I must return it to the vendor).
    - What are the settings I must set in customizing and in material master?
    - How would the process look like in the system?
    - In what report I can see how many Pallets I owe to the vendor and how many Pallets each customer should return to me (is there one report that would show everything or do I have to use separate reports)?
    - How do I proceed if the vendor decides to invoice me for the pallets or I decide to invoice my customer (I would like to know the best practices)?
    If there is an existing topic here (I was no able to find one) or any materials on the net I would be also grateful for the links.
    Thank you in advance!

    Dear kevinthai ,
    ex- create a po for 100 material send to vender then vendor send 100 materials to u then u migo finally stock is in ur plant ,
    then u sold that material to customer that is SD come to the  picture  if customer send faulty material to you then u receive that material to send faulty store , that material u will check ur system it will track all movement , then u will get to know which vendor u procured the material then go to migo  return to vendor put that po no which po u procured the materials ,enter it will display all material what ever material u procured at that time  then select the material & quantity and save ,it will goes to vendor
    before u should have customize MM-SD-FI  integration
    hope it will help you
    Regards
    shiv

  • To access a package, the calling class must reside in the root/parent direc

    My goal was to be able to access my package from anywhere within the
    high level root folder (d:\zJava). But it seems the invoking class MUST
    RESIDE IN THE TOP LEVEL PARENT DIRECTORY of the package. Was Java
    designed to behave this way?
    D:\zJava\zsamples\com\zswingpackage1>     <-- packages successfully compiled here
         swing_optgrp_eg1.{class/java}
              package com.zswingpackage1;
              public class swing_optgrp_eg1 extends JFrame implements ItemListener {
    D:\zJava\zsamples\com> <-- classes residing here could NOT successfully                    access the package 'com.zswingpackage1'. The third                    level subfolder is 'com'.
         package_test4.java
              /* Following import stmt. causing RUN-TIME error "Exception in thread     "main" java.lang.NoClassDefFoundError: com/zswingpackage1/swing_optgrp_eg1". */
              import com.zswingpackage1;
         Package_Test4.class          
         /* Unsuccessful remedies:
         i) D:\zJava\zsamples\com>java Package_Test4
                   -classpath .;d:\zJava\zsamples\com\zswingpackage1
                   -classpath .;d:\zJava\zsamples\com
                   -classpath .;d:\zJava\zsamples (also used in compile)
                   -classpath .;d:\zJava
         ii) ran from the root/parent directory of the package d:\zJava\zsamples),with and without classpath i.e.
              D:\zJava\zsamples>java com\Package_Test4 [-classpath .;d:\zJava\zsamples]
         iii) ran from the top level directory (d:\zJava), with and without classpath i.e.
              D:\zJava>java zsamples\com\Package_Test4 [-classpath .;d:\zJava\zsamples]
         Possible causes:
              - maybe the above behaviours are by design i.e. the calling class/program CANNOT be stored within the package hierarchy?
    D:\zJava\zsamples\net> <-- classes residing here could NOT successfully access the package 'com.zswingpackage1'. The third level subfolder is 'net'.
         package-test6.java
              /* Following import stmt. causing RUN-TIME error "Exception in thread "main" java.lang.NoClassDefFoundError: com/zswingpackage1/swing_optgrp_eg1". */
              import com.zswingpackage1;
         Package_Test6.class
         /* Unsuccessful remedies:
         i) D:\zJava\zsamples\net>java Package_Test6
                   -classpath .;d:\zJava\zsamples\com\zswingpackage1
                   -classpath .;d:\zJava\zsamples\com
                   -classpath .;d:\zJava\zsamples (also used in compile)
                   -classpath .;d:\zJava
         ii) ran from the root/parent directory of the package (d:\zJava\zsamples), with and without classpath i.e.
              D:\zJava\zsamples>java net\Package_Test6 [-classpath .;d:\zJava\zsamples]
         iii) ran from the top level directory (d:\zJava), with and without classpath i.e.
              D:\zJava>java zsamples\net\Package_Test6 [-classpath .;d:\zJava\zsamples]
         Possible causes:
              - maybe the above behaviours are by design i.e. the calling class/program MUST be stored in the parent folder of the package hierarchy?
    **D:\zJava\zsamples>     <-- classes residing here SUCCESSFULLY accessed package 'com.zswingpackage1'. NO -classpath parms. were necessary!
    D:\zJava\ <-- classes residing here could NOT successfully access the package 'com.zswingpackage1'. Similar scenarios as above.
    D:\zJavaB\ <-- classes residing here could NOT successfully access the package 'com.zswingpackage1'. I purposely created another folder with the 'B' suffix. Similar scenarios as above.
    My PC configuration:
         java version "1.4.0_01"
         Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
         Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
         JRun 4 (Build 47304)
         WinNT 4.0 SP5
         IE 5.50
         CLASSPATH=.;D:\jakarta-tomcat-3.3.1\lib\common\servlet.jar;
              C:\JRun4\servers\default\default-ear\default-war\WEB-INF\classes
         JAVA_HOME=C:\j2sdk1.4.0_01
         Path=C:\j2sdk1.4.0_01\bin;C:\WINNT\system32;C:\WINNT;
              C:\Program Files\Network Associates\PGPNT;C:\Program Files\MTS;d:\MSSQL7\BINN
    Thank you so much for your expertise.

    Hello,
    I think that you use the import-declarations incorrectly.
    Your code says:
    import com.zswingpackage1;
    ... The meaning of the above declaration is the following: Import the class "zswingpackage1" from the package "com". The compiler cannot find that class, but it is probably never asked to find it in your code, so it won't report an error.
    If you want to import the whole package use the following declaration instead:
    import com.zswingpackage1.*;
    ... That means: import all classes from from the package "com.zswingpackage1".
    You can also import just the classes needed, e.g.:
    import com.zswingpackage1.swing_optgrp_eg1;
    ... I hope that does the job.
    S&oslash;ren

  • Not  able to access default package classes in own package

    I created a class called Constant.java in default package(no package ).
    I have Connection.java in util package.
    I am trying to use the Constant.java in my Connection.java like below..
    public class Constant
         public static final String NEW = "01";
    package util;
    import Constant;
    public class Connection
    I am unable to compile the class Connection. My question here is Won't I able to access default package in my util package.. ?

    java_guy04 wrote:
    Djaunl , I understand.
    but, Will I able to access default package in my util package.. ? is this correct.No, you won't be able to use classes out of the "default" package.
    Because, AFAIK, if you use a classname that you haven't imported, Java automatically attempts to locate this class in the same package as the current class. It does not check the "default" package (unless that is also the current package), and since the "default" package does not have a package name, you can't import those classes either.

  • Material type for Vendors Returnable packaging material

    Dear all,
    I have a scenario where in i am recieving co2 gas from my vendor against a PO.
    He is supplying it with cylinders i want to keep track of the cylinders and afetr using the gas want to return the cylinder to vendor.
    Now the doubt arises, under which material type should I create this cylinder.
    Doubt 1
    I thougt of creating under the material type : LEIH, but this material type also contains the purchasing, accounting, sales view and same time in the config of the material type LEIH, value updating is not ticked, which is making me confuse.
    Doubt 2
    What I felt is, LEIH should be used for the our owns company returnable packaging material , which will go to the customer , but again for this also, these material should be valuated, since they belongs to our own stock , so why in standard SAP, value updation is not there.
    Doubt 3
    Keeping above 2 points in mind, what should be material type for vendor's returnable packaging material , where I want only qty tracking.
    Regards
    Nitin

    You can copy LEIH and create your own Materia Type say ZLEI. For this material type you can have only General Plant / Storage Data1 view enabled.
    Remember, there are 2 materials here:
    1. Gas
    2. Returnable packaging (cylinder)
    You can receive gas on unit basis if you dont want exact tracking (ie in KG). Use any procurement material type.
    When you create the PO only mainitan Gas as the material.
    When you do the goods receipt against this PO, Click on RTP button, this will create a new line item, automatically and will suggest movement type 501+M. Here enter the no. of cylinders.
    You will be able to track the movement of cylinders.

  • Returnable Packaging

    Hi Gurus,
                 Could any one send me materials regarding Returnable Packaging and Individual Purchase Order Configuration to [email protected]?
    Regards,
    Sarosh

    hi,
    Returnable packaging:
    Configuration settings: create Material master by specifying material type returnable packaging
    Maintain Data 1: Description
    General Item category group=LEIH
    Material group of packaging material=G010
    Sales General/Plant:
    Packaging material type : V075-Skeleton Box
    Go to Oms2
    Check quantity updating for LEIH
    Save it and go back
    Go to MB1C  and initialize the stock
    Save it and go back
    Scenario1:
    Go to VA01 and raise a sales order
    Then go to VL01N
    Select line item –specify returnable packaging material
    Select two line items-Edit-Pack-Packs
    Go back and carry out PGI
    Go to VF01 and raise the Invoice
    Go to VA01 and specify the document type=AT
    Item category=LAN
    Schedule Line=F3
    Movement type=622
    Save it
    Go to VL01N and carry out inbound delivery
    Select PGR
    Save it
    Go to MMBE and check the balance
    pls reward points if the answer is helpful
    Regards,
    Murali

  • Returnable packaging - vendor related

    Hello SAP Gurus,
    In my current project, I meet following situations regarding vendor related returnable packaging:
    1. Packaging belongs to vendor;
    2. Packaging belongs to us (purchaser);
    3. Packaging is rent by us (purchaser).
    Our current solution is to use "Transport Equipment" - 501/M to receive such packaging when do GR of materials. But the constrains here is that warehouse stuff needs to know which material requires returnable packaging when do MIGO. And they have to manage this manually in an excel file: what material requires returnable packaging.
    Now my question is: how could we link this returnable packaging with the materials + material vendor.
    1. Possible to manage in PIR then flows to PO? (If not considerring development).
    2. If consider to generate 2nd line in PO:
    1) Again, how could Purchase Order creator know this material is required to generate 2nd line for returnable packaging?
    2) For packaging belongs to vendor, which is non-valuated and account assignment will be required;
    Many thanks in advance for your precious input and with best regards-
    Mengyu

    > 1. Packaging belongs to vendor;
    > 2. Packaging belongs to us (purchaser);
    > 3. Packaging is rent by us (purchaser).
    >
    > Our current solution is to use "Transport Equipment" - 501/M to receive such packaging when do GR of materials. But the constrains here is that warehouse stuff needs to know which material requires returnable packaging when do MIGO. And they have to manage this manually in an excel file: what material requires returnable packaging.
    >
    > Now my question is: how could we link this returnable packaging with the materials + material vendor.
    > 1. Possible to manage in PIR then flows to PO? (If not considerring development).
    > 2. If consider to generate 2nd line in PO:
    > 1) Again, how could Purchase Order creator know this material is required to generate 2nd line for returnable packaging?
    > 2) For packaging belongs to vendor, which is non-valuated and account assignment will be required;
    Hi,
    In the 1st case, Packaging belongs to Vendor:
    This is Non-valuated but stock update material type (you can maintain this exclusively for Vendor ownership & Rented since these are not your company owned)
    501-M is fine with this type. To track this in WM to identify for returns you can give a code description to be easily identifiable to trace it for the return. You/user dont have to add a second line item in the PO, but can directly enter in 501M
    In the 2nd case, packaging belongs to your own company, you can define a material type with value and qty update which can also be managed in MIGO. For this I presume you must have issued the materials to vendor before MIGO which can be received in MIGO as company's own stocks.
    Hope this helps
    Shiva

  • Returnable Packaging as a delivery line item

    Hi,
    I have this requirement:
    Whenever certain materials are purchased, they always come with returnable packaging. I have setup packing proposal and created packing confition records using packing determination type RCPT and key Material.
    When I create an inbound delivery (type EL) for a purchase order for a material, I am able to determine the packing material as a Handling unit.
    However, I want to add the packing material as a separate line item in the delivery.
    I have maintained the Item category determination: EL + LEIH + PACK = ZELN.
    <removed by moderator>
    Message was edited by: Jürgen L

    HI.
    Please reffer the below link.
    ERROR : No item category exists (Table T184L LB VERP  )
    Error while creating I/B delivery: No item category exists (Table T184L EL)
    1) EL = is the delivery type you are using for Returns to Vendors
    2) VERP = is the Item Category Group in the material master of
    3) ELP= Item Usage
    You have to add the missing configuration as follow:
    IMGLogistics ExecutionShippingDeliveriesDefine Item Category
    Determination in Deliveries(Transaction 0184).
    Create a new entry or copy from an existing one for VERP. NOTE: The Delivery Item Category RLLN is the standard defined by SAP, be
    sure you enter the one defined in you company.
    Thanking you

  • MS Access returns a SQL Database date field as text

    When linking to a table via ODBC to a SQL database, Access returns any field that is formatted as 'Date' as a 'Text' field. A Date/Time field works fine. I cannot change the SQL Database.  Is there a fix for this?

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Which version of Access and SQL server do you use?
    Do you use ODBC Driver 11 for SQL server?
    Based on my test (My environment: Access 2013, SQL server 2014, and ODBC Driver 11 for SQL server), I can't reproduce your issue. Regardless  of "Date" and "Date/Time" data type of SQL, both of them can be linked to Access
    that are formatted as Date/Time type.
    I suppose this issue may be caused by the data. For example, if the date like: 2015--2--23, it can't be recognized as date type in Access. Please try to check it.
    If you have any update, please feel free let me know.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Inspection type for customer return of returnable package material

    Hi Guys,
             I send the returnable package to the customer , while reciving that material to my stock (when the customer return to me ) i want to create outbound delivery with out order refference .
    I want system to create inspection lot after doing PGR of the outbound delivery .
    The inspection lot sould have the option of result recording and stock posting when i do usage decission
    This requirement not met by inspection type 06 , i want to create new inspection type to met above mentioned all requirement .
    please provide the steps to be performed to met the same.
    Thanks and regards
    Thamizhchelvan G

    Hi,
    The 06 - Inspection type is not stock relevant and also it is not possible to change because it is SAP std.
    1. If you want inspection for Customer with stock, active 05 - Inspection type in Material Master, and move the stock from customer return to QI by using MB1B with Movement type 457 Stock transfer returns to QI. After that system will create the Inspection lot in 05 Inspection type.
    2. If don't want stock for inspection and directly post to Unrestricted using MB1B with movement type 453 Transfer posting to returns from customer to Unrest.
    3. Customer return to Blocked stock using MB1B with mvt type 459 Stock transfer returns to blocked
    Case2.
    Inspection type 05 is a stock relevant inspection type.
    To use 05 you must assign the 05 inspection type to the delivery item in configuration.
    Follow this path.
    Tcode vov6 - there will be schedule line category DN.
    go to details of DN.In Business data, check which movement type is assigned here.
    I think in your case it will be 651.
    Change it to 655 and try now.
    hope it will work.
    Thanks
    Vinay

Maybe you are looking for

  • How to draw make the overlapped images on a JToggle Button draggable

    Hello all: I have a JPanel chart set with GridBagLayout. Each cell is a JButton, I've create several overlaping images (from my existing images) using JLayeredPane and adding on one particular cell JToggleButton. The images are displayed, but I don't

  • Dynamic period columns in data forms?

    Hi, We are running HFM v11.1.1.3 I have some input data forms that shows some different periods and scenarios, however the periods sometimes needs to be changed, so I was wondering if anyone knows a way in doing this dynamic? For January we would lik

  • Unable to install reporting services native

    Hi all, I am unable install sql server reporting services 2012. Getting error code 1639. please help.. Thanks, Srikar

  • Capturing Interactive Report Filter Fields

    I've a requirement where in a user can view data, apply filters to it, and then invoke an Oracle API by passing in the data set currently visible on the report. If I can some how capture currently applied filters on an Interactive report, I should be

  • Is it possible to alter JDK version used by OAS?

    I'm using OAS 101202 and am currently having issues deploying an ear file that's been built by java 1.5. OAS 101202 only uses java 1.4.2_06. When i deploy my ear file I get the following java incompatibility error java.lang.UnsupportedClassVersionErr