BSP enhancement

Hi,
I have added 3 custom fields to BSP in selection.bsp, those are displaying in the brower too. and these 3 flds are for selection criteria.
But I want to add logic to selection.do.
1. The input parameter entered for newly added flds are not displaying..
For examle If i enter the value for newfld1..and selecting the option display selection.
the value is not staying in that fld(just like Hide fld)
2.
I want to filter the values based on the newflds.
Where I need to add the logic
Plz Help me...

Hi,
You need to collect the form fields value(input parameter entered for newly added flds) in DO_HANDLE_DATA event, and add your logic into DO_HANDLE_EVENT event.
I hope this would help you.
Regards,
Ramki.

Similar Messages

  • SRM-SUS Vendor registration BSP enhancement.

    Hello Gurus,
    Need help on vendor registration screen enhancement on SRM SUS. Its BSP application. How to enhance the BSP application. I need to add almost 20-25 fields in the SRM-SUS Vendor registration process screen. How to achieve this.
    Appriciate for the immediate responce.
    Thanks,
    Ram

    Hello Veda,
    Do we have an option to edit a specific page form SUS application without the need to create a Z copy of the same. Say I want to provide a new field on SUS PO screen in standard SUS application.
    Does system requires an access key for editing this object at Page level or BSP application level ?
    I cannot check the same in my system as it asks for normal workbenc request to edit the object.
    If you are aware of this access key, please provide some details.
    Thanks,
    Mridula

  • EIC BSP enhancement ( HREIC_VP, HREIC )

    Hi,
    Please let me know how can we :
    1)  add other fields in employee search criteria
    2)  Add/ remove fields in the employee details criteria.
    Thanks
    Puneet

    Hi
    did you find a solution? can you share?
    Regards

  • Smart forms Print preview problem

    Hi
    Experts,
    I am working in CRM2007. I am creating number of different type Smart forms for our client requirement. All Smart Forms working fine in WEB GUI. In Web GUI there have two buttons; one is print buttons and another one is Print Preview buttons.  When we press print buttons it is directly go to printer for printing service order or service invoice or sales order or sales invoice whatever user is selected. Means working fine print buttons. And in case when we press print preview button it is open selected forms in PDF format; it is also work fine in our desire. But problem is here PDF format front size; which is very small. And after looking the PDF format if we select for print out of this PDF form; the print out orientation is Landscape and front size is very small. Now my question to all of experts u2026u2026u2026.How I change PDF front size and orientation? u2026u2026u2026u2026u2026u2026any type of BSP Enhancement or functional setting is required? Please Experts help meu2026u2026u2026u2026u2026u2026u2026u2026..
    Regards
    Tarapada  D.

    please CRM Experts give me some answer!!!!!!!!!!!!!!!

  • Button in the lead application

    Dear All
    I am working on CRM 7.0
    I want to add a button in the lead application so I can call a URL from there, a button like save, expert and so on
    Can I do it via configuration or I need I kind of BSP enhancement
    Regards
    Shawky

    Hi Mohamed
    I have only access to a CRM 5.2 system, but I suppose the solution is the same. As Verena wrote you need enhancement. In the following I assume you want to add the button to BT108H_LEA/LeadOVViewSet (Please let me know if this is not the case). You need to use the on_client_click instead of the normal on_click (On_click can also be used if you want an event to be triggered on the server).
    To do this you have to enhance method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS of CL_BT108H_L_LEADOVVIEWSET_IMPL. In the following you do not have to use the 2 string, but we did, because we build a dynamic url:
    DATA: lv_java       TYPE string
          lv_http       TYPE string
      CONCATENATE 'javascript:window.open'
                  lv_http
                  '","Print","resizable=yes,height=850,width=700,dependent=yes,status=1");'
             INTO lv_java.
      CLEAR ls_button.
      ls_button-tooltip         = cl_wd_utilities=>get_otr_text_by_alias( 'Package/Text' ).
      ls_button-text            = cl_wd_utilities=>get_otr_text_by_alias( 'Package/Text' ).
      ls_button-on_client_click = lv_java.
      ls_button-enabled         = abap_true.
      ls_button-page_id         = me->component_id.
      APPEND ls_button TO rt_buttons.
    Best regards, Peter

  • UI Execution Code in Listbox field

    Hello experts.
      I have two listbox fields in a BSP enhancement and I'm trying to select a list for a second field when selecting the value in the first field.  ¿Is it possible? The component is BP_HEADER.
      Everything goes OK if an "Enter" is pushed on any field after selecting the first field and the BSP is loaded again, but I'd like the listbox generate a function code automatically or launch any event. ¿How can I do it?
      I tried to create a "On_new_focus" Method in mi Extension Class but I couldn't.
      ¿May anyone help me?
    Thanks in advance.
    Fernando

    Problem solved.
    In GET_P method I have made a call to an event (Code copied from GET_P_PARTNERROLE :-D) and I have created that event in the Context Event Handler making a "SUBMITONENTER".
    Kind regards.
    Edited by: Fernando Adán on Sep 18, 2008 9:33 AM

  • After deleting enhanced view still the bsp application is showing in se80

    Hi,
    I enhanced one component then after some reason i deleted the enhanced view at that time it's asked do you want to delete bsp application i click on yes then after also still i showing in se 80 under my package it's showing.
    after deleting enhancement view and deleted enhancement component.
    after deleting these total still all the z classes are showing in sm24. if i enhance from starting on wards from enhancing component and enhancing view i need to new bsp application name because previous bsp application is still showing and some of the context class. after transporting in to quality server this component is showing there is context class which i redefine in the development and view is not defined in the run time repository. why it's showing these errors in quality server.
    my guess is in dev i deleted which are deleted still the classes and bsp application are there older one if provide new bsp classes also.
    what are important things we need to follow if delete the view enhancement and deleting the component enhancement. because if i transport after deleting with new bsp application name and with a previous existing class with a new request also it's not working quality server. because lot of classes are generating automatically in when we redefine the context class in development so these classes are not there in quality server.
    please guide me if delete any enhanced view and component why still bsp application and redefine z classes are showing in se80 and se24. because if enhance newly also and redefine also it's considering previous bsp application and previous redefine classes.
    what are precautions i need to take if i delete enhanced view and enhance component.please guide me.
    jemmi.

    Jemmi,
    You should follow the following SAP Note in deleting enhancements. There are a few steps to be done in SM34. If we just delete through the wizard we are bound to have these issues.
    SAP Note 1122248 - Consultation:Procedure when dealing w/framework enhancements
    Briefly, these are the steps to delete the enhancemnet-
    1) In SM34, view BSPWDVC_CMP_EXT. Select enhancement set and then select enhancement definition. You will see your component there.
    2) Select your component and in left side navigation click Controller Substitutes.
    3) A list of the enhanced views are displayed.
    4) Select the views and delete it. Before you delete make a note of the BSP application these views are attached to. Hopefully, you attached them in a Z BSP application
    5) Go to SE80. Select the Z BSP application and delete it.
    Go through the SAP Note to understand the process in more detail.

  • Enhancing standard BSP application by using WebDynpro components

    Hi all,
    We have standard BSP application delivered by SAP; we need to enhance the functionality and some new views to meet our requirement. We have planned to develop new things in WebDynpro ABAP and attach those to BSP.
    Is it good practice to use WebDynpro component instead customizing BSP application?
    If any body has fair knowledge on BSP and WDA, please let me know.
    Regards,
    Rajesh

    hi
    good
    BSP->
    It is a set of pages that represent a user interface (layout and page flow definition). The layout part of a page normally contains ABAP or JavaScript code which is inserted into the HTML structure. They can contain server-side scripting code in either JavaScript or ABAP. BSP applications use all the conventional ABAP technologies, such as Open SQL and internal tables, allowing developers to create Web pages quickly. This enables existing SAP logic, data structures, and interfaces to be directly used in Web applications.
    http://www.thespot4sap.com/Articles/SAP_WAS_BSP_Apps.asp
    WDA->
    Web Dynpro for ABAP or Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web applications in the ABAP environment. It consists of a runtime environment and a graphical development environment with special Web Dynpro tools that are integrated in the ABAP Workbench (SE80).
    Web Dynpro offers the following advantages for application developers:
    ●      The use of declarative and graphical tools significantly reduces the implementation effort
    ●      Web Dynpro supports a structured design process
    ●      Strict separation between layout and business data
    ●      Reuse and better maintainability by using components
    ●      The layout and navigation is easily changed using the Web Dynpro tools
    ●      Stateful applications are supported – that is, if the page is changed and the required data remains intact so that you can access it at any time throughout the entire application context.
    Note that stateless applications are not possible.
    ●      Automatic data transport using data binding
    ●      Automatic input check
    ●      Automatic operation of the Web Dynpro application using the keyboard
    ●      User interface accessibility is supported
    ●      Full integration in the reliable ABAP development environment
    http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/content.htm
    thanks
    mrutyun^

  • Error while enhancing the BP_ADDR component using BSP component workbench

    Hi ,
    I am trying to enhance the BP_ADDR component using the BSP component workbench. But when I try to regenerate GET_I methods of my context node, I am getting the following error:
    "Component GET_ADDRESS_GUID does not exist.
    Determination of BOL attributes failed"
    Please let me know the reason for this error and how to resolve it.
    Thanks
    Mreddy

    Hi,
    You may manually create the Get method for the attribute ADDRESS_GUID in your context node class.
    Regards
    Prasenjit

  • Fiori Enhancment - BSP how to clear buffer/cache?

    Hi All,
    So I'm trying to make some enhancmenets to a Fiori app. I have downloaded it and reuploaded is as a new BSP application.
    I wanted to make some changes to the BSP, so I changed the code directly, in SAP.
    I thought I must be doing something wrong, but my changes weren't having any effect.
    To further test this I wrote some nonsense which should ahve broken it... but it still ran fine!
    To test further again I went to SICF and deactivated the node!! ANd it STILL worked fine!
    I opened new sessions in my browser, and new incognito windows, and closed it all and reopened it all, but it STILL works fine!
    There is clearly some kind of caching/buffering going on here, I've found the tables: O2PAGDIR and O2PAGDIRT have buffered values (found out this from ST02)
    But how do I clear it?! I turned buffering off in these tables, to see if that worked, and made another change, and tried to reload the table... but STILL the page loads with no changes.
    Please, can anyone tell me how to clear the buffer/cache that means that when I make UI chanegs in a BSP it doesn't show them?!
    Thank you
    Lindsay

    Hi Mauro,
    I overcame this issue in a variety of ways:
    Firstly, I do all the customisation of the BSP applications locally on my machine.
    Then I upload the whole BSP using the program /UI5/UI5_REPOSITORY_LOAD.
    In order to make sure the display you see in your browser is the up-to-date version, there are various cache clearing things you can do:
    Program /UI5/RESET_CACHEBUSTER - this has no UI, and takes only a second to run
    Transaction /UI5/THEME_TOOL : double click on "Invalidate Cache" to refresh the theme cache (if you have made theme changes)
    Then you have the two model caches mentioned above by Ashish - if you changes the Gateway service but aren't seeing these changes you should run these to ensure the model is up-to-date.
    Browser caches: make sure you browser cache is cleared: for Chrome this is easy: hit F12 (to get Dev toold open), clickk on the cog icon, and tick the box "Disable cache (while DevTootls is open)" - then keep devtools open while refreshing the page.
    The best way to enhance the BSP applications is locally on your machine, and do all your testing locally before uploading.
    I hope this helps, let me know how you get on.
    Lindsay

  • BSP Controller Class Enhancement - calling problem while execution

    Hi all,
    We are having a requirement in the EREC-Publication.
    We have to insert 2 Droop-down fields on screen providing the F4 help for them.
    BSP is modified to add the required fields.
    Also, the Controller class methods are enhanced so that the given F4 list table is populated.
    Here the issue is, when we call the BSP application a fresh and go to the required page, F4 help gets populated and the list is displayed. This means that the Enhancement is also being called. - Confirmed after inserting a break-point.
    Then if i navigate to "Previous page" or "Initial page" using the link that is generated by the SAP Standard. Then when i come back to the same page again. the Enhancement for filling the F4 help list is not called and as a result the F4 help remains empty...
    Is there any solution for the same i am not able to figure out what is exactly going wrong?
    Thanks and Regards,
    Kunjal Patel

    Hi Sharmila,
    The BSP Application in concern is a SAP Standard and hence, we need to enhance the same.
    What you say is correct that we need to do it in the DoInit method. However, as far as possible Modification of SAP Standard code should be avoided. For the same, we have used the Implicit Enhancement point to enhance the required Method of the class.
    This Enhancement is not called every time the class method is called. Hence, the worry.
    Any suggestions?
    Thanks and Regards,
    Kunjal Patel

  • Enhance  Standard  BSP  Application HRRCF_CAND_APPL

    Hi,
      I want to change  Std  BSP  Application for E recruitment  candidate.HRRCF_CAND_APPL
        Should  I want to  Copy  Std  BSP   ,  IF I copy    how  shouldi  incorporate custom  bsp in portal.
    If I want to  go  for  enhancment  , then  how  should i do?
    Thanks,
    Asha

    Hi Asha,
    I can see that HRRCF_CAND_APPL is not one of the start page applications. So,you will have to copy this into a Z application & replace the reference to the the standard application with this Z application. This will be a pure development activity with changes to be done to the BSP code.
    Regards,
    Sowmya

  • Do we have Enhancement option in Standard BSPs?

    Hi,
    Do we have Enhancement option in Standard BSPs instead of Coping the standard one and modifying if?
    If no, why SAP not provided this option?
    Regards,
    ...Naddy

    Hi Naddy,
    when you use the ABAP  Workbench to build a BSP application it is unlike most of the other ABAP  application builders. This is because you are not actually building the end ABAP  class, you are filling out a template and the class gets built when you activate the BSP page.
    This is similar to SmartForms, where you use the SmartForm designer tools to build the form but when you activate it is creates a function module that is executed to run the form. It is also similar to many of the code-building wizards that are becoming more prevelant.
    The Enhancement framework is designed to hook into enhancement points inside ABAP  programs. So to work you would have to attach the enhancement to an enhancement point in the generated ABAP  program.
    While this is possible, the next time you activate the BSP (or SmartForm) it could quite possibly generate a different ABAP  program with a different name. Therefore the enhancement would no longer be attached to your BSP.
    Cheers
    Graham Robbo

  • Enhancing E-REC BSP APPLICATION - HRRCF_ACT_PROC

    Hi All,
    I need to enhance the Candidate Selection Layout Screen in the Portal with two additional fields for the Activity Offer and Extended Offer. HRRCF_ACT_PROC is the BSP associated with this. Kindly let me know how to go about enhancing a Standard BSP.
    Any input on this regard will be of great help.
    Thanks and Regards,
    Pavithra

    Hello,
    you can do it much easier than modifiing.
    You can add a dropdown by customer include into the e-recruiting infotypes.
    If you want to have the dropdown in the basic data, create a customer include in infotype hrp5125.
    If you want it below job data then create it in infotype hrp5126.
    If you assign values to the domain of your customer field or add a searchhelp into the customer include structure, the drop down will be automatically be filled.

  • Place to check deleted enhanced BSP component

    Hello everyone,
    Is there any place where we can check the details of deleted enhanced BSP component?
    For ex : Suppose I have a component ERP_INCOMP, and its enhancement storage component is ZERP_INCOMP..
    Now suppose someone has deleted this Z component, and I want to check the details or the change log for this..
    Is it possible. Kindly let me know if there is any possibility for this.
    Regards,
    Devashish

    Hello Devashish,
    Not sure about deletion but you can check change log in BSPC_DL_XMLSTRX2 table for custom config.
    Regards Harish Kumar

Maybe you are looking for