How to incert custom leave application IView under ESS overview?

Dear Team,
We are developed custom leave application like Work & Time & now that displaying at work set row
My client requirement is Custom leave application should also display under ESS Overview with iView pic along with other iView’s.
Please share the your valuable suggestions on this
Thanks,
Srinivas

What's the type of appilication you have developed, is it WDABAP based or ...
Ask your portal consultant to create an iview for your application based on your application type (I.e WD ABAP/Transaction code etc) and assign that to page and then under role of ESS for Work & Time workset in portal content admin.

Similar Messages

  • How to run custom BSP application in UI frame work.

    Hi,
    Can you please tell me how to run custom BSP application in UI frame work.
    I have copied CRM_UI_FRAME application into ZCRM_UI_FRAME. Now if i am trying to test this particular application but in URL of IE i am able to see that its always calling CRM_UI_FRAME application.
    Can any body help me out in this?
    Rgds,
    Jat.

    Hi!
    You will find that and some other interesting stuff here
    https://websmp206.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700001006302007E
    The documents name is How-to Guide Framework Enhancements
    rollo
    Edited by: rollo on Aug 8, 2008 8:20 AM

  • How can you custom KM Discussion iView

    How can you custom KM Discussion iView?
    Please send samples.
    Thank you,

    Hi,
    Here you have some useful links, but take into account that in the last patch SAP introduce a new forum similar to use in SDN.
    Also, try to be more clear about your requirements. What do you need to configure ?
    Configuring Discussion Groups
    http://help.sap.com/saphelp_nw2004s/helpdata/en/01/ed0f412d72f323e10000000a155106/frameset.htm
    Editing Discussion Names and Descriptions
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/ea4f16b2c04fcce10000000a422035/frameset.htm
    Configuring Discussions for Documents and Folders
    http://help.sap.com/saphelp_nw2004s/helpdata/en/00/e7d78125e60d4a8f584f58a939f73d/frameset.htm
    Patricio.

  • Populate cost centre in IT 2001 via Leave application submitted through ESS

    Gurus,
    we have a scenario to populate CC in "Cost Assignment" Tab of IT 2001, when a leave is submitted via ESS. Now we have enabled the additional fileds on ESS and when leave application iView is opened, the CC field is displayed and is defaulted with a CC through an User Exit. But when this leave is approved and posted to IT 2001, the Cost Assignment tab is not populated. However the CC value is very much available in the intermediate table "ptarq_extra_info".
    Basically, the CC to be stored in table ASSOB ASSHR.
    Many thanks.
    Sid

    Gurus,
    we have a scenario to populate CC in "Cost Assignment" Tab of IT 2001, when a leave is submitted via ESS. Now we have enabled the additional fileds on ESS and when leave application iView is opened, the CC field is displayed and is defaulted with a CC through an User Exit. But when this leave is approved and posted to IT 2001, the Cost Assignment tab is not populated. However the CC value is very much available in the intermediate table "ptarq_extra_info".
    Basically, the CC to be stored in table ASSOB ASSHR.
    Many thanks.
    Sid

  • How to call custom BSP application (copied from standard)

    Hi,
    I came across 1 interesting link in SDN.
    [Enhancement procedure of BSP application HRRCF_RECRUITER in eRecruitment]
    My requirement is also similar.
    I need to copy the HRRCF_TRM_SRCH application.
    I know how to make the changes for the logic (like copying the standard controller & iterator class etc.)
    But I donu2019t know how to call the custom BSP application.
    One requirement is, I need to call a BSP application, in which there are only UI(user interface/screen) changes .
    That is, if there are only changes made to hitlist_cand.bsp page . And no changes made to hitlist_cand.do page.
    Eg: Removing one button from screen.
    Second requirement is, I need to call a BSP application in which there are logic changes also.
    (I know how to  change the standard controller class to custom class)
    Eg: Changing logic of button.
    We tried renaming the application name from standard to custom one (with Namespace=SAP itself, though it gave a warning) in the table T77RCF_LOG_APPL .
    Then we used this name to configure the start page link. But still the execution control is going to standard page & not to custom BSP application.
    How will I know which BSP application(Appl A), is calling the BSP application (Appl B) in which I want to make changes ?
    The starting application is HRRCF_START_INT.
    Would really appreciate solutions posted.
    Thanks,
    Nisha Vengal.

    Hi Nisha,
    I think you have an issue to call custom BSP.
    -     Ignore the warning message (in the table T77RCF_LOG_APPL) as it is just a warning message. I did not touch start page link at all.
    -     Additionally you need to make (I had to made) an entry in table u2018V77RCF_SMG_NAVIu2019.
    Let me know, if you need anything else.
    ...Naddy

  • How to call custom BSP application on click of BACK button for SC in EBP.

    Hi All,
    We are implementing OCI using custom BSP applications.In EBP SC screen ,in step1 (Select Goods/Services), the links for these BSP applications are displayed.
    The user can create a shopping cart using these applications , after the items are transfered from BSP to SC on standard  EBP screen , in step2
    there are four buttons ,
    1)Refresh
    2)Check
    3)Back
    4)Continue.
    We need to call one of our custom BSP applications on click of  this BACK button
    How can i acchieve the same?
    Do i need to make changes in the standard ITS application or thers some other way?
    Thanks,
    Anubhav.
    Edited by: Anubhav Jain on Jul 1, 2008 7:24 AM

    To call a wd abap application from BSP use the method CL_WD_UTILITIES=>CONSTRUCT_WD_URL then just create a link in bsp with the url returned like this:
    <a href="url">Link</a>
    To pass data from wd abap to bsp or vice versa that a look at this blog: /people/koen.labie2/blog/2006/11/29/eating-cookies-with-webdynpro-and-bsp
    regards,
    Fabio Louzada Saito

  • How to integrate custom web application within Fusion Environment?

    Hi all,
    I have created a simple custom web application with JDeveloper (11.1.1.6.2).
    From JDeveloper this application is running successfully through the IntegratedWebLogicServer connected with our Fusion Database.
    Now I want to integrate this custom web application within our our Fusion Environment (11.1.4).
    The final goal is to make it available inside the navigator menu in Fusion Applications.
    I need some guidance how to get this done.
    For example I have created an EAR-file. Where should this file be deployed?
    How can I create an entry in the navigation menu pointing to this web application?
    The web application should be handled just like seeded pages. (no additional security, login, etc.) How do I manage that?
    I have checked several Oracle Guides and forums (also blogs.oracle.com/fadevrel), but still it is not clear to me.
    Maybe I am on the wrong track, I don't know.
    Kind regards,
    Cor van Dongen

    How you deploy your EAR depends on the type of environment you have. For "OnSite" deployment you would need to contact the production system administrator to have your application deployed on the production WLS. The administrator would decide where and how the application is deployed, the process would be specific to the site.
    The security behavior depends on the configuration, e.g. when you enable security on your application various [url http://docs.oracle.com/cd/E14571_01/web.1111/b31974/adding_security.htm#BGBDEHFH]files are created / updated. When deployed to production these configurations need to be changed to suite the production instance, i.e. in development environments authentication is enforced by security constraints while in production this is achieved e.g. using OAM policies. The specific details depend on the instance.
    For Cloud environments you would need to deploy the application e.g. on [url https://cloud.oracle.com/mycloud/f?p=service:home:0]Java Cloud Service instance as applications cannot be deployed on the Cloud production instance.
    To integrate with the navigator menu refer to the [url http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e16691/ext_nm.htm]Customizing the Navigator Menu documentation.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How to go for BEx application iView

    Hi Gurus
           I am new in portal since last 2-3 months. Now my project requirment is to work with Functional BW and SCM consultant.
           Functional consultant creating Queries in "Query Designer" and They are viewing or executing through "Bex analyzer" in excel **** form.Now they want this to be display in Portal. Some of them advised to use "Web Application Designer".
    My Q:
    1.      Is Web application is mandatory step in between ?
    2.      Without using Web Appln designer can we create iviews ?
    3.      What is exact steps i must follow after getting query ?
    4.      If I need to create Bex application iVeiw for that we need to give "Query string, from where we can get that Query Designer or Web appln Desginer ?

    Web Application Designer is not mandatory to display bex reports in portal
    u can create Iviews without web application designer
    Goto portal --
    Creating an BEx iView:
    1.Right-click on the iViews folder, and choose New &#8594; iView. The iView Wizard displays.
    2.Select iView template – create an iView from an existing iView template radio button.
    3.Choose Next.
    4.In the iView Wizard, select BEx Web Application iView radio button.
    5.Choose Next.
    6.Enter a name, iView ID and iView ID Prefix.
    7.Choose Next.
    8.Choose SAP BW2.x/3.x radio button from Version.  
    9.Choose Next.
    10.Select the SAP BW system alias SAP_BW and in the BEx Web Application Query String,  For Eg :  &INFOCUBE=0SD_C04&QUERY=0SD_C04_Q0001
    11.Choose Next.
    12.Select the Open for editing when Wizard completes check box.  
    13.Choose Finish.
    14.In the Property Category drop list, choose Appearance – Size.
    15.Make modifications to the Attributes by changing Height Type to FULL_PAGE.

  • How to port custom forms application from oracle apps to standard Forms

    Hi All
    I have developed a small custom forms application inside Oracle EBS.
    I have used the TEMPLATE.fmb for all of my custom forms and followed all the standard metalink docs for building a custom forms application inside Oracle EBS 11i.
    Now i kindly want to ask if there is any possibility on hos to port this custom application in a standard forms and reports services with oracle database, not using the Oracle EBS technology stack.
    Is there any doc or step by step procedures?
    thank you very much in advance
    Soni

    Now i kindly want to ask if there is any possibility on hos to port this custom application in a standard forms and reports services with oracle database, not using the Oracle EBS technology stack.If you want to register this custom form and integrate it with EBS then you need to do it from EBS.
    Is there any doc or step by step procedures?https://forums.oracle.com/forums/search.jspa?threadID=&q=custom+AND+form+AND+register&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=custom+AND+application+AND+register&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Add custom fields in VL02N under Item overview tab

    Hi,
    In VL02N, I need to add two input fields under the tab "Item Overview"...
    I found the BADI  LE_SHP_TAB_CUST_ITEM but it is for adding a new tab i guess....
    Is there any way to add fields under item overview only ??

    Hi,
    find the enhancements for those transactions by using SE24 or  goto transaction > choose status option> find program name--> enter program name in SE38 --> goto attributes and find the package --> then goto SE84  give the  package name in the enhancements.
    If u want to add the custom field  in the perticular tab -> goto that perticular screen> click on status button> find the program name and screen no:> go for SE51 give tha deatils and find the enhancement .
    Thanks,

  • Document Attachment functionality in Leave application page of ESS

    Hi All,
    I have a requirement where in i have to develop a functionality in standard leave application ( Time management) page of ESS / MSS.  Does SAP has any standard file type and any particular size limit to be considered while uploading the file.And will there be any adverse effects if this is done.
    Any suggestion will be of great help.
    Thanks in Advance,
    KN

    Hi,
    As you would be using file system :
    File Extension : if you want control on extension of file you need to code your application accordingly
    File Size : THe limit on file size will be impacted by bandwidth & current infrastructure If portal accessesd only in internal LAN you would have more bandwidth and if it through internet you would have less bandwidth. Webdispatcher timeout parameter needs to be configured accordingly. Ideally it should not be problem of file size upto 100MB.
    Regards,
    Jigar Oza

  • How to Change Column text of Iview HCM Process Overview

    ECC Ehp4 sps7
    Portal 7.01 sps7
    Please Help,
    I am trying to globally personalize the Copy of the Iview HCM Process Overview . The column texts have titles such as Object Type and Object Key. I want to rename them Person ID etc.
    I was able to "Hide" some columns in the Iview but when I change the text in the "Settings for Current Configuration" it does not Appy or change the Display.
    I am in the Portal Content Administrator, with Admin priveledges. I am opening the Iview objecyt then using Preview.
    I then Right cntl click to bring up the Settings for Current Configuration. I am looking at the View UI Element Tree and opening the Grouping of UI Elements. I see the text for the column "Object  Key" I change the text but when I save it does not change the Iview text. When I open the "Settings for Current Configuration again the changed text is still there but the Iview has not changed
    Any help on this matter would be appreciated.
    thank you,
    Sarah

    Yes,
    I have opened the Role object, edited the Work Overview Page inside the role, selected / clicked on the Iview HCM Process Overview, opened the IView  HCM Process Overview, previewed it, cntl right click for Settings for current configuration,
    Selected the UI Element "Object Type" TEXT and made my changes
    Sarah

  • How to create custom BSP application in SAP CRM?

    Hi Experts,
    I would like to seek help from you. I am new in developing CRM objects. My first requirement is to create a custom program that will generate a PDF report.
    First thing I would like to know is the transaction code where I need to create a BSP application that will be able to run in crm webclient. Please clarify if it is in BSP_WD_CMPWB or in SE80 because it is said that I should create BSP application using MVC.
    Second thing is how will I be able to call a smartforms in a BSP application. The scenario for my custom program would be, I should have a two input fields in the selection-screen which are Business Partner ID and Product Lines. together with a button that will trigger the form when ticked.
    Hope to hear from all of you. Your help will be very much appreciated.
    Thanks and Regards,
    Monica

    Hello MonicAnna,
    You can find some information on this page.
    (http://help.sap.com/saphelp_nw70/helpdata/en/59/cd7daa07d711d5b66f006094192fe3/content.htm)
    And also you dont have to use se80 to create new Bsp appliaction. You can create new application by this transaction BSP_WD_CMPWB.
    Zafer,
    Edited by: Zafer Kuru on Dec 5, 2011 10:12 AM

  • How to test custom UI applications in CRM 5.0

    Hello Experts,
    In CRM 5.0 how can I run and test my own stand alone test UI components?
    I have created one test Z application and created a couple of views in it.But when I open the application using bsp_wd_workbench it says "No initial page defined for the application; Testing is not possible".
    How can I define an initial page and run my test application.
    Your help will much appreciated.
    Thanks & Regards
    Anupam

    Hi Anupam
    I think you need to review the IC Webclient Consultants Cookbook. It gives example sof what you're discussing.
    Regards
    Arden
    Reward with Points if Helpful

  • How to display a KM document iView as ESS link

    Hi Experts,
    In my project we have already implemented ESS. As per a new requirement, I have stored a page in KM. I have created KM Document iView. In the project we are already having standard link for ESS --> Personal Information --> Personal Data. Right now this is pointing to a standard iView. I would like to call KM document iView when the user clicks on ESS --> Personal Information --> Personal Data. How we can do so? I tried changing the spro setting in following way
    1) I have created iView. The PCD location is as below:
    pcd:portal_content/com.aa.all.folder.sabic/com.aa.ep.folder.enterprise_portal/com.aa.portal.folder.iviews/com.aa.portal.folder.singapore_ess/com.sabic.portal.iview.aa.coming_soon
    2) In the spro, I selected resource. I create a new resource called ZESS_SERV_COMING_SOON_SG
    3) I set URL of Resource Object as
    ROLES://portal_content/com.aa.all.folder.sabic/com.aa.ep.folder.enterprise_portal/com.aa.portal.folder.iviews/com.aa.portal.folder.singapore_ess/com.sabic.portal.iview.aa.coming_soon
    4) In the spro, I selected the node 'Define Services' for standard link ESS --> Personal Information --> Personal Data. Here I changed the service type to 'Call a Portal Page (PCD)'. I also changed Linked Resource to ZESS_SERV_COMING_SOON_SG.
    5) I logged off and again logged into Portal. However, I can not see the link altogether for ESS --> Personal Information --> Personal Data.
    6) Please let me know what is wrong with my method.
    Please help.
    Regards,
    Gaurav

    Hi All,
    Thanks for the help. The issue got resolved. I am writing the solution here for the benefit of SDN users
    1) Create iView
    2) Create Page
    3) Attach page in the Role
    4) Go to newly created resource. URL of PCD page should be filled up with the value. ROLE://.... path of page in the role.
    Regards,
    Gary

