Info on HTMLB and BSP page development needed

Hi,
Can someone please tell me some good books and websites where I can get learning material for HTMLB and BSP page development.
Thanks
Rehmat

Don't forget:
These examples in SE80 as well as thoughs mentioned above!
SBSPEXT_BSP
SBSPEXT_TABLE
IT00
There is also a fantastic book called <a href="http://www.sap-press.com/H959.html">Web Programming with the SAP Web Application Server</a>

Similar Messages

  • Custome theme to custom applications and BSP pages

    Hi all,
    I would like to know how I can apply the same custom theme thats coming up with the standard applications.. to be applied to the custom ABAP WDP applications.
    And also want to apply the same theme to the EREC and LSO BSP pages.
    We have already created our own theme and applied that, we are able to see the modified theme in our standard ESS applications. But its not reflecting the same to the custome ABAP WDP applications.
    Do let me know where i am going wrong ...
    Thanks,
    NR

    NR,
    If you are displaying WDA from portal you need to follow the below mentioned steps to assign portal theme to WDA
    1.for assigning custom theme to the WDA pages you need to create configuration
    2.go to the webdynpro component-right click on the webdynpro application for that componet and create/change configuration.
    3.give some name and click on create
    4.go to properties tab and select external portal style sheet and save it
    5.go to iview properties for that WDA in portal and fill the configuration name with the name u created above
    6.stylesheet value to controls and select yes for support portal stylesheet.
    if you are executing WDA from backend itself then you need to pass a parameter to the application like sap-wd-configid=<name of the theme>
    for BSP applications change the iview properties
    stylesheet value to controls and select yes for support portal stylesheet.
    reward points if helpful

  • HR programming and BSP pages

    Can't get some simple HR programming to Work with BSP pages.  I've tried defining field "zevnt1" just about every way I can think of and I can't get the following to work.  Below I've added 1 example that I tried to define "zevnt1".
    How do I define zevnt1 so this will work? 
    I keep getting an error message saying that "wa_pa0041-dar01 AND zevnt1 are type-incompatable" 
    DATA: BEGIN OF zevnt1,
           darxx TYPE pa0041-dar01,
           datxx TYPE pa0041-dat01,
          END OF zevnt1.
    LOOP AT i_pa0041 INTO wa_pa0041.
      DO 12 TIMES
      VARYING zevnt1 FROM wa_pa0041-dar01
                     NEXT wa_pa0041-dar02.
      ENDDO.
    ENDLOOP.

    Hi,
    The syntax should be like this:
    DATA: zevnt1 TYPE pa0041-dar01,
          zevnt2 TYPE pa0041-dat01.
    LOOP AT i_pa0041 INTO wa_pa0041.
    DO 12 TIMES
    VARYING zevnt1 FROM wa_pa0041-dar01 NEXT wa_pa0041-dar02
    VARYING zevnt2 FROM wa_pa0041-dat01 NEXT wa_pa0041-dat02.
    ENDDO.
    ENDLOOP.
    Greetings,
    Vincent

  • Created a 20 page fill-in the blank form with livecycle 8.0 and now page 20 needs updated.

    Created a pdf with acrobat 8.0 and used livecycle 8.0 to create a fill in the form document.  Now that I am at page 20, the lines i put in for a description for people who still use a typewriter should have been taken out for this document.  Is there any way to replace this page with a revised pdf page.  When I open the document in aapro and select document the insert page is not highlighted.  I know I have deleted and inserted pages before, but not one that went into livecycle.  Can it be done or do I have to start all over again?

    Since this PDF is based on a LiveCycle Designer template individual pages cannot be removed.  Can you not just go back into Designer and remove the page you don't want anymore and add in a new one?

  • Value tables and BSP-Pages

    Hello,
    how is supposed to work the value table or the search help that a field has behind it ?? When the end user enters a non-valid value in a field, the system should mark the frame of the field in red. For some fields in our BSP application it works, for some others it doesn´t. Probably we forgot to declare something in the structure in SE11 but can´t work it out.
    Has anyone an idea ??  Thanks a lot.

    Hi Jorge
    You are creating F-4 HELP and getting possible values in a pop-up.(say AAAA,BBBB).how can user select(HHHH) from that pop-up.
    Now let us assume you are not disabling the field to which you want to insert value via pop up.
    Now user is inserting value in that field without getting values from F-4 help.
    As you said it simply saves the record without checking whether user is inserting proper value or not.
    Now when you save that value in the record,just before that validate it.
    example:
    SELECT SINGLE <field-name> from <table> into <wa> where
    <field_name> eq <input_field_value>.
    if sy-subrc eq '0'.
    --success.
    else.
    --failed.
    endif.
    if it is success,then you should allow it to save record.
    else.
    Do the desired, Show a message....
    I assume,i understod the problem right way..
    cheers
    Vijay,

  • I am looking to start developing apps for the iTunes Store, but I have no previous experience. What is the best way for me to start on this? As in which programs and materials must I need and what I need to know. Thanks!

    I am looking to start developing apps for the iTunes Store, but I have no previous experience. What is the best way for me to start on this? As in which programs and materials must I need and what I need to know. Thanks!

    You will need a Mac, with OS X 10.6+ on it, to be able to develop iOS apps.
    There is some info on these pages :
    developer site : https://developer.apple.com
    developing for iOS 7 : https://developer.apple.com/ios7/
    developer support : https://developer.apple.com/support/
    developer forums : https://devforums.apple.com/index.jspa (you will need to be a registered developer to access them)

  • Calling the javascript  FM and R/3 FM in BSP page

    HiExperts ,
    I want to know how can I use the javascript code and  function modules(R/3) in bsp ., please let me know how can i call the function modules and javascript in my bsp page,
    Please provide me a sample piece of code for calling the javascript function module and r/3 function moduless.
    Thx in advance,
    Kiran

    Hi,
    These are 2 very different things.
    Function modules are called on the server-side in the BSP controller or event-processing... No fancy thing here, this is only ABAP.
    Javascript is used on the client side and called from the view of your BSP. You can write Javascript code directly in a BSP view or use MIME repository to store your .js files
    In advanced aspects, you can use Javascript to call server using AJAX but you should get familiar with the basic aspects first.
    /people/sap.user72/blog/2005/08/15/ajax-and-htmlb--a-sample-bsp-application
    /people/salil.patel/blog/2008/07/27/chat-application-using-bsp-and-ajax
    /people/renald.wittwer/blog/2007/05/07/bsp-htmlb-tree-view-with-ajax
    Best regards,
    Guillaume

  • How to create empty BSP page and execute it

    Hi,
    Please give me the steps for creating an empty bsp page and executing it using transaction SE80.
    I have created a package and a BSP application.
    I need to get a url for this page that points to a document/image. I need help with this urgently and would appreciate a quick response.
    Regards,
    Meenakshi

    Hi,
    Please have a look at
    http://help.sap.com/saphelp_nw04/helpdata/en/46/bb181aab4811d4968100a0c94260a5/content.htm
    regards
    Mark

  • Is there a way you can make a contact page with blank fields to put info. on iWeb and submit it to my email?

    is there a way you can make a contact page with blank fields to put info. on iWeb and submit it to my email?

    It depends on where you publish.
    MobileMe users need to use a form service or MailShoot...
    http://www.iwebformusicians.com/Website-Email-Marketing/Form-Service.html
    http://www.iwebformusicians.com/Website-Email-Marketing/MailShoot.html
    If you publish to another server that supports php you can do it yourself...
    http://www.iwebformusicians.com/Website-Email-Marketing/Contact-Form.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Need to activate exsisting BSP Page

    Dear Guru,
    There are several readyto use BSP applications are available in the SAP system,
    I can view some of them from se80 transaction code.
    Now I want to copy a existing bsp page and activate it
    If I am going to activate existing page it is not opening through enternet url.
    How can I do al the process kindly suggest the same ASAP.
    Thanks & Regards,
    Bipin Shah.

    Hi,
    Navigate in se80 -> BSP application -> your application -> enter
    double click on page you copied/created
    now select properties tab -> scroll down you found URL.
    like following
    http://host.domain.com:port/sap/bc/bsp/sap/zappl/page.htm
    where host.domain.com = you SAP application server host
    you need to add this entry in windows hosts file.
    \system32\drivers\etc
    open hosts file in notepad and make the hosts entry
    x.x.x.x  ---tab---  host.domain.com
    where x.x.x.x is ip address of your SAP application server
    if you are using internet connection with proxy then by pass sap application host for proxy in internet explorer.
    regards,
    kaushal

  • Having purchased and installed pages after finishing my 30 day trial I now can't save changes to documents, it keeps saying that my trial is over and I need a serial number?  Never got a serial number, any ideas how to rectify this?

    Hi, having purchased and installed pages after my 30 day trial had finished I am now unable to save any changes to documents I had created in the trial version.  It says I need a serial number, which I never got when I purchased the pages app.  Does anyone kno how to rectify this, I would be very grateful for any help as I'm currently writing up my thesis and am now unable

    Hi, I had the same problem and I found that you don't need a serial number anymore. Here is what I did:
    (1)I went to Applications fodder on my Mac. (You can navigate to the Application folder from 'New Finder Window.')
    (2) Deleted Pages (installed as part of the free  free trial version) from the Applications Folder. Also deleted 'IWorks' from the Applications folder.
    (3) Started AppStore.
    (4) Clicked on  Purchases.
    (5) Clicked on Pages.
    (6) Clicked Install.
    (4) repeated (5) and (6) for Numbers and Keynote

  • I have an iTunes account set up long ago on my home pc. My pc at home is antiquated and I can't interface with my account to edit acc. Info. Now I have other devices, iPhone 4 and iPad. I need to reset email apple Id and pw from iPad. How?

    I have an iTunes account set up long ago on my home pc. My pc at home is antiquated and I can't interface with my account to edit acc. Info. Now I have other devices, iPhone 4 and iPad. I need to reset email apple Id and pw from iPad. How? Should I just create new account? Don't want to lose 1500 songs.

    Hey Frankgates!
    I have an article here that can tell you how to do this:
    Apple ID: If you forget your password
    http://support.apple.com/kb/HT5787
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • I updated an iPod touch, an iPad 2, and an iPhone 4 to iOS 6, and all of them now will not connect to WiFi. They all give this wierd 404 error page from Apple and insist that I need to login to the network. Bad job testing the software Apple.

    I updated an iPod touch, an iPad 2, and an iPhone 4 to iOS 6, and all of them now will not connect to WiFi. They all give this wierd 404 error page from Apple and insist that I need to login to the network. What's the fix? None of the recommended fixes work in any of these devices. Reset device, reset network, renew lease, etc. None of them work.

    Does the iPod work OK?
    Does it charge when connect to the computer?
    Does it appear in My Computer?
    Look at the dock connector on the iPod. Compare with the iPod that does work/connect.
    I suspect you have a 2G iPod. Those can only go to iOS 4.2.1
    http://support.apple.com/kb/HT1353#iPod_touch_late2009
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.

  • I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    A reply to similar question (Q & As , in product page Apple Store) says:
    "...dissable the internal reader hardware from devices setup. Then plug the external usb superdrive and that's it."  Answered by Enrique T from Lima Oct  25 2013.
    If you can locate an external Apple USB 'Air" superdrive for earlier model MacBook Air, that should work. The newer one for the Air is the same as for iMac, now.
    You may be able to use other brands of external USB optical drive with your older intel-based iMac, as some of them function capably. A few should also be able to see system discs or other bootable utilities on DVD.
    Hopefully this helps.
    Good luck & happy computing!

Maybe you are looking for