Reg:BSP and e-Recuitment

Hi All
I have to implement e-recuitment and also i need to customize it.
i am good in webdynpro java and EP but i dont have exposure to webdynpro ABAP.
For e-recuitment should i know webdynpro ABAP.
for this what are the basic requiments.should i install ABAP stack for development.
or is it possible to develop in webdynpro java.
please provide me how to configure e-recuitment business package in portal.
Thanks  & Regads
Daya

Hi Ramki
I am more confortable with webdynPro java so i wish to go with webdynPro java.
Please let me know more information about how to configure  and how to proceed with
Thanks & Regards
Kirubakaran D.

Similar Messages

  • Reg:bsp(mvc)

    hi to all,
    i had developed a stateful BSP application using MVC .
    in the first view iam entering a material number.
    in the second view iam displaying the records from a table based on material number.again when i make the application to stateless it is displaying the second
    view.with writing a code for a stateless application.i.e server side cookies.
    could any one help me out.
    with regards.
    gangadhar.

    Hi,
    To set data using cookies,
    call method cl_bsp_server_side_cookie=>set_server_cookie
              exporting
                name                  = 'ZF0707'
                application_namespace = str_app_ns
                application_name      = str_app_na
                username              = 'shtml'
                session_id            = str_ses_id
                data_name             = 'EMP_DATA'
                data_value            = itl_delview_tab
                expiry_time_rel       = 7200.
    To get the data using cookies,
    call method cl_bsp_server_side_cookie=>get_server_cookie
        exporting
          name                  = 'ZF0707'
          application_namespace = str_app_ns
          application_name      = str_app_na
          username              = 'shtml'
          session_id            = str_ses_id
          data_name             = 'EMP_DATA'
        changing
          data_value            = itl_delview_tab.
    here itl_delview_tab is an internal table.
    Also go through the below link,
    http://help.sap.com/saphelp_nw04s/helpdata/en/bd/4cd23a09313b37e10000000a11405a/content.htm
    Please close ur earlier thread and award points if u have got the solution,
    Re: REG:BSP(MVC)
    Regards,
    Sachidanand.B

  • Xcelsius Dashboard on SAP R/3 Table using BSP and XML Mapping

    Hi Experts,
    I have developed a simple dashboard on small data set (10 records) that I am fetching from a R/3 Table into BSP and generating XML from there and consuming it in Xcelsius (SAP R/3 + BSP + XML Mapping).
    Now I want to fetch data based on Variables values that should be passed from the dashboard at the runtime and should display the data  accordingly. Any help on how it can be achieved?
    Thanks..!!
    Sharad

    Hi,
    You could try doing this by using XML data connection. You would have to make use of Enable load to get the data from XML and Enable send to send data back to XML from dashboard.
    This would require you to write a script.
    Thanks,
    Amit

  • What are the classes used for bropdownListBox in BSP and purpose and how

    what are the classes used for bropdownListBox in BSP and purpose and how
    thank you,
    Regards.
    Jagrut BharatKumar Shukla

    Benje001,
    Right-click on the CWAI control on your form. Choose Properties. The first tab is the Channels tab. After you choose your device from the drop down box on the right, you can type in the Channels box which channel you want to use.
    If you want to see a CWAI control that is already configured, all of the shipping examples will have this already done.
    Also, if you have questions about any item on the CWAI (or any other NI ActiveX control) you can click the ? icon in the right corner of the properties page and then click on the item in the dialog that you need help with. This "What's this" help will describe that particular control on the dialog.
    Hope that helps!
    Regards,
    Shannon R.
    Applications Engineer
    National Instruments

  • Portal eventing between bsp and VC

    Hi everybody
    I need to use portal eventing to have a bsp and a VC iview communicate.
    The bsp iview should be displayed within the VC iview as html view, raise a portal event with some sort of parameters inside, and then be dynamically hidden by the main iview.
    I have often read about VC and bsp exchanging signals when belonging to the same page, but will this work even with bsp iview within VC iview? Has anyone ever achieved this?
    thanks
    Vincenzo

    Hello Vincenzo,
    It won't work, since the html view is implemented as an iframe on top of the model. If you want to use portal eventing, you should have the iViews inside a portal page which acts as a container and you also have the entire portal framework working for you.
    Regards,
    Natty

  • Diff between BSP and WEBDYNPRO FOR ABAP?

    Hi All,
    can anyone let me know the Difference between BSP's and WEBDYNPRO FOR ABAP.
    Regards,
    Ravi

    Hi Ravi,
    In truth, Web Dynpro contains many of the enhancements than BSPs....like built-in value-help and select options...... they
    will become standard in Web Dynpro. But these can also be added to BSPs also.
    There are several architectural differences between BSP and WDA. WDA has some advanced features but more restrictive framework compared to BSP.
    WDA is stateful only. While BSP supports both stateful and stateless programming models.
    WDA doesn't aloow us to use our own custom HTML, JavaScript or other controls. To provide compatibility the rendering logic is completely hidden from the developer.
    On the other hand, BSP has no such restrictions and allows an extreme level of custom rendering. This makes BSP a perfect platform for applications that require pixel-perfect layout or specialized UI elements.

  • How to display paragraphs in bsp and radiobuttons

    hi experts..
    i am new to bsp .. i want to know how can we dispaly paragraphs in bsp and to dispaly radio buttons more than one in vetical order ......
                    if any one have code for 360 degree apprasial process flow please send to me to my e-mail id <b><email id removed by moderator></b>
    thanks in advance
    pradeep
    Message was edited by:
            Durairaj Athavan Raja

    hi,
    you can display paragraphs using:
    <htmlb:textView layout = "paragraph"
                          text   = " your text " />
    reward points if useful..

  • Interaction between BSP and SAP GUI

    Hello all,
    I am having trouble with interaction between BSP and dynpros:
    I have a dynpro with a container where a BSP is shown.
    I would like to be able to return a value from the BSP to the control program of the dynpro.
    Any ideas of how to do it?
    Thanks a lot!
    Helpful answers will be regarded.

    Hello both,
    thank you for your replies, but I am still not able of performing this.
    I have tried using GET/SET parameters but it is not working, I get no parameter (perhaps I am not using the sentences correctly or in the correct place).
    I have also tried the code of demo program SAPHTML_EVENTS_DEMO and I think I cannot do it, I explain it a bit more:
    I have a button on my  BSP with some code programmed on event OnInputProcessing to be executed, and at the end I would like to return one value to the control program of the dynpro.
    But if I set the html form of the BSP as action:SAPEVENT, the bsp code is not executed...
    Am I doing something wrong?
    Thanks!!

  • BSP AND WORKFLOWS

    Dear All,
    Can anyone tell me how to use BSP with workflows.
    regards,
    shiva

    Hi,
    We can use backend R/3 to connect both BSP and Workflow.
    We can get it with the webflow
    Please check eith the following link
    [Webflow|http://help.sap.com/saphelp_webas630/helpdata/en/9b/9f9138d380f50fe10000009b38f8cf/frameset.htm]
    [Webflow_engine|http://help.sap.com/saphelp_webas630/helpdata/en/a1/172437130e0d09e10000009b38f839/frameset.htm]
    Hope this helps you
    Regards,
    Rajani

  • BSP and Adobe Flex

    Hi,
    My appology if this topic is not suppose to be here. Please let me know where this topic should be.
    I know nothing about SAP and been given a task to look for the connection between BSP(suppose it is a module of SAP) and Adobe Flex.
    I have done some research about the connection. Been to "Engaging User Interfaces with Adobe Flex". On that blog, there were few methods mentioned. I would like to know if there are any examples you can show me? I am particularly interested in Flex JSP and Flex AJAX.
    Thanks in advance.
    Michael

    Hi Friend,
    Hope these links would also helpful to you.
    Link:[http://www.dev-trend.com/main/?tag=sap-bsp]
    Link:[http://www.saphelp.dkhaitan.com/index.php?option=com_content&view=article&id=65:sap-flex-interfacing-using-bsp-and-function-module&catid=39:sap-flex-integration&Itemid=64]
    Link:[http://www.sap-press.de/download/dateien/1226/sappress_developing_sap_applications.pdf]
    With Regards,
    SHARMILA BRINDHA

  • BSP and ABAP webdynpro

    Hi wizards,
    I am planning to start working on POC (Proof of concept). This requires BSP to be integrated with ABAP webdynpro. Can some throw some light on how this integration can be done. ie sharing the context values between both applications.
    regards
    Vivek Nidhi.

    Well BSP and Web Dynpro ABAP are very different when it comes to internal architecture.  Just because they both run in a browser doesn't mean they can be integrated like you describe.  You could run both a BSP and Web Dynpro ABAP application in separate frames within the browser; however to the backend server these would be two completely separate processes running in their own memory space. 
    First of all you couldn't directly share the context values.  BSP doesn't even have the concept of a context.  You could pass some keys via URL parameters or Server Cookies. You might even be able to pass larger amounts of data.  However the eventing becomes a bit of problem.  The exception here is if you use the NetWeaver Portal.  Then you can use Portal Eventing to pass data and events between the two applications.

  • Implementing People-Centric UI with BSP and SAP EP Cookbook

    Here's the URL to access "Implementing People-Centric UI with BSP and SAP EP Cookbook."
    https://websmp203.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000583719&
    --KAL

    Hello KAL,
    I think that you have more access rights to Service Market Place. I as a Customer Employee only see a link to the People-Centric CRM - SAP Help Portal and a Overview Presentation People-Centric CRM. Are you at a SAP Partner?
    Regards
    Gregor

  • Call SAPGUI transaction from BSP and vice versa

    Hi all
    There was some discussion about this topics before. Maybe someone can just point me to the thread answering this issue:
    1. I need to call a SAPGUI transaction from a BSP application: I want to use SAPGUI, not ITS/webgui, I need single sign on, the SAPGUI transaction could possible run in another SAP system then the BSP.
    As far as I understand I need to create a *.sap file with the correct parameters for sapshortcut. But how does single sign on work? Can I create a logon ticket in my BSP and forward it to sapshortcut?
    2. I need to call a BSP application from a SAPGUI transaction or report, with single sign on but in a MS IE window, not inside a SAPGUI HTML control
    Can I create a logon ticket in my coding an append it to the start url for the BSP?
    any hints?
    thanks
    Michael

    hi Michael,
    For your second issue,to call a BSP application from a SAP GUI in MS IE explorer,
    you can use the Function Module CALL_BROWSER in your report,like
    data url(200) type c.
    url = 'http://<server>.<domain><port>:'.
    concatenate url '/sap/bc/bsp/sap/' into url.
    concatenate url 'znw_poc2_1_prtl/dts.htm' into url.
    concatenate url '?sap-user=<userid>' into url.
    concatenate url '&sap-password=<passowrd>' into url.
    CALL FUNCTION 'CALL_BROWSER'
      EXPORTING
        URL                          = url
    *    WINDOW_NAME                  = ' '
    *    NEW_WINDOW                   = ' '
    *    BROWSER_TYPE                 =
    *    CONTEXTSTRING                =
    *  EXCEPTIONS
    *    FRONTEND_NOT_SUPPORTED       = 1
    *    FRONTEND_ERROR               = 2
    *    PROG_NOT_FOUND               = 3
    *    NO_BATCH                     = 4
    *    UNSPECIFIED_ERROR            = 5
    *    OTHERS                       = 6
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    For this to work you have to enable SSO on your server.
    you can check if it is enabled or not by runnning the BSP application "SYSTEM" ,page "SSO2TEST.htm" .
    Follow the instructions on the page for testing.
    This may not be a great way as your userid password are passed via URL,still it works .
    Hope this helps,
    Regards,
    Siddhartha

  • Difference between BSP and webdynpro

    can any one explain the difference between bsp and webdynpro and also the advatages over each other?

    Hi,
    The main diffrence between this 2 keeping client requirement in mind if LOOK & FEEL.
    In webdynpro we have very less scope for geeting the look and feel but in BSP we have more scope for Customization.
    In webdynpro we have some predefined methods  known as Hook Methods which will handle the flow .
    I mean to say some code which we write commonly will be reduced in webdynpro.
    So that the time for building the application will be very less compared to BSP.
    For example if you take MVC architecture implementation BSP and webdynpro
    webdynpro provide built in MVC functionality where as in BSP we have to implement it using controllers,views,etc...
    Finally Developing application in web dynpro takes less time then in BSPs
    Thanks & Regards,
    Lokesh.
    Please reward vpoints if helpfull

  • Its, BSP  and sicf

    Hi there,
    Can somebody help me differentiate between ITS and BSP and the relatation with SICF?

    Hi,
    As mentioned above ITS is integrated in the Internet Communication Framework of NetWeaver. Transaction SICF is where you control the services avaialble in ICM, one of the services is webgui so if you want to use the SAP webgui you need to enable this service and other ICM services features like load balancing.
    BSP is a page-based programming model with server-side scripting meaning that your programs (BSPs - server-side scripts) have direct access to all elements in the application server.
    Now, you need an entry point to access a BSP, that is a service; a service is controlled (enabled, disabled, etc.) from transaction SICF.
    If you are using SAP webgui you'll notice the URL contains /bc/gui/sap/its/webgui, if you look in SICF you'll find this service under the sap tree.There is section for BSP also. If you enable, for example, BSP wp_sess_test2 you'll notice the URL to access this has sap/bc/bsp/sap/wp_sess_test2. This is how you'll notice whether you are using one or the other.
    --Noe

Maybe you are looking for

  • Ipad not updating iphone calendar

    IPad calendar is not updating iPhone calendar but iPhone will update IPad. Has worked fine in past but not now. Can anyone help?

  • Mac Mail deleting emails too soon

    Hi everyone, I have Mac Mail setup to delete all emails after one month, this includes the Sent, Junk, and Trash.  However Mail is only keeping one week's worth.  I use iCloud as my sole email account.  This issue has been occuring for a few months n

  • Hp 1007 laser printer cant show only in pdf file print order que

    hp 1007 laser printer cant show only in pdf file print order que

  • PAUSES

    Out of nowhere, my computer seems to pause, wheel spins. For example, I am now using my safari and listening to itunes. No other programs running in the background. It pauses for a couple of seconds. This also happened a number of other times. Any su

  • Adobe Classroom Book for Certified Expert?

    I have a copy of "Adobe Photoshop CS4 Classroom in a Book". If I learn this book will it provide all the material I need to become a Certified Expert in Photoshop CS4, does it cover the course material completely, or should I look for some other book