How to add custom start options in VS package

I need to add custom start options in VS package.
Example:
Instead of showing "start", need to provide options like "Start in Firefox", "Start in Chrome" and handle their events on our own.
Any references would be helpful
Thanks in advance

Hi Daro,
the path to the billing module is "sap.com/wec/ecom/mc/billing". But nevertheless
1.  you need only to enhance in your current modul the metadata.xml file with the link to your own myaccount.xml which you can create.
2. and then you can define within the new file the menu options you need.
3. the last step is to update your shop configuration with the new menu options.
Best regards,
Nico

Similar Messages

  • How to add custom menu options in myaccounts module?

    Hi experts,
    To implement this, I have found myaccount.xml file in UI of myaccounts module. In this file, I found only menu headings but not menu options. Can anyone explain where data of menu options were populated from and how can I add my custom menu options? I also have tried to delete the menu heading but there was no effect. Please help!! I'm on WEC 1.0.
    Regards,
    Daro

    Hi Daro,
    the path to the billing module is "sap.com/wec/ecom/mc/billing". But nevertheless
    1.  you need only to enhance in your current modul the metadata.xml file with the link to your own myaccount.xml which you can create.
    2. and then you can define within the new file the menu options you need.
    3. the last step is to update your shop configuration with the new menu options.
    Best regards,
    Nico

  • How to Add custom Attribute in XML

    How to add Custom attribute recusrivly. With sequence order.
    //Before xml:-
    var myxml:XML=
    <root>
    <leval0 >
    <leval1 >
    <leval2></leval2>
    <leval2></leval2>
    </leval1>
    <leval1 >
    <leval2></leval2>
    <leval2></leval2>
    </leval1>
    </leval0>
    </root>
    ////After xml:
    var myxml:XML=
    <root>
    <leval0 levalid="0" >
    <leval1 levalid="0_0" >
    <leval2 levalid="0_0_0"></leval2>
    <leval2 levalid="0_0_1"></leval2>
    </leval1>
    <leval1 levalid="0_1" >
    <leval2 levalid="0_1_0"></leval2>
    <leval2 levalid="0_1_1"></leval2>
    </leval1>
    </leval0>
    </root>

    //call this method
                trace(addAttribute(myxml));
    //method
                private function addAttribute(node:XML, depth:String = ""):XML
                    if (node.hasComplexContent())
                        var count:int = 0;
                        var prefix:String = 0 < depth.length ? depth + "_" : "";
                        var currentAtt:String;
                        for each (var nodeItem:XML in node.children())
                            currentAtt = prefix + count;
                            nodeItem.@levalid = currentAtt;
                            addAttribute(nodeItem,currentAtt);
                            count++;
                    return node;

  • Office 365 - sharepoint: In Advanced search Page, How to add custom column under property restrictions

     In Advanced search Page, How to add custom column under property restrictions?

    Hi,
    The Navigation control can be added into your HTML page in the Snippet Gallery:
    The two links below about how to create HTML master page and adding snippets needed into it for your reference:
    http://borderingdotnet.blogspot.jp/2012/12/how-to-create-html-masterpage-for.html
    http://msdn.microsoft.com/en-us/library/office/jj822370(v=office.15).aspx
    Feel free to reply if there still any question.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to  add Custom Relationship in MSS Employee Search Drop down

    Dear Sap Fans,
    I would like to link Custom Drop down link at following path.
    Manager Self-Service->Team->Employee Information->General Information->Employee Selection
    Drop Down 1. Direct Reports
              2. Employee from Organization Structure
              3. Employee from Organization Units
              4. Who's Who
    We would like to add one more custom drop down. Can any one suggest how to add custom drop down in this list ? We have created custom relationship in R/3 but it is not showing in Portal.
    Your prompt reply highly appreciated and points will be rewarded.
    Regards,
    Ashish Brahmbhatt

    Barin,
    I have done settings in back end. I have created new realtionship for evaluation path. I am not able to see that link on portal. How/From Where I can use object and data provider tool and eventing for config ?
    rds,
    Aashish

  • How to add  customer group(KNVV-KDGRP)in the  standard report?

    Dear  All,
    My customer requirment is that  Customer group (KNVV-KDGRP)wise  should be run  in  FBL5N report AND   Customer group should be shown in  FBL3N report.
    how to add  customer group in the  standard report?
    thanking you,
    regards,
    Rupang shah

    Hi,
    This is what I did for FBL5N with a developer because additional fields configuration does include certain tables.
    BTE1650  available for FBL5N and add a new field into one of those tables as an append structure and then use a BTE to populate the field for FBL5N.
    Hope that this helps
    Kind regards

  • How to add custom Template transaction types ( for Quote ) ?

    How to add custom template in transaction types?
    Note : I have gone through below note. But not getting appropriate solution for this.
    982142.1 (OM Sales Order Template Not Available In Layout Template LOV For Print&Preview)
    444687.1 (OM Quote Template Not Available In Layout Template LOV for Print And Preview)
    Thanks in advance..
    Sameer

    Hi
    Thanks for your support,
    Pls let me know which steps i should go ?  my secanrio is  inbound side only,
    step 1 )   Define idoc extension for HRMD_A01 using WE30 transaction and define it in partner profiles
    step 2) do i need to write some code in BADI also to update information for my custom infotype also  if yes then where and which BADI pls let me know  ? because already am working on one badi HRALE00INBOUND_IDOC for  few validation for incoming data.
    step 3 )  add  this new custom infotype in my standard ALE  filters.
    Pls let me know if am mistaking some where or if  i have to do some thing else ?
    Regards
    Meeta & Glory

  • How to add customized payslip in the place of standered payslip.

    Dear Experts,
    We have implementing ESS/MSS, how to add customized payslip( Zprograme) in the place of standered payslip and how do we can get pay slip under ESS from portal.
    Thanks in advance.
    Regards,
    Mahee.

    If you have developed your own SMARTFORM Payslip and a custom program to display it, then there is not much you can do with standard configuration.
    Steps provided by Siddhart will call a custom HRFORMS payslip in a standardv way, or convert a PE51 payslip to SMARTFORMS pdf and display in a standard way.
    You have to work with your Portal Consultant and/or ESS/MSS consultant and ABAP/Webdynpro Programmer for this one.
    One suggested appraoch is
    1) Create A Webdynpro programme which launches when Employee clicks on Payslip link
    2) This program passes the employee user id to an ABAP program in ECC
    3) ABAP Program calls the custom payslip program already developed and generates the payslip and passes it to the webdynpro program as a binary file.
    4) Webdynpro program displays payslip as pdf file.
    this Webdynpro program has a PCD URL. A resource is created and assigned this PCD URL.. Homepage customizing is done - this resource is assigned to the Payslip service which is assigned to the Payslip Subarea.
    Hope this helps. We actually used this approach briefly long back before switching to HRFORMS, so I know it will work, but I have obviously provided very high level here. Hope you can do something with this.
    Edited by: Harish T K on Feb 2, 2011 4:23 PM

  • How to add custom label to a new contact in address book which is synced with outlook account

    Hello all,
    My iPhone is synced with outlook account. When I tried to create a new contact,'Add Custom Label' option was missing. Is Apple provides any solution to handle this? Is there any documentation provided about this behavior?

    The second script is working but if I need to change the link it will not allow me to edit or delete it in iCal on my desktop. The only way to edit it is to use the online iCal in me.com.
    And the worst problem is that the url does not show up on my iPhone iCal. The iPhone version of iCal has limited features. So if I'm away from the office on my iPhone I still have the problem of having no link to my iCal appointment. I still end up having to use both iCal and Contacts as separate Apps.
    I still dont understand why Apple wouldnt make these 2 Apps work together! It seems so obvious! thanks anyway.

  • How to add a file to an existing package programmatically in Acrobat 8?

    Hello
    Is it possible to add a file to an existing package programmatically in Acrobat 8? (embed a pdf file in a pdf package programmatically); If so, how should I do it?
    Thanks in advance,

    Finally, I found out how to add a file to an existing package programmatically by using JavaScript (function: app.execMenuItem("AddFileAttachment")). Thanks for your help Ironsenth. However, I need to specify the file to attach programmatically and I can't figure out how to do it.
    Could you let me know where I can find this information (what document to read)? Is there any parameters for the 'AddFileAttachment' method?
    Thanks in advance,

  • How to add custom option in context menu

    Hi,
    When viewing a document of a repository, can we add our own option (for example, "View In new Browser") in the context menu? And how can we configure the function when a user clicked on the option of context menu?
    Thanks,
    Ray

    Hi Ray,
       Yes, you are right. This is the assignation chain:
       Command->group commands->resource/collection/details->layout set->folder/KM navigation iview.
       Remember, layout set is a service that you need to active on your repository.
       Layout set allows you define (between other things) commands groups availables for resource, links or folders.
       The context menu will have differents commands group depending reource type.
    Patricio.

  • How to add custom feild in std report 2kee

    Hi,
    How we can add custom field in standard report 2kee.
    I need one extra field to add in 2kee report for the same is there any customization req.
    Regards
    Ravi

    IF you are in ECC 6.0, you can use enhancement option or if you are below the version, you would have to copy into Z program and then create Ztransaction for this. In Z program, you can add whatever you want.

  • How to add a Search option?

    Hi, I want to add a "search option" on my website. It would
    be an internal search, with information that I will provide. I
    don't know how to start. I have looked around this forum and some
    other sites and it is not clear to me if I can do it with html. Any
    good books or tutorials that someone can recommend I would
    appreciated. I would like to say that all my website is based on an
    html template.....could this work for a "search option"?.
    Thanks in advance.

    seems that
    ZOOM search might be the
    appropriate solution, because it´s capable to search static
    web pages as well

  • How to add custom ringtones on new iPhone 5, using iTunes 11.04 on Mac OS 10.7.5

    how do I add custom ringtones on new iPhone 5, using iTunes 11.04 and Mac OS 10.7.5?

    Are you meaning rintones that you create from existing files?
    If so - then Google and you will get lots of hits on 'how to'.
    Once you have the ringtones in your iTunes library then make sure in iTunes prefs>General tab - the Tones option is selected. Once your device shows in the Devices list make sure you select from the Tones tab in the Devices window the tones you want to d/l.
    MJ

  • Possible to add custom menu options to Reader?

    Hi,
    My proof of concept project involves investigating the capabilities of Adobe Reader to allow customized menu options and functionality to be added to it.
    What we hope to do is create a PDF using the LiveCycle services which will then be viewed online by a user through Adobe Reader. If possible, we'd be looking to add a customized menu with one or two options to send requests back to our server. Is such functionality possible using Adobe Reader 9?
    So far, I've read of a Customization Wizard and a Plug-In API that seem to allow for such extensability. However, would these customizations have to be installed separately client-side on top of Adobe Reader ? As this project will affect a couple thousand of users we hope to be able to invoke functionality provided by the basic Adobe Reader without additional client-side configuration. (Also, Adobe Reader Extensions is not an option for this project.)
    Is this possible, or what are our options?
    Thanks,
    Ray

    I've done some more investigation into this and can see that the JavaScript for Acrobat API contains capabilities that allow customized menu options to be added, and Web Services to be invoked from Adobe Reader.
    However, I've been unable to locate how this JavaScript is deployed. Is it embedded within the generated PDF or is it configured on a client-side Reader application?
    Any info would be appreciated.
    Thanks.

