E-Recruiting - How to replace a standard BSP app by a custom

Hi sap gurus,
In the candidate' profile, we would like to exclude some qualification objects shown in the competencies tabs. 
We have copied the bsp application HRRCF_PROFILE to zHRRCF_PROFILE, and made the changes there, but now I wonder how to replace the standard profile application by mine ? Is there any configuration, to change the candidate profile's link ? Or do I have to make a repair somewhere to change it ?
Thank you for all your help
Regards
Hadrien

Hi,
if you really want to exclude certain qualifications of HR core so they are not available in e-recruiting profile maintanence (and requisition maintanence) there is a customizing in IMG to define a view on the qualification catalogue. There you can specify which QK and Q objects shall be available in e-recruiting. In this case no development would be necessary.
If you just want to hide some fields / attributes this should be able to do this by customizing the screens. Depending if you use WebDynpro or BSP this is done via WebDynpro configuration or via IMG for bsp. Again no development
If there is really a need for developing a new tab for the profile, copy the application, throw out everything except the minimum stuff for a qualification tab and build it the way you like. Define a new container sequence item, define a context and set up the container sequence for the profile using your customer container sequence item instead of the standard one.
You never change the SAP entries of T77RCF_LOG_APPL you would only add customer own applications if you add customer applications to startpages. Defining own screen modification posibilities is usually not necessary. If you do not need the field in your customer screen just delete it, why customize sth you develop anyway?
Best Regards
Roman Weise

