Regarding the front end uix forms customization

Hi,
I am trying to customise the uix pages for the b2b reports.May I know where the servlets paths are mapped which are mentioned in the uix files.The instace classes used by the uix file is given below.
<event name="search">
<instance class="oracle.tip.tools.integration.buslogic.reports.RptBusinessMessageSearchHandler" />
</event>
but the mentioned path does not exist.Where the actual mapping is done?

Hi Soumyoshis
There is a post called B2B InstanceMessage Sample
B2B InstanceMessage Sample
You can use the InstanceMessage and InstanceMessageUtil classes to generate your own reports. There is a sample code snippet also given in that post which could be a helpful start for you.
Hope this helps.
--Arun                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this

    Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this is indeed possible?

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • ESS customization  : No impact in the Front ENd

    Hi ALL,
    I made the ESS customization in the IMG . (so ressources , area groups, area ...).
    In the Front End , I stil have the same display.
    I empty the cache and restart the IE but still have the same result.
    I tried to change the mapping area group->area in the standard area group SAPESSDEFAULT but even for this nothing change ?
    Any idea ?
    Thx

    I believe your overview iview is not pointing to correct SPRO Area Group page ID.
    Please try review your changes based on below articles on SDN...
    http://213.41.80.15/SAP_ELearning/OKEC/nav/content/011000358700000597012006e.pdf
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e3a488-cdc2-2b10-209b-e01a0ed934b4?QuickLink=index&overridelayout=true

  • Hide "ORACLE FUSION MIDDLEWARE"  message in the front-end

    Hi ,
    I want to hide the "ORACLE FUSION MIDDLEWARE" message in the front-end forms layout.
    Please let me know which file I need to make change in the back-end and do I need to do any-thing from oracle admin also (any deployment or any check).
    Thanks & Regards,
    Harish

    After making some changes in my HTML page the layout is coming properly

  • Changes to the Back-end....Bringing it on to the Front-end

    Hello All,
    I would like to know the means of reflecting the changes made to the back-end tables on to the front end. Say we've a departments table and an ADF UIX page displaying the data from it in the front-end... we make certain modifications to the back-end table.. Now how do I bring it on to the already existing front-end UIX page. Could anyone give me a solution for this. Thanks in advance.
    Regards,
    Arun.V

    Hi,
    If you have navigated to the employees from selected department (ie, all the employees on the page are from the same department) then you can just drag the department name onto the page to create the bindings and display the department name.
    If you are going direct to empoyees in a read only table an easy solution is to create a business component based on a database view that joins the two tables and presents the employee details and the department name.
    create or replace view emp_dept as
    select e.emp_id,
           e.emp_name,
           d.dept_id,
           d.dept_name
    from emp e,
         dept d
    where e.dept_id = d.dept_id; If you want to edit an employee then create a view link to a ViewObject which represents just employees using the employee id. On the single record edit page use a message choice to translate the department id into the department name.
    Brenden

  • To avoid writing database code in the front end

    Hello,
    I am working on a database application using 10g database as backend and dotnet as front end. I wish to execute only oracle stored procedure for all the select (to avoid hard parse and use of bind variable), DDL and DML operations; just to avoid writing database code in the front end. Can anyone please give me a little examples of :
    1.Select query's output to be return as resultset by stored procedure.
    2.DML example by stored procedure.
    3.Any DDL example by stored procedure.
    using scott.emp, so that i would just call the stored procedure, rather than giving select,DML and/or DDL commands in the front end. Even though i have read in the documentation, but a clear cut examples will help me to get into clear concept as well.
    Thanks & Regards
    Girish Sharma

    Hi...
    -->Select example
    create or replace procedure get_emp(rc out sys_refcursor)
    is
    begin
    open rc for select * from emp;
    end;
    -->DML example
    create or replace procedure do_dml_emp(pempid in number,
    pempname varchar2,
    result out number)
    is
    begin
    insert into emp(empid,empname) values(pempid,pempname) returning empid into result;
    exception
    when others then
    result:=-1;
    end;
    -->DDL example
    create or replace procedure ddl_emp(colname varchar2,
    coltype varchar2,
    result out number)
    is
    begin
    result:=-1;
    execute immediate 'alter table emp add column ' || colname || ' ' || coltype ;
    result:=1;
    end;

  • Diagram Not getting displayed on the Front End UI in SSM 7.5

    Hello ,
    We are running SSM 7.5 SP 04. We uploaded a custom image using diagram manager for the required context in the administration UI. The image is uploaded successfully. But , when I open the strategy tab for my context in the front end UI , I am getting a "HTTP 500 Page cannot be displayed error".
    I restarted the listeners and the JPIP sessions as well. But still the error persists. Please advise.
    Thanks and Regards
    Vijay

    Vijay,
    It is possible to successfully upload a strategy map into Diagram Manager and still not see it in the User Interface. After loading the goal diagram has to be Published To Server. You do that in Diagram Manager.
    You can upload a strategy map and Save that in Strategy Default in Administrator Interface, but unless you Publish it, it will not be exposed to the end users.
    In the Set Strategy Defaults area of the Administrator Interface, in the Create or Edit Goal Diagrams section. The Goal Diagram you loaded should have a Publish Date next to it. If it says Not Published, you need to Edit that Goal Diagram in Diagram Manager,
    In Diagram Manager under FILE at the top, choose Publish to Server.
    You now should see a Publish Date in the Administrator interface and Saving it will now make it available on the user side.
    Regards,
    Bob

  • Lync 2013 Enterprise load balancing on the front end and edge pool

    Hi,
    I am setting up a Lync 2013 Enterprise deployment consisting of a Front End pool (x2 FE servers) and an Edge pool (x2 Edge servers).  I'm seeing some conflicting advice regarding load balancing using hardware or DNS for the front end and the edge.
    On the front end I have 2 internal DNS records 'lyncfepool1.contoso.local' each of which map to one of the IPs of the FE servers.  I've used my details to populate the Detailed Design Planner excel spreadsheet and am told that I require a HLB to load
    balance my front end pool.  I'm aware of the need to load balance HTTPS traffic internally (which will be done by TMG) however other traffic to the front end (SIP, etc) can be balanced by DNS only, and not require a HLB?
    Can someone clarify the front end requirement?
    Also - looking now at the edge pool - this site again have two edge servers in a pool.  We are using a total of six private IP addresses, two per edge service (2 x av.contoso.com, 2 x sip.contoso.com and 2 x webcon.contoso.com).  These will be
    NAT'ed by the external firewall and directed to the respective external (DMZ) IP addresses on the Edge servers on port 443.  I know this isn't true roundrobin due to the intelligence of the Lync client when connecting (in that the Lync client will connect
    to one of the public IPs and if it can't connect, it will know to connect to the other service IP), however I want to clarify this set up, particularly the need to direct the external public IP traffic at the DMZ Edge IP specified in the topology builder.
    I've attached a basic diagram of the external/DMZ/Edge side which hopefully helps with this question
    Persevere, Persevere, Per..

    That is because you will always need HLB for a front-end server since it hosts the Lync webservices which use HTTP/HTTPS traffic.
    The description on the calculation tool also describes this correctly:
    Supports Standard and Enterprise pools (up to 12 nodes), with pure device-based load balancing or a combination of DNS load balancing and device-based load balancing (for
    Lync web services)
    You can use either Hardware or DNS loadbalancing for SIP traffic only, but you will always need a HLB for the webservices.  Both are applicable for the Front-End so you have either
    full HLB for both SIP and HTTP(S) traffic
    DNS LB for SIP traffic and HLB for HTTP(S) traffic
    Hope this is more clear :-)
    Lync Server MVP | MCITP Lync Server 2010 | If you think my post is the answer to your question, please mark it as answer so future visitors can easily find it.

  • Crystal Report not running from Addon in the Front End.

    Dear All ,
    There is a Crystal report , .rpt File inbuilt in the Add-on .
    This report runs well from the Source Code .
    But i am facing problem , since it is not Opening at the Front End after registration of the Add0n.
    Suggest what to do ?
    Thanks
    Ashish

    Dear Rahul ,
    In my system , there is a Addon , which has some crystal Report file inbuilt .
    Which run on the Button Click event in the Form at the Front End (SAP GUI).
    When we debug the Source Code and pass the event . . Report Open with no hurdle.
    But the Same thing when we do at the From END of SAP , then it is not Returning any Report.
    Thanks
    Ashish

  • Urgent!!Error in the front end when trying to view a report

    Hi All,
    I am getting this error when I am trying to view a report in the front-end.
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    Please let me know if you have any ideas.
    Thanks.
    Vinay Sai Konduru

    Have a look at your login crenditals in the Connection Pool.
    Regards
    John
    http://obiee101.blogspot.com/

  • How to place an image in database and how to retrieve and display it in the front end

    how to place an image in database and how to retrieve and display it in the front end
    and to place an image in database and retrieve the image from database using xml
    please,help me out.

    Create a table with a Long RAW Datatype column for storing the Image Column Data.
    Create the form based on the table , which by defaults the column with LONG RAW atatype to a Image Item.
    You can use Forms Built in function READ_IMAGE_FILE to read a Image file stored on the file system in to the image item.
    A save on the form saves the image in the Image item in the long raw column.

  • To change the layout of the front end

    I am working in c projects it is a web enabled server at the front end and at the back end it is sap
    I have to make changes in front end to add two i/p fields and backend it should update the sap table
    Please help
    Regards
    Abhijit Chitre

    Hi,
    Welcome to SDN.
    Could you give us information about the web application on the front end, is it using BSP ?
    It sounds like you want to modify the standard, is that OK for you ?
    Have you already located the BSP application (if any) in charge of the processing ?
    Best regards,
    Guillaume

  • "No administrator found for the task" in the front end

    Hi all,
    My issue is, whenever approval request is raised from the front end ( JAVA WEB-DYNPRO), it triggers the workflow through the "<b>sap_wapi_start_workflow</b>" and when the workflow proceeds to the first level of approval, the front end application provides the approver with <b>Approve</b> and <b>Reject</b> options.
    On click of approve, from the java webdynpro, the approve status is written in the container using "<b>sap_wapi_write_container</b>" and then a call is made to "<b>sap_wapi_workitem_complete</b>". Upon excution, the message line is "<b>No administrator found for the task</b>" and the return code is "<b>1</b>".
    But if we do the same steps from the backend (R/3), the workitem is getting completed without any such error.
    Please advice.
    Thanks.

    Hi Balaji,
    I think I have an answer for you.  This has happened with us when approving a WD java task using UWL (in our case for travel).  The key is the return code of 1.
    What has happened is this.  The return code actually comes from the function SWW_WI_STATUS_CHANGE_NEW which is called deep in the WAPI wrapper.  It means "infeasible_state_transition = 1".
    This is due to the fact that after updating the container, your wapi call from web dynpro tries to change the workitem from status of "Ready" to status "Completed".  This will not work.
    What you will have to do is call "SWW_WI_STATUS_CHANGE_NEW" to set the status to 'SELECTED' beofre setting the item to complete.
    The reason for this is that when you are executing from R3, the status change is done for you.  When calling from the WD, no reservation of the workitem occurs.
    Sorry about last night, I live well outside of town and the phone reception at my place is poor.
    Regards
    Gareth

  • Data not reflecting in the front end after hiring from PA48

    Hi,
    I am doing the data transfer process from the webdynpro application. The candidate to be hired is getting reflected in PA48,and once the hiring is done and I run HRALXSYNC, the status is still red. Can anybody suggest what else needs to be done, so that the employee details are reflected in the front end.
    Regards,
    Afra

    Hi,
    Check this
    Switch PBPHR: ON 
    Switch HRAC: X
    in  77S0 table.
    Regards,
    Sai

  • File Upload in the Front End

    I believe what I am about to ask isn't possible, however, I thought I should ask.before I say it cannot be done.
    With open admin you can create file uploads that upload to a specified directory. Is there anyway to expose this on the front end of the site to allow for customers to upload files?
    I ask because I would like to replicate a file upload feature that uploads to a specific directory of the site. Once that is done I display the image on the front end of the website.
    I know I can upload files using a webform, however, this doesn't work for what I would like to do.
    Any ideas or thoughts on this?

    Hi Lynda,
    That would be a security risk with bad files, viruses and open to abusive use.
    You can submit files to a folder via a web app submission where you have to be logged in. This is that option for those reasons and a normal form submission goes into a case to keep it off your site so someone cant store and hotlink as a free storage space etc.

Maybe you are looking for

  • App error 200 on Torch 9800

    Got an App error 200 on my Black. Been trying to restart and restart and restart but still it freeze during the process and still getting the App error 200 and the only thing my black allows me to do is to restart !!!!! Was on Blackberry World trying

  • Ipod touch will connect to pc itunes but no audio

    ipod touch will connect to pc itunes but no audio

  • How to add data enhanced IT0402.

    Dear All, I have added some fields in Infotype 0402 as per required.but i am not able to store data into 0402.when i see payslip data is showing there,but when i try to fetch data from IT 0402 into abap query it is not showing any data.and when i try

  • Any easy to way to use custom scripts?

    Is there any plug-in or whatever that gives me a separate window where i can just click to use custom script? Any other easy ways are fine.

  • Directory watch on another server

    OK, we have a weird situation. I am in an environment where we have ColdFusion MX 7 on our development server but CF 5 on our production servers. I have developed a directory watcher solution to automate one of my processes but it will be at least 6