Maybe you are looking for

  • SYNCING / TRANSFERRING LONG VOICE MEMOS FROM IPHONE 4S to PC OR LION

    Hi all, I have a 37 minute long Voice Memo on my Voice Memos. I want to put it on my PC or mac and then delete it on my iphone 4S. How do I sync or transfer it to my PC? At the moment, I connect to the PC and the files show up on itunes inside the vo

  • How to log the user activity in JSF?

    How to log the user activity in JSF? e.g. the pages the user accessed searching criteria the user inputted...

  • Can't sign PDF after created.

    I have created PDFs in the past few weeks and haven't been able to sign and certify them. The window comes up to Sign, and my digital signature is shown, but when I click the sign button, nothing happens. The window doesn't go away and the only way t

  • EPM 11.1.2: Using LDAP with BugTracker

    Hi, I'm using EPM 11.1.2 as production env with NativeDirectory and I'd like to use Redmine as bugtracker for my support of EPM. I need for integration it's LDAP and my bugtracker (Redmine). I found this: http://www.redmine.org/projects/redmine/wiki/

  • Dynamic memory allocation failure

    Dear reader, We sometimes have a problem where our windows 2012 r2 RDS virtual servers, that reside on windows 2012r2 hyper-v hosts, loose their dynamic memory and only have their startup memory left to work with. Users start complaining that things