Similar Messages

  • How to replace JMS Msg id with My own customer ID??

    Hi Frnds,
    I am working one one scenario using JMS Adapter, when i am placing message in Quese,JMS adapter genarating MSG msg id,but i ahve to add my own id its custiomer specific,how to replace JMS Msg id??
    thanks,
    Raj

    Hi,
    found this in SAP help:
    Correlation Settings
    Define which algorithm is to be used to create the message ID of a new XI message. The prerequisite for selecting an ID is that it is a GUID (globally unique identifier) according to ISO-11578.
    If the message ID is not a GUID, message processing will fail. This can cause message duplicates if the ID is not unique. Furthermore, if the GUID does not conform to ISO-11578, this can trigger a GUIDFormatException.
    Set XI Message ID (MessageID) To:
    -         GUID (Recommended Value)
    -         JMSMessageID (Uniqueness Is JMS-Provider-Dependent)
    -         JMSCorrelationID (Uniqueness Is JMS-Sender-Dependent)
    -         JMSProperty (Uniqueness Is JMS-Sender-Dependent)
    Enter the JMS Property Name. This value is set for the XI message ID.
    If the JMSCorrelationID or JMSProperty are not set in the JMS message, a message ID is generated automatically.
    If you have selected JMSMessageID, JMSCorrelationID, or JMSProperty and entered a JMS message ID in these fields, you should see the Remove 'ID:' Marker from JMSMessageIDindicator. Set the indicator.
    This is necessary because the JMS specification stipulates that each JMS message ID starts with 'ID'. However, this conflicts with ISO-11578.
    Set XI Conversation ID (ConversationID) To:
    -         No value
    If you choose this setting, the XI conversation ID is not set.
    -         JMSMessageID (Uniqueness Is JMS-Provider-Dependent)
    -         JMSCorrelationID (Uniqueness Is JMS-Sender-Dependent)
    -         JMSProperty (Uniqueness Is JMS-Sender-Dependent)
    Enter the JMS Property Name. This value is set for the XI message ID.
    -         Stored JMSCorrelationId of request
    The saved JMSCorrelationID of the request is used.

  • How to customize a standard bsp application

    hi folks,
    i want to know what is the SAP recommended way of customizing a standard SAP BSP application. is it directly modifying the BSP application or is it creating a z application using report bsp_customize & then modifying it or is it anything else?
    thanks in advance,
    Sagar.

    if you explained what you are trying to achieve you may get a better response, this blog shows an example of how the bap app was changed.
    /people/suchita.phulkar/blog/2010/09/07/inbound-and-outbound-plugs--what-are-they-and-how-to-make-use-of-them-for-navigations-and-data-transfer-between-views-of-different-components
    There are other blogs for changing the layout, adding tables, adding fields, etc....

  • How to modify the Standard BSP sales contract  application.

    Hello,
    we need to do some modification on User Interace as well as on backend level of Sales contract module which is called from CRM_BSP_FRAME BSP application.
    To do the User Interface changes we have CRMDesigner but,
    How to copy the sales contract module from CRM_BSP_FRAME BSP application to do backend changes?
    Regards
    ravi

    Hello,
    as Brian already mentioned, theres no simple answer to that, but copying the whole application seems not to be a useful solution.
    I'm trying to give you some hint/ideass (no ready build solution). Doing it that way will work without modifaction. But you stille have to be ware of changes in the superclasses.
    In the customizing for the PC UI you can change the involved classes, structures and so on.
    If you want to insert a new field on a screen, you can copy the original structure for the field group and make an append.
    You can then change the structure for the Business Object (for a specific event and view) in "Define Application Layout". Don not forget to enter change mode and import the table entries!
    e.g.
    Original Fieldgroup: ACT_ADVANCED_SEARCH_F4
    Bus.-Obj.: CRMD_BUS2000126_F4
    Event:     Init
    Position:  Search Area
    Do not forget to rerender the layout structure afterwards (Customizing - Fieldgroup - Layout generation)
    For bringing in a new class try the following.
    Take the existing class as the superclass for your new one... Let's say ZCL_CRM_BSP_AM_HEADFM_1O will derive from CL_CRM_BSP_AM_HEADFM_1O.
    Redefine the needed methods.
    Last step is to replace the "pointer" to the new class.
    Go to Customizing - Application set, Choose the Business Object and go to Model Access. Here you can enter your ZClass.
    Voila.
    Hope that helps.
    kind regards
    Frederic Heinemann

  • How to replace the standard smartform layout coding to its original content

    Hi  All,
                 I have edited a standard layout and coding in a standard smartform.
                 And i had been made some changes in it but now i need to give the older one(which should be same when i got it - no changes should be made).
                 How and where can i do changes to submit the older program???

    Hello Rajesh,
    specifiy the path in PCD location in SPRO (IMG)>> homepage framework where there payslip is store.
    let me know if you still face problem.
    rewards point if helpful.
    thanksyou,
    Regards
    Vijai

  • MVC: Where to find the model and the table select in standard BSP apps?

    Hello!
    We are going to use MSS with the appraisal-application
    which is written in BSP and 'e-recruiting'. Both applications use the MVC-design pattern. We are going to do some modifications, but are struggling a bit since MVC is a new topic for us. How is the best way to get an overview of the controllers and views and call sequences in an existing application? We have done this by debugging, but are there other ways to find the 'starting controller', etc. ?
    Where can we find the model-code which reads the table-values into the internal table?
    We have read a lot about how nice MVC is - how the design gives you a better overview of the application. But without any docuemtation of the design we are quite lost. What are others experiences on this?
    regards Tine

    Hi Tine,
    let's see if I can answer your questions (at least partially).
    The main controller is the one you normally call directly in your browser (or after some introduction pages like login etc.). It's typically called start.do or main.do (but can differ). So if you call in the browser:
    http://myhost.domain:4711/sap/bc/bsp/sap/myappl/start.do,
    just call se80, choose the application myappl and double-click on start.do. There you can get the name of the controller class (just double-click on the class name).
    The standard model class is called CL_BSP_MODEL. The model classes from the application inherit from this class.
    For a complete documentation please have a look at the online docu:
    http://aiokeh.wdf.sap.corp:1080/SAPIKS2/contentShow.sap?_SCLASS=IWB_STRUCT&_SLOIO=EDBB153AAB4A0C0EE10000000A114084&TMP_IWB_TASK=PREVIEW2&RELEASE=640&LANGUAGE=DE&_SEQNUM=106&_LOIO=0FAB3A3C9CA75402E10000000A114084&_CLASS=IWB_EXTHLP
    There are also some weblogs written by Craig Cmehil where you can get examples.
    Hoping this helps a little bit.
    Regards,
    Rainer

  • How to do debug in BSP App....

    Hi All,
           I know lot of threads ask the same query. but still i am not able to do it. so kindly tell me how to debug the BSP Application.
            say for example i am using oninitialization event , in this event i am going to fetch some values from DB , now i want to see the flow(data moving) in debug mode. for this example how do i use break-point in my BSP Application.
           I am using Web AS 6.20.
    Thanks In Advance,
    Regards,
    kumar.

    Hi Brain,
       thank you . now i don't get 404 error in BSP application using HTTP Mode.
      Brain i have given my coding here.
    <b>Event Handler</b>
    <b>onCreate Event</b>
    data wa like line of sflight.
    <b>* here i have specified external break-point using STOP (Red Color) button in application tool bar and enabled the active check box in setting->abap editor->debug too.</b>
    select * from sflight into CORRESPONDING fields of wa.
    append wa to sflight.
    endselect.
    <b>Layout</b>
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <htmlb:content design="design2003">
      <htmlb:page title = "exam ">
        <htmlb:form>
          <htmlb:tableView   id   = "id1"
                  table           = "<%=sflight%>" > />
       </htmlb:tableView>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    <b>Page Attributes</b>
    sflight type sflighttab.
    Note :
    <b> i enabled my service as active mode in SICF T.Code. as well as i have checked active debugging in application tools on SICF T.code too.</b>
    but still i am not able to do it.
    can you tell me where i made a mistake or i lift out.
    Thank you,
    Regards,
    Saravanan.

  • How to Call a standard screen with in a custom function module

    Hi Guru,
    I am copying a standard function module SWU_WF_TASK_DISPATCH in to Z function module in that they where calling a standard screen.
    Some one help me how to copy or call this standard sceen within the function module.
    Regards
    Paul

    Hi,
               for that you have to create screen from SE51 same number in standard and program name should be the name of Z function group's main program and declare all varriable in function group's top inclue.
    I think copy is not possible u have manually create screen for that.
    Regards
    Gagan

  • How to replace the panel end marks with my customized PNG files?

    Lightroom has 2 end marks at the bottom of the left and right panel.
    With right-clicking on the mark to open the context menu, you can choose other marks from the submenu of "Panel End Mark", which also allows you to set your own PNG file as an panel end mark by choosing "Go to Panel End Marks Folder".
    When I chose "Go to Panel End Marks Folder", a folder named "EXPLORER.EXE" opened, so I dragged my logo in PNG format into this folder.
    Regarding the textbook, the added files would appear in the list with those Lightroom built-in marks, however, I couldn't find mine.
    Does anyone have any idea about this problem?
    Would you guys kindly check out what your "Panel End Marks Folder" is?
    THANK YOU THANK YOU

    You just put your PNG-Logo into the folder Pete mentioned and you'll be able to select it by right-clicking and chosing Panel End Mark.
    Beat Gossweiler
    Switzerland

  • Replace the standard page with the customised page.

    how to Replace the standard page with the customised page.?

    Hi,
    I am not cleared with your requirement. However u can try this:
    Check if your standard page is attached with some function.
    You can then create a new custom function, attach that with the same responsibility as that of standard one. Thus u can access your custom page.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • E-recruiting: how to use custom BSPs

    Hi experts,
    Can anyone tell me how and where do we replace standard BSP applications in EREC.
    Regards,
    Bharat

    Dear Bharat,
    It would help if you specify which standard BSP applications you want to replace.
    If you want to replace standard BSP applications then you can do them in T77RCF_LOG_APPL. Replace the standard application with your Z BSP. Do NOT delete any entries from this table.Incase of search applications, pls be careful to replace in V77RCF_SMG_NAVI also.
    If it is only a tab that you need to replace, then you create a Z BSP and modify the container sequence to point to the new BSP in IMG. Eg : Requistion Maintenance container sequence
    If you want to add an application to an extra link which will be given in the application, that also can be done from IMG for modification of start pages.
    Regards,
    Sowmya

  • How to use iterator in standard BSP application BT115QIT_SLSQ

    Hi experts,
    I am new in BSP and my requirement is to put a checkbox icon beside the actions column (that has 2 existing icons already) of BT115QIT_SLSQ enhancement. I read a lot of article about iterators but I believe most of them are used in custom BSPs as we all know that standard BSP uses standard classes as well, which we cannot modify ourselves without access keys. Can someone help me how to use it in standard BSP? Or is there other much appropriate method?
    Thanks and Regards,
    Louie

    Dear Pradeep,
    Find the below link which explains a simple data download to excel from a table view.
    www.sapt echnical.com/Tutorials/BSP/Excel/Index.htm
    Try to avoid the way your using in the BSP application and it is abdicable to use the standard methods / class available like "cl_bsp_utility"
    Hope this will be helpful.
    Regards,
    Gokul.N
    Edited by: Gokul on Oct 8, 2009 9:57 AM

  • How to add the InputField to the Standard BSP

    Dear Experts, 
    How to add the Input field to the Standard BSP.Can anyone Expalin the Step by step procedure.
    Helpful answers will be rewarded.
    Regards,
    Ashok.

    Dear Ashok,
    You can create "Z" copies of both controller and View page in the standard BSP application itself and not by taking the "Z" copy of whole application, by right clicking on the standard application and click on "Create".
    You can design design your own page.
    Reward points if helpful.
    Thanks,
    Gokul.N

  • How can i replace the standard ESS iview with my own iview

    I want to replace standard ESS addr iview with my own WD developed by ABAP
    I added the iview(my WDA) into standard ESS addr page.
    (pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.pages/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.cn/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr)
    And make it visible.
    But I got this error in ESS PA addr :
    WebDynpro Exception: Application PER_ADDRESS_CN Does Not Exist
    Here is the error code :
    Error code&#65306;ICF-IE-http-c:100-u:AC_WANGFZ-l:1-s:CE1-i:SAPCE101_CE1_01-w:0-d:20070514-t:172301-v:RABAX_STATE-e:UNCAUGHT_EXCEPTION
    So , how can i replace the standard ESS iview with my own iview?
    Thanks

    Can you see any Javascript EPCF code in the old iView  ?  You are surely just going to have to find it  (if our hunch is correct) and analyse it and copy it into your new iView so that it functions in some way that at least does not error

  • Changing a standard BSP application

    Hi,
         We are using a SAP provided standard BSP application. We need to replace the header.jpg with client's specific JPG and also need to change text of some lables. Can anyone guide me how to do these things.

    Hi,
    You can create a "Thema". See below.
    http://help.sap.com/saphelp_nw04/helpdata/en/46/bb1844ab4811d4968100a0c94260a5/content.htm
    Regards,
    Alexandre