Maybe you are looking for

  • Fan is running constantly after upgrading to Yosemite

    I have a 2007 era MacBookPro and since upgrading toYosemite, the fan will not stop running, from the moment I power on.  This is new behavior that I did not have under previous OSs.  At the moment, I have only Safari and Finder apps open and the mach

  • Monitoring a non-SAP satellite system in Solution Manager

    Hi Folks, I have two quick questions. 1.) What is the proper procedure/tool for monitoring a non-NW system in Solution Manager? Should I be able to use sapccmsr and saposcol on these systems? 2.)  What is the proper way to connect a non-NW system to

  • Decimal Notation in Forms as per his SAP Decimal Notation

    Hi, We need to display all numeric fields in the Adobe Form as per the Decimal notation of the User in his SAP user defaults. Also, we need to take care that the currencies have current decimal places. Please let us know if this is achievable in Adob

  • DB_UNIQUE_NAME and new directories

    Hi, I'm attempting to setup a physical standby database, separate hosts, using flash recovery, and RMAN. After I set DB_UNIQUE_NAME I notice that that new directories with the same db_unique_name get created in oracle_base/admin, and in the flash_rec

  • File transaction

    Using the File transactions   Posted: Sep 30, 2008 11:55 AM       E-mail this message      Reply  Hi, While creating a logical file, and uploading it in the Development system using the transaction 'FILE', I am getting a pop up to create a request, w