External WD application

Hi Friends,
    Is it possible to have an external WD application iView on the same page? I have this application in the public part of a development component and i have used plugs to navigate between the iViews. But i dont want the called application to be displayed in a new page.
Thanks in advance.
Nathan.

Hi Nathan,
Yes, you can have an external Application component in the same iView... follow the steps..
1. Create a Viewset and corresponding Layout as per ur requirement.
2. Now make a right click to embed the iviews and choose "Embed Interface View of a component instance" and click Next
3. Select the component interface view Component Instances -> InternalComponent<InternalInterface> ->  <InterfaceView> and confirm with Finish.
4. Now u can find the iView of the other component in ur viewset... now u can control the component by creating a instance of it using CreateComponent() and destroy it using DeleteComponent()... like the one below:
wdThis.wdGetInternalComponentComponentUsage().createComponent();
wdThis.wdGetInternalComponentComponentUsage().deleteComponent();
Hope it helps...revert back if u have further queries...
Regards / Guru

Similar Messages

  • How to hide url of third party external/partner application

    I have a third party external oracle application arcims by the esri corporation that I have on a test portal.
    It has it's own password authentication. In order to have sso work i have to turn off its password request.
    The problem is that the URL address shows in the portal. Anyone could simply type in the URL and access the application directly and bypass the portal login. Can One hide or wrap the URL in portal? If so HOW is that done?

    Since you'va already made Java non-portable by using Runtime, you're probably bbest off using the OS's capabilities to find the program's path.
    If the 3rd party program was always contained in Java's classpath list, you could use Class.getResource().

  • Can external ADF application write to BPM Payload structures?

    Hi all
    New to BPM and trying to understand the best practices here.
    We have Oracle BPM 11.1.1.6.0.
    We have an external ADF application that will be used for online data entry, that comes in via public user. This data then needs to be reviewed and approved/rejected by the internal users and for this we are using BPM interface.
    I have many concerns implementing above scenario in BPM
    a) Can we login to BPM workspace via ADF application? If so, can you experts share with us some examples to look at?
    b) We dont want to use temp tables in the database, when user is doing online entry. We need to push this into BPM payload structures, when a user saves the data partially. When he does submit for approval, we need to initiate a task on the BPM side(for the reviewer). Is this possible? , especially saving the data into BPM payload structures from ADF application? Is this recommended or a good practice? Is there an example or how this can be achieved?
    I know this is a long list of questions, but going thru the web, really did not help us much. So checking with the community for the best way to get good reliable answers.
    Thanks
    SR
    Edited by: libran on Feb 28, 2013 1:29 PM

    Hi SR
    a) Can we login to BPM workspace via ADF application? If so, can you experts share with us some examples to look at?
    Not directly. BPM Application itself is a WebApplication. In high level it has 2 main things. List of Tasks with different status like Assigned, completed, active etc et.c And for each Task, click on that opens the task details page. This task details page is the ONE that can contain ACTUAL Data. Now this actual Data can be part of the process itself we call as Payload. Or this entire data can be in any other existing application or database. But the payload will just have like main PKs (Primiary keys) like order id, salesid, customer id, projectid etc etc. Using these IDs and some APIs you can use your existing application data. Coming to screen, you cannot use the existing screens as it is.
    b) We dont want to use temp tables in the database, when user is doing online entry. We need to push this into BPM payload structures, when a user saves the data partially. When he does submit for approval, we need to initiate a task on the BPM side(for the reviewer). Is this possible? , especially saving the data into BPM payload structures from ADF application? Is this recommended or a good practice? Is there an example or how this can be achieved?
    1) NO. I would NOT recommend to put your existing data filled out from online form into Payload. There is NO need for this. From online when user clicks on Submit for Approval, just pass the key information like IDs, some names, status etc. Just the core and it should like 2 or 3 at the most. Any complex data will have only couple of main primary master keys and rest are all the internal relations. Once these IDs are in paylosd, you can use ADF components to pull the full entire data set for display in the TaskForms (mostly display only). Use ManagedBeans or DataControls/EJBs that takes these IDs.
    2) From online web on Submit, YES, you can invoke automatically a BPM Process. BPM Process can be initiate in many ways: Using Workspace application, Email, scheduler, WebServices, Java based APIs etc. The ideal way is WebServices. I guess you want to do first some validation and then only create an approval instance.
    Giving a ready made example is tough. I do not have any old links on top of my head for reference. I will see if I can find them.
    My suggestion, leave the Payload as light as possible unless and untill if there is no other go.
    Thanks
    Ravi Jegga

  • Use of LORD APIs from external Java application

    We have a need (business scnerio driven) to write an external Java application for Sales Order/Quotation entry. We have recently updated to EHP4 to make use of LORD APIs built by SAP for CRM processes. We are going through published APIs and learning them the hard way (tral and error). We are making progress but slow. Currently we are working through function group ERP_LORD which contains 32 function modules (ERP_LORD_LOAD etc)
    Does anyone know have documentation on basic order entry scnerios and APIs to use and further information on variations of ERP_LORD_SET that may save us some time?
    Any additional information will be appreciated.

    How will they be able to access your application if they aren't users of the system?

  • Can we wrap a RFC as webservice  and use from external java application ?

    Hi Friends ,
                         Our scenario is  call a webservice ( wrapped form of RFC)  from a external  java application  which will pass the input to that webservice and get back the result  .
                          How XI will play a role here ?
                          Can we wrap a rfc as web service  ?
                           Any blogs for that ?
                          Can you please give a brief details about this ?
                          Expecting yoour asap
    Best Regards .,
    V.Rangarajan

    Hi
    Can we wrap a rfc as web service ?
    Yes.
    <i>To use the SAP Web AS 6.40 you need to build a wrapper in the 6.40 system. This is a remote function call (RFC) enabled function module with the same interface or a similar interface that internally calls the required RFC-enabled function module in the old 4.6x system via RFC. The wrapper then can be exposed to the outside world as a Web service. Another option is to use the Integration Broker capabilities for calling Web services in an older system.</i>
    How XI will play a role here ?
    XI will pass the input to the external java application and get back the result to the webservice
    regards
    krishna

  • Example-- Call RFC from external Java Application

    Update: I need code example to call RFC from External Java application. Can onybody help me?                                                      
    RGDS
    RP
    hi all.
    i want to create my own log for each interface.
    i saw this blog:
    /people/michal.krawczyk2/blog/2006/09/20/xi-abap-mapping-logs--more-standard-better-visibility
    my doubt is how to catch the error that i see in SXI_MONITOR y put it in a Sub-Objetc.
    For example: in sxi_monitor i get the error for my interface NMUCustomer: "No receiver could not be found" or "Error Mapping Traformation".
    I created an Object called ZNMUCUSTOMER and a Sub-Objetc called ZERROR.
    what i must do to get the error I see in monitor and assign it to Sub-Object??
    Rgds.
    Message was edited by:
            Rodrigo Pertierra
    Message was edited by:
            Rodrigo Pertierra
    Message was edited by:
            Rodrigo Pertierra

    Hi,
    Oh, you are using ABAP mapping ......
    then use the following in ABAP mapping ..
    TRACE1,TRACE2,TRACE3.... for trace level 1,2,3......
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0302591383
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/866ce290-0201-0010-338f-b8c3553aaa0f
    Regards
    Chilla

  • Contractor information not generate in external database application.

    Hi all,
    I'm new in IDM, and now doing some Labs.
    When I was doing this Lab [http://codigoctm.files.wordpress.com/2012/09/lab-04-event-handler-development.pdf], I met a problem:
    After a user has been created, no contractor information generated in the external database application.
    Can anybody tell me how to check this problem and fix it?
    Any suggestions are appreciated.
    Many thanks,
    Arvin

    Did you restart ACS services after addingthe new ODBC database?

  • How do I change the external editing application?

    I set my external editing application to something other than what I want it to be now, and I cannot find a way to change it.

    iPhoto preferences - select edit in and reselect the current external editor - a selection window will open so you can select a new one
    LN

  • How Can I submit data to an external java application

    Hi Gurus,
    I've this requirement and I would appreciate if someone can provide me some guidance.
    My requirement is that we are building a webdynpro ABAP application inside our SAP system. This webdynpro application should be able to collect data from the user. When the user submits the data, this data needs to be processed by should an external java application for which we've the URL available.
    The data has to be sent to this external Java web application in the form of parameters to that application programatically through post method.
    Is there anyway we can code this in our webdynpro ABAP application.
    Please help.
    Regards,
    Sam K

    It isn't Web Dynpro ABAP functionality - per say - but you can use the class CL_HTTP_CLIENT for the ABAP server to act as a browser and make HTTP requests to other web servers.  This is how Web Services work from ABAP.  This class lets you build the request object and post it to an external server.  However you might consider if using a full blow Web Service might provide you with a better approach than just posting to an external URL.

  • E-Recruiting -External Candidate application - External Branding - SAP Them

    Hi,
    In E-Recruiting, External Candidate application launched out side of portal. We need to change the SAP Themes as per customer branding requirements. Is it advisable to change the themes? What is the View of SAP for changing the Themes?
    I understand that SAP generates links (eg. u2018Invites to applyu2019 has a URL) in various places in E-Recruiting BSP/WDA Application. We canu2019t modify/enhance methods to append URL parameter in order to call custom there. Am I right?
    Please share your experience on this.
    u2026Nandha

    I'm closing this thread as i don't work this topic anymore.
    Thank You!

  • DND to external Javascript Application

    Hello
    I was wondering if it is possible to drag elements from a RAP Tree widget into an external Javascript application, which is running in a Browser widget?
    So far I tried using the same Tree in a RCP application, which worked.
    DND on the Tree itself works in RAP too, but as soon as an element is dragged outside of the Tree, the drop is blocked.
    Is it not supported?
    greets
    Flavio

    Hi Flavio,
    to make the things clear - you want to drag a TreeItem to external JS
    application (not RAP based) loaded in Browser widget? And this approach
    is working in RCP? Right? Unfortunately, this is currently not possible
    in RAP. Could you provide a simple snippet/project to demonstrate this
    functionality.
    Regards,
    Ivan
    Ivan Furnadjiev
    Twitter: @EclipseRAP
    Blog: http://eclipsesource.com/blogs/
    Professional services for RAP and RCP?
    http://eclipsesource.com/services/rap/

  • Determine all controls of an external swing application

    Hi @ all,
    is it possible to determine the controls, like buttons or textfields, and menus of an external swing application.
    I've only the PID and the windows handle of the base window.
    Java: 1.4 or 1.5
    OS: Windows

    Right, do you understand JProgressBars? If you don't, google JProgressBar and read up on them.
    For a percentage JProgressBar, you are going to need an min value, and an max value. This is so you can work out the 100%. At the moment you are using an external exe, in which you don't have access to the source code, this therefore means you can't find the values needed for max value. Therefore you could not build an JProgressBar using the external exe, because you don't know the values. Even if you could find the values, they will change with the size of the file. You could make an guess at how long it takes to complete(But that would just be stupid)
    OR
    The easiest solution for you would be to use the example I give you, wait for the exe to stop, then open an message box saying it has finished and then disable the JProgressBar.
    As people before me have said that this will be the best and easiest solution for you.

  • Is BAPI_TRANSACTION_ROLLBACK supported in external RFC applications?

    Hello,
    maybe someone could shed some light into this.
    I am writing an external RFC client application using library librfc32.dll. The application calls a custom RFC module, which inserts a record in a custom Z* table. This RFC module does not invoke, explicitly or implicitly (at least, not that I am aware of) the COMMIT WORK operation.
    After this RFC module call the RFC/BAPI module BAPI_TRANSACTION_ROLLBACK is called. The intent is, of course, to rollback the operation from the previous RFC call. Yet the rollback attempt fails and the inserted record is not removed from the table.
    An ABAP program making the exact same calls to those RFC modules, however succeeds.
    Has anyone an explanation for this behavior? Thank you!

    Hi,
    In case of a WARNING message, the ROLLBACK wont happen automatically whereas in case of an ERROR message, the ROLLBACK would happen.
    But to be on safer side, it is always good to call BAPI_TRANSACTION_ROLLBACK irrespective of the message type ( Warning or Error).
    Same is the case with COMMIT. If you dont give an explicit commit work, the data would be COMMITED once the transaction/process is completed without any error/warning messages.
    Best regards,
    Prashant

  • External Table Application

    Trying to install the External_Table_Simple_0.9 application but I am receiving errors.
    I installed the application but it could not see the flat file, so I de-installed and on re-install I got these errors.
    report error:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: unable to open log file EXT_EMPLOYEES_EXTERNAL_5476_2344.log
    OS error The data is invalid.
    Has anybody experienced this.
    Gus

    Gus,
    Copy and paste will not do the work every time.
    I copied and pasted the package definition you posted and it won't compile. One
    of the declarations is not properly quoted:
    x :=
             q'! comment on table ext_employees is 'Data loaded: !'
          || TO_CHAR (SYSDATE, 'FMDay, Mon ddth, hh:mi am');
       x := x || q'! by !' || NVL (v ('APP_USER'), USER) || q'!' !';
       EXECUTE IMMEDIATE x;
    ...Other than that, you also had an inproper positioning specification here:
    FIRST_NAME position(8:22),
    last_name position(23:34),
    where you didn't consider whitspace between the two columns.
    I assume the file you use is of fixed column length. I used the information
    you pasted here and modified it accordingly to get a fixed lenght of the columns:
    EMP_ID FIRST_NAME LAST_NAME EMAIL    PHONE_NUMBER HIRE_DATE  JOB_ID  SALARY COMM_PCT MGR_ID DEPT_ID
    100    Steven     King      SKING    515.123.4567 06/17/1987 AD_PRES 24000           90
    101    Neena      Kochhar   NKOCHHAR 515.123.4568 09/21/1989 AD_VP   17000           100    90
    102    Lex        De Haan   LDEHAAN  515.123.4569 01/13/1993 AD_VP   17000           100    90
    103    Al         Hunold    AHUNOLD  590.423.4567 01/03/1990 IT_PROG 9000            102    60Saved it as employees.txt into the directory DATA_LOAD.
    Running the following script will create an external table:
    CREATE TABLE ext_employees_external
      employee_id     VARCHAR(20),
      first_name      VARCHAR(20),
      last_name       VARCHAR(20),
      email           VARCHAR(20),
      phone_number    VARCHAR(20),
      hire_date       VARCHAR(20),
      job_id          VARCHAR(20),
      salary          VARCHAR(20),
      commission_pct  VARCHAR(20),
      manager_id      VARCHAR(20),
      department_id   VARCHAR(20)
    ORGANIZATION EXTERNAL
      (  TYPE oracle_loader
         DEFAULT DIRECTORY data_load
         ACCESS PARAMETERS
           ( RECORDS DELIMITED BY NEWLINE
    SKIP 2
    FIELDS MISSING FIELD VALUES ARE NULL(
    employee_id POSITION(001:006),
    first_name POSITION(008:0017),
    last_name POSITION(019:027),
    email POSITION(029:036),
    phone_number POSITION(038:049),
    hire_date POSITION(051:060) ,
    job_id POSITION(062:068),
    salary POSITION(070:075),
    commission_pct POSITION(077:083),
    manager_id POSITION(086:092),
    department_id POSITION(093:100)
         LOCATION (data_load:'employees.txt')
    REJECT LIMIT 10
    NOPARALLEL
    NOMONITORING;This table is reading the data properly. You may now include this in your procedure.
    You certanly need to have a look at your .txt file and exactly determie the column
    widths. I was using varchar2 in the column definiton of the extenal table. Since you are
    loading the external table into your "real" table, you may want to perform data
    conversion at that point.
    The directory I specified in this script is DATA_LOAD. Your directory may be different.
    Denes Kubicek

  • How can I call external SSL application to enter Payments from EBS 10.5.10?

    Hello
    I am not able to do
    [Can I call any ActiveX control in the Forms under Oracle EBS 11.5.10 ?|http://forums.oracle.com/forums/thread.jspa?threadID=1086549&tstart=135]
    Now I am looking for some ideas or alternatives or suggestions.
    We are at EBS 11.5.10 on 9i and window environment.
    Background:
    We have a custom application that runs in EBS to enter payments againts Customers, Invoices or Orders. (pl do not recommand iPayments)
    When payment type is CreditCard upon saving a procedure calls a consol apps to charge the card electronicaly using Authorize.net APIs.
    Problem:
    Now this procedure of calling (consol apps) is not PCI compliance as unencrypted card number is passed to console app. (consol app is not using SSL connection)
    Solution:
    Created SSL web site using .NET and can call this using WEB.SHOW_DOCUMENT. Because this is external apps hence I can not get data/response back to calling form (Oracle EBS). This solution is not very elegant as user has to manually query (in the EBS) after saving/submitting/closing web page.
    Any other idea to improve above solution or or suggestions for new one. Except for payment part everything else in this suitation is in EBS.
    Thanks a lot.

    All Gurus please give some advice. Its is for EBS 11.5.10 (not 10.5.11 typo in the message title). Thanks..

Maybe you are looking for