Maybe you are looking for

  • COULD NOT ACTIVATE IPHONE 3GS

    my son did something to my iphone 3gs and now I get to a screen that says: Could Not Activate IPhone Your iPhone could not be activated because the activation server is temporarily unavailable. Try connecting your iphone to iTunes to activate it, or

  • Obiee 11g hierarchy columns download into csv format.

    When using hierarchical columns, Is there a way to download the results as the user see it on the view (be it table or pivot view) into a CSV format. Excel format works, but if the user drill down on the hierarchy column and then export in CSV format

  • Transaction usage report in 4.6B

    Hi, I'm trying to get a transaction usage report of the last 3 months out of 4.6B. Can someone point me in the right direction? This information is easier to get to in 4.7, but I can't find it in 4.6B. Please help. Thanks

  • Windows 7 and Elements 5.0

    I am running Elements 5.0 using Windows XP. I do a lot of photography and I have somewhere on the sunny side of 15000 digital photographs on my computer with most of them backed up in various ways.  Many of them have been worked over with 5.0 and are

  • Update iPad 2 4.3 to 5.0.1 or any thing higher !

    hi I have downloaded the update 5.0.1 and 4.3.3 and tryed to update my iPad to any of them , but there is some problems ! my itunes is updated to the last verjen , I have restarted my computer more than one and I have estart my iPad too when I reyed