Copying Reusable Module Component by using extended copy

I created a new Application System (say B) in the RON and copied a Reusable Module Component from Application System A into B, by using extended copy.
THE PROBLEM: the copied component is still referencing to the table in application system A instead of B. I would like that the table is referencing to the table in application system B.
Other module components I copied (non reusable) are referencing to tables in
application system B.
What's going wrong?
* Products used:
Designer 6.5.88.4.0
Database hosting repository : 8.1.7.3.0
Client OS : Windows NT 4.0 sp 6
Server OS : HP/UX
Regards,
Harm

(You posted a new question as a answer to my question! )
The default username/password, which is created by using the repository install script, is REPOS_MANAGER/MANAGER. With this username/password you can access the Repository Admin Utility and create new Designer/Repository users. These users must be existing database users.
Warning: 8i personal Edition is not certified against Designer, that means there may appear problems. (e.g. generating Forms doesn't work). You better can install 8.1.7 Or 9i enterprise edition.
regards,
Harm

Similar Messages

  • Designer 6i - Reusable Module Components - Action Items

    Hi,
    I have a block that I would like to set up as a reusable module component. The block includes a set of action items (not form navigation). However when I make the block re-usable the action items are NOT created in the new RMC. It appears that action items cannot be included in a re-usable component. I can get around the problem by turning the action items into unbound buttons. But could somebody explain why Actions items cannot be an RMC or form part of an RMC?

    In designer6i we cant do this.
    In designer 9i, it is taken up as an enhacement request and work is going on, maybe indesigner 9i we would be able to have more than one module component on the same web page.
    Hope this solves your query

  • What module / component can be used to keep track software inventory

    hi all experts,,
    I have a business scenario but don't know what module / component in SAP can be help ?
    There are many software / hardware in a user department. For hardware, its model no. maintenance contract with vendor name (and the contract renewal),  responsible staff, date of purchase, its location should also be recorded but no financial impact should be monitored.
    For software, no. of copies,  date of purchase, responsible staff of each copy, vendor name,  date of expiry, software version no. should be recorded.
    I try to find if material management, equipment in Plant maintenance or asset management are suitable.
    I don't know what module can be used to monitor all hardware renewal contract,  copies of all software. Pls advise.

    Hi
    I think that you have had the answer to your question. I am trying to get people to keep the forum tidy. If you have what you require could you award you points if you want to and mark your question as answered.
    This helps everybody as there are at the moment 48 pages of open questions and if people do not close them the forum will grow and then people like me will not go through all of the pages as it takes too long and some people will not get answers to their questions.
    Thank you
    Frenchy

  • How to add interface to customlize MXML Component when use Flex Builder 3?

    How to add interface to customlize MXML Component when use
    Flex Builder 3?

    David,
    I don't believe you can add the interface via the creation
    dialog in FlexBuilder 3. You can always manually add the
    "implements" property to your MXML Component root tag. Something
    like this: <mx:VBox implements="com.mycorp.IMyInterface">
    If you want autogeneration of the interface, then create an
    ActionScript class with that interface and then copy the generated
    functions and setter/getters into the script block of your MXML
    component.

  • How to use extends attribute in jsp page directive

    Can anybody tell how to extend a existing .jsp file from another .jsp file. I have tried but it gives error.
    I have used Extends attribute of page directive as below:
    <%@ page extends = "MyAnotherJsp.jsp"%>
    I also tried : <%@ page extends = "MyAnotherJsp"%>
    I am using Tomcat as a web server
    Also tell where to put those files.
    Thanks.

    Hi I am using Netbeans 5.5, Sun Java System Application Server 9.
    ABC.java
    package javapackage;
    public class ABC{
    public String show(){
    return "Sandip Gaikwad";
    index.jsp
    <%@ page extends="javapackage.ABC" %>
    <html>
    <head>
    <title>JSP Page</title>
    </head>
    <body>
    <h1>JSP Page </h1>
    </body>
    </html>
    Above code throws following exception at runtime:-
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    [javac] F:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\Page_Extends_Attribute_Example\org\apache\jsp\index_jsp.java:36: getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean) in javax.servlet.jsp.JspFactory cannot be applied to (org.apache.jsp.index_jsp,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,,boolean,int,boolean)
    [javac] pageContext = _jspxFactory.getPageContext(this, request, response,
    [javac] ^
    [javac] 1 error
    Server log
    StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    [javac] F:\Sun\AppServer\domains\domain1\generated\jsp\j2ee-modules\Page_Extends_Attribute_Example\org\apache\jsp\index_jsp.java:36: getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean) in javax.servlet.jsp.JspFactory cannot be applied to (org.apache.jsp.index_jsp,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,<nulltype>,boolean,int,boolean)
    [javac] pageContext = _jspxFactory.getPageContext(this, request, response,
    [javac] ^
    [javac] 1 error
    at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:94)
    at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:384)
    at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:461)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:528)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:507)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:495)
    at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:530)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:412)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:318)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    If I delete the line <%@ extends="javapackage.ABC"%> it works fine. Please tell me what is wrong with this line.

  • Calling a module component from a diff form

    Hi guys,
    Does any one know how to:
    call a module component of a form from a nother from using call form procedure or any diff method.
    Thanks

    Hello,
    Open the on-line help of the Forms Builder : Ctrl+H
    click the Index tab, enter CALL_FORM then click : Calling Modal Forms with CALL_FORM then the OPEN button.
    You can find the example you search.
    Francois

  • Module component based on pl/sql procedure....

    Hi everyone,
    could anybody help me with step by step instructions on how to generate module component which is based on PL/SQL procedure and how the procedure must look like.
    Well, I make it in Forms Builder but I want to build it in oracle designer too, just to have consistent state of all forms in designer.
    Well, what to say at the end... thanks a lot for help,
    Zlatko

    I'm a user of the Web PL/SQL generator, not the Forms generator, so I was hoping that someone else would step in with some help for you. Seeing as no-one else gave this a try, here is my two cents worth:
    As far as I know, the module components based on a procedure expect to use the Table API (TAPI) packages, and I think they can optionally use the Module API (MAPI) packages. I think MAPI calls TAPI, so if you use MAPI, you must also generate TAPI. These are generated from the Design Editor, TAPI from the Table Definition. The Web PL/SQL generator REQUIRES the TAPI, so I'm very familiar with them. The on-line help has some good descriptions of TAPI.
    The advantage of using TAPI/MAPI instead of direct table updates from your Form is that TAPIs can enforce business rules at the database level, no matter how your table is updated, whether with Forms, Web PL/SQL or even SQL*Plus. They can also do trigger-like actions that would not be possible with actual database triggers (can you say, mutating table?) You might also want to use TAPI if you have both Forms modules and Web PL/SQL modules against the same table.
    Now - if someone with more Forms generator experience than I wants to chime in with a better answer, please do, especially if anything I said is wrong.

  • Memory modules can we use for RAM upgrade of HP Pavilion dv5-1198de??

    What memory modules can we use for RAM upgrade of HP Pavilion dv5-1198de??
    Max RAM?  Vista?  Windows 7?

    I can't find a dv5-1198de but I did find a dv5-1198er which should be similiar. It states up to 8 gb of ram. HERE
    I would try www.Crucial.com for suggested memory ,you can use their Scanner Tool to let it detect what you have and what you can upgrade/replace with.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Table usage in a module component necessary?

    hi,
    i would like to design a simply forms application. I need only two unbound text-fields (and two buttons) in a window.
    I create
    1. a module
    2. a module component
    3. four unbound items (two text; two button)
    4. I get the following generation error:
    CGEN-00041 ERROR: Module: MY_MODULE has no module components and/or table usages
    6. Ok, I create a table usage with one bound item (Rows Displayed = 1, Display = no)
    It is really necessary to create a table usage? I only need four unbound items(!!!)
    in a forms mask. The data will be not save in database, but they are important for a win_api_dialog in my application. I choose one of x tables in the base table usage window. Perhaps it is better to select the DUAL table!? Does anybody know an another solution without creating a table usage?
    best regards,
    tom rakete

    hi jflack, lennartv,
    I found a solution to generate a forms module without a table usage in the designer. After creating two unbound items I create an action item. I set the datasource type of the module component to >>none<<, because there is no table usage. Now the generation is successful.
    best regards,
    tom

  • Using extended desktop mode with ThinkPad x220

    I have an Acer AL2216W external monitor. It has a resolution of 1680 x 1050
    http://support.acer.com/acerpanam/monitor/0000/Acer/AL2216W/AL2216Wsp2.shtml
    When I use extended desktop mode with the external monitor set as the primary display, everything scales properly on both the external and internal monitor.
    However, if I set the internal monitor as the primary display, the external display does not fill the screen (there is a big black border around the desktop).
    In both cases, the resolution setting for the external monitor is 1680 x 1050.
    Is this normal behaviour?
    Solved!
    Go to Solution.

    Hello,
    That's how Windows behaves.  Supposedly Realtime Soft Ltd.'s UltraMon gives you more precise control over wallpaper under Windows, but I have not used it myself.
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • How to create a Module Component containing a MAX().. GROUP BY Statement

    Hi
    What do I have to do, to get a module component, which, in the end, returns a statement like
    SELECT mas_id, mas_name
    FROM v_masken_zugriff
    WHERE mzu_datenbank = 'database'
    AND (UPPER(vur_name) = UPPER(user)
    OR UPPER(vur_name) IN (SELECT granted_role
    FROM dba_role_privs
    WHERE UPPER(grantee) =UPPER( user)
    GROUP BY mas_id, mas_name
    i.e. how do I generate a GROUP BY Statement?
    Thanks a lot!
    Karine

    Where are you trying to place this?
    Is this a LOV or a pl/sql?

  • Want to Use Extended Receiver Determination

    Dear All,
    As my last post I came to know that i was using invaild data in input payload so i now have tested with proper data.
    i am getting lot of invaild things in my input like space ,# and all from ECC side in first step of pipeline(Receiver Determination). so thinking to use extended reciver determination so that there i can validate the input paylaod there only..........is this possible
    Plz suggset.....
    Regards
    Abhay Agarwal

    Hi Abhay,
    As i read the all the posts in this thread.. and ur error status is..
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>XIServer</SAP:Category>
    <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack>No receiver could be determined</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    This problem is not from the mapping which will be in interface determination... also,
    the mapping(interface determination) comes only after the receiver determination...
    So the problem lies in the receiver determination configuration....
    please delete the receiver determination once and recreate it once more(some times due to cache problem's)
    For ur requirement dont create the extended receiver determination...(it's required only when u want to determine the receivers in run time)
    To delete the spaces and special chars...
    u can solve these in mapping,using the stringReplace and trim functions....
    Also i doubt if at all the incoming source XML is proper structure or not... please check once in the SXMB_MONI.. the incoming payload.
    Still some problem... please post the problem in detail .. so that others can also understand..
    Babu

  • Trying to use extended desktop

    I typically use my 13" MBP with a 20" LG monitor in extended desktop mode. I would regularly plug in my computer when I got home to do work, and unplug it when i left the next morning. I hadn't used extended desktop for a few days, and the next time I plugged in the monitor, it came up with weird resolution with a different aspect ratio and an off center picture. The option for 1600 x 900 at 60Hz isn't listed in system preferences anymore. Do I have a hardware problem here?
    Note: I did switch to a shorter VGA cable to reduce clutter on my desk before this problem occurred, but I can't get extended desktop to work properly with my old cable, so I don't think its a faulty cable.

    OK open System Preferences/Displays and click the Colour Tab
    Does a Profile appear in the left hand column that matches the name of your external monitor ?
    If others appear try selecting one of them and then going back to the first
    Uncheck "Show profiles for this display only' then try selecting some alternatives to see if this kicks it into action.
    Also, try selecting the display profile then clicking 'Calibrate' and run through the adjustments and see if that brings it right.
    If none of those work try /Utilities/Colorsync Utility and click Profile First Aid then Repair.

  • Purchase Requisition using Extended Notifications

    Hello,
    We set up the Purchase Requisition approval so the approver is notified in Outlook.  We are using Extended Notifications to do this.  The approver can approve or reject from Outlook.  However, when the user clicks on approve or reject, they are being asked to logon to the SAP system. 
    Is there a way to use Extended Notifications so the approver can approve or reject directly from Outlook without having to logon to the SAP system?
    Thanks

    Hi,
    In extended notification the approvar will be asked to SAP login details and proceed for approval process. Without log into sap you cannot approve the PR. Please refer below link for better clarity. Thanking you.
    Approve workitems from outlook

  • Service procurement using Extended classic scenario

    Hi All,
    Can Extended classic scenarion supports service procurement.
    I mean SC with services and PO with services in SRM  without hierarchies
    If not any work arounds
    Abdul Raheem

    Hi Abdul ,
    Service procurement using Extended classic scenario is not possible
    PO wont able to create in SRM .
    Thanks & Regards
    Pradeep Kumar Dondeti

Maybe you are looking for

  • Associating requirements in my Word Document with NI Gateway

    What do I need to do in order to associate requirements in my Word Document with NI Gateway? I have created a MS Word Style defined as Requirement_ID and Requirement_Text and applied them to their respective parts of the document but when I load the

  • Reversal documents are not being represented when 0PY_PP_C3 is being loade

    We use the 0HR_PY_PP_2 and 0HR_PY_PP_1 infosources to load the 0PY_PP_C2 and 0PY_PP_C1 ODSs. Then 0PY_PP_C1 updates the 0PY_PP_C3 ODS. Routines in the update rules include corresponding data from 0PY_PP_C2 during the update of 0PY_PP_C3. If there is

  • Update Library of a person using same music files but different login

    I use iTunes with Windows. The songs are saved in "my files". I am using Windows XP Verion 5.1 My wife uses also iTunes on the same computer but with a different login. When I add files to iTunes my library is up to date but not hers. What can I do?

  • From PDF to ePub

    Hi everybody! I was  wondering if now, February 2011, there's a tool which can convert PDF  files into ePub format without all the mess caused by, e.g., Calibre. Thank you very much!

  • ABAP rights on IDES Server

    Hi Gurus we have IDES server installed. while doing some apap work ,   received a message " Access Key required"  > you are not registered as developer. we are sap customer. have installed  SAP ECc6.  i think it is free. ? thanks \ thomas