Enable 'Go to' link on confirmation screen

Hi all,
I am trying to do the configuration for 'go to Address overview' and W4 Overview link in the confirmation screen.
I can see the link in portal but on click its not doing anything.
In the home page framework,define links in confirmation screen I have check marks on 'show restart link'  - Go to Addtress Overview and 'service key restart'- W4 Overview.
What other configurations do I need to have for these two links to be functioning?
I was following this blog:
/people/antonyraja.t/blog/2007/12/16/confirmation-screen-links-in-self-service-applications
What configurations need I have in 'Define Resources'?
Thanks
Kukku

Hi,
The blog is about a development, so in order to add a link to Address Overview just follow point 1; 'Define links on the confirmation page'.
In that IMG activity, under Confirmation Screen Links title, you have four pre-defined links (included the Restart Link to go to Address Overview).
If that not cover your requirements, you can also put a custom service under Service Links title.
Regards

Similar Messages

  • Urgent -Confirmation screen links in ESS in Webdynpro -ABAP

    Hi,
    This is very urgent. I am doing one custome service in ESS in WEBDYNPRO ABAP.
    In my custome service, I need to put ESS Links in confirmation page .
    as GO TO ESS Home page
        GO PERSONAL INFORMATION HOME PAGE
        GO TO WORKLOCATION DETAILS
    For this i created URL links but this is not working fine.
    Can you provide any setting needs to be done in Webdynpro abap to place these confirmation links.

    Hi Chidipotu,
    You can consider:
    1. Using portal eventing (object based navigation/absolute/relative navigation) as this appears (to me) as you want to navigate to entirely different i-Views.
    2. If you are not portal integrated, you can consider placing LinktoAction UI elements in whose action handlers you can fire custom (outbound) plugs to load different views.
    HTH,
    Adithya
    PS:
    IMO you can consider leaving out the "urgent" in the subject next time round, as the average response time on SDN is less than 30 mins anyway! (and has a miniscule probability of changing with such intended psychological expeditors!!)

  • Cheque for Payment skipping Confirmation Screen

    Hi Experts,
    When I print cheques (created by payment wizard), it prints and gives the next cheque number which is fine, however I don't get the Confirmation Screen and soon after I get the error message 'No matching records found 'Cheques for payment' (OCHO) (ODBC -2028)
    I had checked forums link Problem in Check Number Configuration and sap note 1059752 which does nto resolve the issue.
    Any help will be appreciated. The client is on 8.8 PL16
    regards
    Johnson

    Hi Manish,
    Yes, I am able to open the check for payment window manually and in the option credited GL Account , i found account is listed.
    And also i done all setting in house bank setup as per SAP note 1059752.
    Banking -
    > check number confirmation
    check number confirmation - Selection criteria  -
    > Window open
    After data is put and enter
    Error message is display "No matching records found 'Cheques for payment' (OCHO) (ODBC -2028) [ Message 131-183 ] ..
    Till not resolve .
    Regards
    Vinod G

  • Disable a field at Item level for SC confirmation Screen

    Dear All ,
    PLEase help me with a step by step instruction on how to disable field at Item level of  confirmation screen of SC .
    I tried in Webdynpro component : Web Dynpro Component:/SAPSRM/WDC_DODC_CONF_IBD in se80 and below is what I get ;
    When I click on Display it asks me for an access key which I dont have ..
    When I click on the enhancement option it asked me to create an implemenation which I did as seen in yellow below and still the enabled field is not getting editable so tha I can uncheck and make the field dissapper .
    Please can some one really help me in understanding what exactly I am doing wrong ?
    Also  Please let me know if the SPRO path related in this to be able to do in any which way ... I tried expanding
    Configure field control .. and it doesnt expand so dont know which other option to use ..
    Thanks for your help in advance .
    Kindly let me know !!
    Regards
    Vinita

    HI Laurent .
    1. Thanks for your input . I wasnt able to open the SPRO path coz I was using SAP 720 and when I installed 730 I was able to use it .
    2. I am still not able to udnerstand how to configure it through Meta data .. What does Final_Entry mean .. I want to disable the field Last del indicator and its flag box and the label as well ..
    3. I tried through component configuration and it worked ..as below :
    I went to the webdynpro component and started the component configiurator :
    Here I made both the field and Label insisible and was able to do this .
    Please can some one help ,me know how to configire this through Meta data concept as well .. I wanted to try that method as well for my understanding ..
    Would appreciate your help and would be closing this post soon ..

  • How to eliminate confirm screen popup

    when i click back arrow, i get a confirm screen. (to resend)
    how to eliminate confirm screen popup every time?

    You get an alert about resending POST data if you go back to a page that was previously requested from the server by submitting form data via a POST form.
    The only way that Firefox can make sure to get the same page is by resending that POST form.
    Firefox doesn't know what that form data means, so Firefox asks for confirmation before resending that form data as such an action can cause you to repeat an action and buy another item or post a message another time.
    The only way to prevent that pop-up is not to use the Back button, but to open links from a page that was requested from a server by sending a POST form in a new tab (window) with a middle-click or a Ctrl + left-click.
    Then you can close that tab or window to go back.

  • Enabling a URL link in a template

    Hi,
    I am display an HR template on my portal screen. In portal we are using standard Appraisal screen which contain tables with Tab to display our template. In a particular tab we have to enable a URL link (Eg - google, by clicking this URL should take me to the www.google.com). I tried to enhance the Standard web dynpro component (HAP_DOCUMENT_BODY) to add this link, but it gets reflected on the entire Tabu2019s of my table.
    I need that link to be displayed only on a particular tab not on the entire Tabu2019s. Can anyone help me?
    Vijay

    Atul:
    I dont know what the 'Alternate Source' is
    In the Source section set
    Source value or expression to be the name of the database column that has the URL (company_url)
    Post calculation Computation to be '<a h ref="' || :pxx_company_url || '">' || :pxx_company_url || '</a>'; where pxx_company_url is the page-item name.
    I have specified 'h ref' instead of 'href' so that the forum software doesnt mess up the post.
    Varad

  • Tax and amount total should show in the line item of confirmation screen

    Hi All,
    I need to add the Tax and amount total fields in the line item of confirmation screen for service cart.
    Could someone please tell me how and where should I add and write the neccessary logic for that.
    We are on version SRM 3.0.
    Thanks,
    Kumar

    Hi,
    Please check the foll note for addition of custom fields:
    458591 - User-defined fields: Preparation and use
    672960 - User-defined fields 2
    To change the field content you need to implement the badi BBP_DOC_CHANGE_BADI .
    Here is the sample code for BBP_DOC_CHANGE_BADI Implementation
    loop at et_item into ls_item.
    move ls_item-mfrpn to ls_item-zz_your_new_field.
    modify et_item from ls_item transporting zz_your_new_field.
    endloop.
    BR,
    Disha.
    Pls reward points for useful answers.

  • I need to link to a screen within a movie from outside the movie

    Hi,
    That last question was answered so quickly, I'll ask this
    next one right away:
    I need to link to a screen within a movie from outside the
    movie (so for example, from file1.cp, I need to open file 2, screen
    4).
    Am I able to do this in Captivate 1?
    Thanks,
    Kim

    I've just gotten a chance to check out these responses. About
    the Flash - no can do. Don't have it. And about breaking the file
    apart, that would get messy because I have several files already.
    OK. At least I know my options are limited to linking to page 1
    from outside, so I'll have to be creative.
    Thanks for the response.
    Kim

  • Personnel no. in confirmation screen

    Hi Everybody,
    There is a field "Personnel no." in confirmation screens.
    How to create ne Personnel no.?
    Is it integrated with HR module or just can we mention the Personnel no. while confirming the operation?
    Regards
    Ramakanth

    Dear Ramakanth,
    You cannot directly enter the Personnel number. If you do so system will throw error. Personnel number is intergration with HR.Though HR is not implemented you can create personnel number. Go to tcode PA40 enter the Personnel number within the number range , start date then select Hiring Payroll and click on execute. Now enter the employee name details and save.Once this master data is available you can use this personnel number during confirmation.
    Ramagiri
    Edited by: Ramagiri  Srinivas Rao on Nov 17, 2009 4:27 PM

  • Order Confirmation screen setting?

    Dear SAPIENTS,
    Where is the setting for order confirmation screen setting at the level of each user?
    Regards,
    Kaushal Rai

    If you are talking about the transaction IW42 and how to set each user's settings you would use menu path Extras -> Settings, choose the appropriate Confirmation profile, and Save.  Each user will have to perform this action in IW42 to set the default screen layout.  The confirmation profiles are set up under Set Screen Templates for Completion Confirmation in the IMG path Plant Maintenance and Customer Service -> Maintenance and Service Processing -> Completion Confirmations -> Set Screen Templates for Completion Confirmation.
    Not sure if this answers the specific question, but I hope it helps.
    Regards

  • Display Links on welcome screen of SC as per the role in PFCG

    Hi All,
    We have created a Z ITS service from a Z transcation and want to give the link of this ITS service on welcome screen of EBP only to some specific users.
    We created a Z role in PFCG and attached the link of this ITS service using the option 'Generic Web Address (URL Template)'  from the popup that we get on clicking Other button in PFCG .
    How to check the role to display  this link on the welcome screen?
    We can not hardcode the link in ITS template because then it will be displayed for all users.
    We can not use the Z transcation directly instead of calling the corresponding ITS service because then it also shows menu options on screen using which the user can access SAP EASY ACCESS menu from screen.
    In PFCG it display under the Go Shopping folder:
    BW_GENERIC_TYPE-Report
    So how to check the role in ITS template and show the link only to specific users?
    Thanks,
    Anubhav

    Hi Deepti,
    Sorry for the confusing description.Let me explain in detail.
    We have a Z report which should be accessible from a link on welcome screen of EBP.
    For this we created a Z transcation of this Z report and selected Easy Web Transcation radio button and SAP GUI for HTML checkbox while creating this transcation.
    Added this Z transcation in a role in PFCG .But the problem here is , when the link on screen is clicked and transcation is opened in IE it shows Menu , Save as variant , Back , Cancel and System options in header, using these user can access all transcations as if he is loged in to SAP from SAP GUI.
    To avoid this we created an ITS service using this Z transcation and created corresponding service node in SICF .
    So we either have to remove the menu options from header when this Z transcation is displayed in WEB GUI ie. when we attach this Z transcation in PFCG OR instead of calling the Z transcation , this ITS service should be called so how to attach this ITS service to PFCG ?
    Further if it is a transcation we can check in the ITS Service BBPSTART Template BBPGLOBAL_650_EMP as follows...
    <!-- Modified standard code to call Z transcation-->
    repeat with idx from 1 to MENU_NODE_TAB-TEXT.dim;
      if(MENU_NODE_TAB-S_IDENT[idx] == "ZBUSRP"); <--Here we check if the ZRole has ZBUSRP transcation attached to it in PFCG if yes then only display the link.
        A_S_IDENT<i>      = MENU_NODE_TAB-S_IDENT[idx];
        A_GEN_URL<i>      = MENU_NODE_TAB-GEN_URL[idx];
        A_OBJECT_ID<i>    = "parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".root.name + parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".path";
        A_TEXT<i>         = "Vendor Report";
        A_INTRODUCTION<i> = "Business Card Report For Administrator";
        found = 1;
      end;
    end;
    if(found==1);i=i+1;found=0;end;
    How to apply this check when calling an ITS service that is in a role in PFCG?
    I hope it is a bit clearer now.
    Thanks,
    Anubhav

  • I am living in Saudi Arabia and I wish to buy iPhone 6 with face time enabled. How can I confirm the new phone is face time enabled or not? In Saudi Arabia face time enabled iPhone 6 is available with some shops.

    Dear Sir,
    I am living in Saudi Arabia and I wish to buy iPhone 6 with face time enabled. How can I confirm the new phone is face time enabled or not? In Saudi Arabia face time enabled iPhone 6 is available with some shops.
    Rahul

    All legitimate iPhones sold in SA have Facetime removed on the order of the SA Government and it cannot be reinstalled
    any iPhone you purchase claiming to have FaceTime will be a grey import and may not function correctly as it will have been destined for another Country

  • TS1589 I have to reboot my BTinfinity router to enable me to link my ipod to Airport express. When it is connected it works perfectly, but it is getting a bind to have to keep switching the router power off. Any one help???

    I have to reboot my BTinfinity router to enable me to link my ipod or my iphone to Airport express. When it is connected it works perfectly, I use it to play music through my BOSE soundwave, but it is getting a bind to have to keep switching the router power off. Any one help???
    Ipod touch: 4th generation Upto date software
    Airport Express: Latest model
    Iphone 5: Upto date software

    This can sometimes be the result of a faulty/damaaged USB sync cable.  Do you have another cable you could test it out with?
    B-rock

  • CO11N - Confirmation screen - production order

    Dear Experts,
    How to set mandataroy field for (execution start, finish, created by, created on, time) CO11N - Confirmation screen, which config settings to change.
    pls advise
    Thanks,
    Sankaran

    Hi ,
    Go to transaction CO86 - define field selection for confirmation and set the required fields as Required entry fields.
    Hope the info is useful.
    thanks and regards
    Murugesan

  • Need 2x click or confirmation screen for calling / texting

    This is a call out to Apple to implement double click for calling / texting - or at least offer a confirmation screen when dialing from screens like 'favorites' or 'recents'
    I can not tell you how many times I have initiated calls erroneously when attempting to scroll (or I've called the wrong number because I didn't hit the correct contact on first touch), and how many times I have inadvertently hit send on text messages before I was ready, simply because I was trying to type 'o', 'u' or 'p', or my finger just touched the screen in the wrong place.
    The phone is all screen and it's really difficult not to touch it. The issue is that just touching the screen often initiates an unintended call or other action, especially if trying to operate the phone with one hand or while in motion.
    Please chime in here to let Apple know that this is an issue that needs to be addressed. I know many of you are having the same usability issues. Let Apple know by responding to this post with your stories of frustration.
    Thanks,

    If apple would add that feature there would be allot more users requesting it taken off than the users that would actualy want it so I am sure that they would not want to add features just for a select few customers
    There are to many taps allready up the point when you place a call, why add more
    There is an easy fix for your problem: be carefull when you tap on your screen

Maybe you are looking for

  • Data service returning an empty object

    Hi I am trying to call a data service from the flex to load my data grid. In the debug, i saw that the arrraycollection in the fill method is being returned empty. here are the details.... My .java file has the same names with the set and get functio

  • Do I need a bios update?

    Hi, I am planning on getting this card : http://www.msi.com/product/vga/N650Ti2GD5OC_BE.html My motherboard is the h61m-p21 (B3) and I've never updated my bios. Will I need to update it to use the 650ti Boost?

  • To calculate Service as on date

    Hi,     I want to calculate the service as on date. Employee No                     Employee Name                                  Date of joining                                      Service as on date 1000                                    XXXXXXX

  • Unix command args in Runtime.exec()

    Hi, I am doing the following in a method: public void shellCommand(String command) { Process p = Runtime.getRuntime().exec("ksh -c " + command); ....blaa blaa }This works fine, but for some reason it only executes the command String up to the first s

  • BAPI for ARTICLE creation in IS-Retail

    I am creating an Article using BAPI_MATERIAL_MAINTAINDATA_RT by passing below parameters for Basic view. 1.material type 2.merchandise category 3.material category 4.description 5.uom 6.transportation grp 7.loading grp. 8.valuation class 9.tax class