The new features avilable in webdynpro for abap with EHP5

Hi,
Currently our ECC 6.0 is upgraded with EHP5 from EHP3.
Could anyboy tell me the new featues available in webdynpro for abap for this EHP5. If i develop WDA objects in  EHP3 environment and transport it to new system with EHP5 . What would be the problems i encounter. kindly suggest me..
thanks,
Raghu

I would expect in any case that there is no problem when you transport WDA build from ehp3 to ehp5 (Backward compatibility ).

Similar Messages

  • After downloading 4.0 on my Windows XP Firefox continues to work as before but none of the new features is available except for tabs on top. Where are the new features?

    Mozilla Firefox Installation Started: 2011-05-01 17:51:37
    Installation Details
    Install Dir: C:\Program Files\Mozilla Firefox
    Locale : en-US
    App Version: 4.0.1
    GRE Version: 2.0.1
    OS Name : Windows XP
    Target CPU : x86
    ==========================================
    The next time I started Firefox, the tabs were at the top but none of the other advertised new features for 4.0 have ever appeared, such as the Firefox button, ability to group tabs, etc. I even downloaded 4.0 two times, with the same result both times. I would really like to be able to use the new features. Thank you for your help.

    See [[What are Tab Groups?]]
    Other things you can do:<br><br>
    * Right click a blank part of the tab bar and click "Tabs on top" to remove the checkmark. Tabs will subsequently reappear below the search bar.<br><br>
    * Repeat the same steps, but click the top one called "Menu bar". This will reinstate the text links at the top. If you already have these, reverse the procedure to get the orange Firefox button<br><br>
    * To rearrange the layout, repeat the same steps again and choose "Customize". A panel will open and while that remains onscreen, you can move elements like toolbars, buttons etc around and place them anywhere you wish. You can also drag anything you don't like into that panel and add anything you want by dragging it out of there.<br><br>
    * To replace the status bar at the foot of the page, install this add-on: https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/<br><br>
    See also: https://support.mozilla.com/en-US/home

  • Can someone explain what the new feature "Webform Security" is for?

    I notice there is a new field called "Webform Security" which inserts { module_ccsecurity ] into the form code but I have no idea what this is for and there is no reference to this module in the knowledgebase.
    Can anyone offer some details?

    Log into your bank, stay logged in and open a new tab. Then visit another site on the internet.
    Now lets pretend that on this other site, someone (like the site administrator or a commentor) included a link that pointed to a url such as http://www.YourBank.com/TransferMoney?FromAccount=12345&ToAccount=54321&Amount=1000 and then you clicked the link, the bank would think you were making a legitimate transfer request becuase you were still logged in.
    Fair enough, but you probably wouldn't click that link because you're smarter than that.  Unfortunately your browser isn't so smart, and it doesn't have to be a link.   They could have included an image tag, or css style sheet or javascript file that pointed to that url and your browser would have automatically "clicked" the link on your behalf when it tried to download the resource.
    Thats CSRF in a nutshell.
    There are ways to mitigate this danger, but its up to site owner (the bank in this example) to make sure this can't happen. As an end user it's mostly out of your hands. This tag appears to be BC's way to mitigate this, and it appears to be similar to other soultions to this problem.
    I don't know if it works though, it's not docummented, so your guess is as good as mine.  Either way its probably a good idea to include it on your forms.

  • Select-Options in Webdynpro for Abap with onAction

    Hello,
    I need your help. I have a Webdynpro with 6 Select-Options. I used a button to start the selection. Can the Selection be started with return key.
    Thanks.

    I would expect in any case that there is no problem when you transport WDA build from ehp3 to ehp5 (Backward compatibility ).

  • Uploading PDF into webdynpro for ABAP

    Hello,
    I have a small Webdynpro for ABAP with an Interactive Form. I can fill my fields in this form. Now I downloaded the PDF to my local drive, changed the fields and tried to upload it again. Thats where my problem is:
    I cant upload my changes. I used a File_upload UI Element which is binded to a attribute FORM.FILE type xstring. This attribut I binded to the Interactive_Form element field pdfsources. I implemented a button with an action for my server roundtrip.
    I thought thats it but unfortunetly not. Can anybody tell me what I am missing.
    Thanks in advance.
    regards
    stefan

    Hi Stefan
    Web Dynpro ABAP development recommends that you create a <a href="http://service.sap.com/message">customer message</a> on component BC-WD-ABA.
    Best regards,
    Markus Meisl

  • How to integrate WebDynpro for ABAP application with SAPEnterprisePortal7.0

    Hi WebDynpro for ABAP Experts,
    We developed an WebDynpro for ABAP application on R/3, and now we are planning to show this as an iview on SAP Portal EP7.0 (SAP j2EE Engine--Java stack). is it possible to integrate this application with portal?
    If so can you proviode me the way how can we achieve this?
    ADV Thanks
    Regards
    Phani

    Hi Alex,
    Thanks for your response.
    I already created the system object R/3 Backend.
    Actually some WebDynpro java applications/iViews are currently running on Portal. and the developers developed these in NWDS and deployed the .sca files on the Portal server and we created Webdynpro for java iViews.
    but now the requirement is creation of webDynpro for ABAP views.
    The developers developed  WebDynpro for ABAP on the R/3 system. So what are the parameter values we need to give at teh time of creation of  WebDynpro for ABAP iview like the Namespace, Application name etc which are mandatory values and how the Portal server detects the application, this means no need to deploy the application on the Portal server?
    Shall we need to maintain any JCo Destinations or not?
    Pl share your ideas.
    ADV Thanks
    Regards
    Phani

  • Popup for new features of an own developed ABAP

    Hi,
    from time to time new features are integrated into existing ABAPs and I want to inform the users of these ABAPs about the new features.
    I would like to have a general mechanism where a screen with some documentation pops up when the user runs the ABAP for the first time after the new features have been implemented (perhaps with a check box to indicate that he has read the message).
    I do not want to implement everything from scratch but my investigations in 4.6C have not revealed anything useful. I know there were some applications which brought up a popup screen when used for the first time.
    Thanks for your help.
    Rabanus

    Hi Rabanus,
    Are you talking about including this functionality into your custom programs?
    Are you going to maintain the documentation for the new ABAP code yourself in some table/standard text and pop up it up for the users when they execute the code? What you can do is -
    1. Create a table with the key as User and Program Name and Sequence Number
    2. The non key field would be a checkbox field.
    3. Whenever a new functionality is added, you would create a standard text with the name as a concatenation of the Program Name and Sequence Number
    4. When a user executes the program, the AT SELECTION SCREEN event would first check for all Standard text(s) which contain the program name and then check the above table with combination of the user id and program name
    5. If no entry exists, then all the standard text - texts are read and displayed, as the user clicks the enter button to proceed on any  -you would create an entry in the above table with the user name, program name, sequence number (read from standard text name) and mark the checkbox as 'X' indicating the documentation has been read once by the user
    6. This way you can track the same and also if you want to have the user re-see the documentation, a system administrator can uncheck the checkbox in the table through a table maintenance.
    I dont think this solution is too complicated to implement. You can use the class CL_GUI_TEXTEDIT to show the documentation in the pop up.
    Lemme know how it works out if at all you attempt to try this.
    Regards,
    Aditya

  • Who can tell me how to find the leave request Webdynpro for ABAP iview

    Hi,Expert,
    As I know Portal only has Webdynpro for java iview for leave request iview in the past.
    but someone tell me SAP portal has delivered some new standard WebDynpro for ABAP iview.
    I have a requirement to create a employee role for new Leave Request service created by WD ABAP . Under Content Provided by SAP in Content Administration, I couldn't find the iView assocated to the leave request except the Java one. Is there have any Employee Self-Service Web Dynpro ABAP workset ?
    thanks
    Olivia

    The business package for ESS based on Webdynpro for ABAP is available only for ECC 6.0 EHP5.
    If you are on EHP5, you may choose to use this version of the BP.
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/25/340b0507434193adbfe3f8fc8896c7/frameset.htm
    Leave Request application:
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/1f/a073be62744fcca7e1fae9942f0031/frameset.htm
    Thanks,
    Shanti

  • My Snow Leopard 10.6.3 has Safari 4.0.4 but this cannot be used for the new features of iTune.  I tried upgrading to Safari 5.1.7 but it needs Snow Leopard 10.6.8.  Where can I get a version of Safari 5.1 that is compatible with Snow Leopard 10.6.3?

    My Snow Leopard 10.6.3 has Safari 4.0.4 but this cannot be used for the new features of iTunes.  I tried upgrading to Safari 5.1.7 but it needs Snow Leopard 10.6.8.  Where can I get a version of Safari 5.1 that is compatible with Snow Leopard 10.6.3?

    Hi..
    here can I get a version of Safari 5.1 that is compatible with Snow Leopard 10.6.3?
    Not possible. You need to update to v10.6.8
    Click your Apple menu > Software Update
    Or update using the this download > Mac OS X 10.6.8 Update Combo
    Then restart your Mac.

  • Can we Change the backround color of an Input field in Webdynpro for ABAP.

    Hi Experts ?
    Can we change the background color of an Input field in WebDynpro for ABAP based on results we receive from any function module or BAPI?? .
    Thanks in advance .
    Regards ,
    LAS

    Yes. We can change the background of an input field. The way you do this is by editing the theme that webdynpro application uses. To edit the theme, you will need to install NWDS PLUS the theme edit plugin (Available for download from SAP).
    Once you have edited the theme, you will need to upload your theme back to application server. You can use the program : BSP_UPDATE_MIMEREPOS to do this.
    Bydefault, the theme used by webdynpro applications is :
    /SAP/PUBLIC/BC/UR/nw5/themes/sap_tradeshow
    You can apply another theme by calling the webdynpro application with a theme parameter. For example, if my webdynpro application name is "zgopaltest", then
    <i><b>http://<server>:port/sap/bc/webdynpro/sap/zgopaltest?SAP-EP-THEMEROOT=/SAP/PUBLIC/BC/UR/nw5/themes/sap_tradeshow</b></i>
    will apply the sap_tradeshow theme.
    Likewise, you can apply diffrent theme. There is another theme that SAP provides. Its called : sap_hcb. Hence, you can apply the theme to the above application by:
    <i><b>http://<server>:port/sap/bc/webdynpro/sap/zgopaltest?SAP-EP-THEMEROOT=/SAP/PUBLIC/BC/UR/nw5/themes/sap_hcb</b></i>

  • New to Webdynpro for ABAP

    Hi Experts,
    I am working in Webdynpro Java and Portal Administration for the past three years.
    I am very much interested in learning Webdynpro ABAP.
    Please let me know what are the skills (in ABAP language especially) i need to know for working in
    Webdynpro ABAP. What are the scopes in the coming days for Webdynpro ABAP.
    Thanks a lot.

    Dear Srini,
    Welcome to Web Dynpro for ABAP forum!!!
    Webdynpro ABAP is mainly for developing webapplications in ABAP.
    WDA includes all the three things i.e. Programming, UI design & Settings (configuration).
    As you said you have good experience of 3 yrs in Java. Try to gain some knowledge of ABAP Objects (OOP). It will be helpful to you.
    There are lots of threads are available.
    Plz chk the below links:
    [http://help.sap.com/saphelp_nw04s/helpdata/en/de/408e41392fb85fe10000000a1550b0/frameset.htm]
    [Advantages of WDA|Advantages of Webdynpro for Abap?]
    [Adv & pitfalls of WD4A|Advantages and pitfalls of WD4A]
    Hope this will Helpful.
    Regards,
    Anita Vizhi Arasi B

  • Can we determine the CAPSLOCK is ON in a webdynpro for ABAP application?

    I have a pwd field in a Webdynpro for ABAP application.  If the CAPSLOCK is on  then I need to prompt user either via popup or a static text on the page that "CAPSLOCK is ON".  Is there way a to determine the caps lock is on when the user enables CAPSLOCK?  Thanks for help in advance
    Regards,
    Madan.

    Thank you for your response.  I am already prompting the user if the pwd is incorrect.  But user is expecting to receive a prompt if the CAPSLOCK is ON to avoid typing incorrect pwd.  If it is not possible to identify whenever the CAPSLOCK is turned ON, atleast is there a way to identify the CAPSLOCK is ON whenever user is navigated to this page/webdynpro application.
    Regards,
    Madan.

  • What are the new features for the latest version ...

    what are the new features for the latest version of N6300? can you cite me the newest features?

    The latest update was just bug fixes and improved stability, no new features. That is nearly always the case with series 40 phones like the 6300.
    Nokia do not make the changelogs available publicly but often they do appear on unofficial sites. Searching google may provide you with more detailed info that cannot be posted here.

  • Just downloaded Firefox 4. Running Windows XP. Some of the new features are mising such as the new "Firefox Button" and the new location for the bookmarks button. The look is almost like Firefox 3. Why is this happening?

    Hi. I just downloaded Firefox 4. Some of the new features are missing such as the new "Firefox Button" and the new location for the bookmarks button. It almost looks just like Firefox 3. I am using Windows XP on this desktop computer. On my laptop, running Windows Vista, Firefox 4 has all the updates advertised. Why is this happening? How do I fix?
    Thanks
    Jamie

    Thanks so much!

  • Why does Apple support not have the manual for iPad and iOS5 available?  The manual on the site has none of the new features.

    Has anyone else noticed that the manual has none of the new features, for example iCloud in it?  The iPhone iOS5 manual is correct.

    http://manuals.info.apple.com/en_US/ipad_user_guide.pdf

Maybe you are looking for

  • How to re-route source & gate for Buffered Period in DAmx

    I am trying to write a DAQmx program that does the follow : (1) creates 1 PulseTrain task; this task routes is output to a requested pin with will be used as a SOURCE for a Buffered Period task. (2) if requested creates a second PulseTrain who's outp

  • EU Consignment issue - Tax determination during billing

    Hi Experts, We have a consignment setup with a customer in DE and the delivery plant is located in NL. During customer billing the system determines the delivering plant country as the departure country for taxes. So whilst the consingment stock is l

  • HELP HELP HELP HELP HELP PLEEEEEEEEEEEEASE HELP !...

    HI >> my N95 8GB GOT BRICKED >> I've tried to change the phones original font with another font (arabic font) .. when I've restarted the phone .. everything is written in squars .. i mean there is no actual letters .. only squars .. after i enter my

  • More and more money every month

    Been having problems with BT account for months now tried to set up a direct debit as had a problem with bank account and had to cancel and re set up, every time I try this it tells me I need to make a payment first which I do, this was £73 the first

  • Email messages are jumbled out of chronological ordr

    When looking at my current new email messages on the email list, as I open one and go back to the original  list...I cannot easily find the one that I just looked at because it has been placed way down in the abyss of old emails. All messages are out