E-recruiting: Additional field on cover letter screen

Hi!
I want to add a checkbox input field on the application screen in
e-recruiting above the cover letter. I found the actual BSP
(coverletter_v.bsp of HRRCF_REG_APPLN) and added the field.
I am not sure where the best place to put the new database checkbox field
but I am biased towards an append on table HRP5136 (Correspondence)
associated with the registration of an application(OTYPE = 'ND' and
ACT_TYPE= '1020', '1030' and '1035').
Could someone advise me what kind of objects and methods I
should/need to change in order to implement this completely and also why
don't external breakpoints take effect(I tried several places in the controller methods associated with a cover letter)? Is there a customizing that have to be set in order to get the effect of setting breakpoints?
In my case, as far as I understand there is no possibility to add an extra field in
a predefined user-exit, but rather one has to change SAP standard. Is
that right?
The reason why we need an additional field is that an
applicant may choose to appear as anonymous in the list of all
applicants and in that case (s)he needs to tick off the new checkbox
field. I did not find a suitable solution for this in SAP standard
e-recruiting system.
In advance, thanks for any guidance and help on this issue!

Hi,
As of now, the custom fields automatically being displayed on screen is available only with BSP.
The WDA screens are available for extrenal & internal candidates. You can craete your Z fields in cutomer include in the respective infotypes. The WDA developer will ahve to explicitly put the UI elements on the relevant screens & map them to these Z fields. We had a similar requirement & we have done this in this way.
Regards,
Sowmya

Similar Messages

  • Additional Fields in F-28 Screen

    Dear Friends
    Our client needs additional fields in F-28 screen to capture some business information like the cheque is from which bank and branch, town, challan number etc.....  For this we need to go for Field exits.  Can I know
    1.  Is it possible to add fields for F-28 screen for my requirement.
    2.  If Yes, how is it going to be done with minimal effort.
    Request your help.
    Brahma

    Hi Brahmam,
    Feild exit is put on a particular feild not to create additional feilds for a screen. For eg if you want a validation for assignment feild say you are capturing cheque #  and you want it to be ony 6 digits then you can go for feild exit.
    If you are using F-26 you can capture all the above feilds mentioned by you by way of IMG configuration. Let me know if you can use F-26 instead of F-28.
    Regards
    Santosh Hegde

  • E-Recruiting - additional fields in BSP vs. WDA

    Good morning!
    After searching high and low and not finding an answer, I would like to ask the experts this question.
    For the BSP candidate pages we were able to include additional fields via the customer include tables in selected HRPnnnn tables.
    The new fields were automatically added to the respective screen.
    Now that SAP is replacing the BSP with WDA, how are the additional field customer includes being used? Or is there a complete different way to add your own fields to the candidate profile screens?
    Thanks in advance and best regards,
    Mathias

    Hi,
    As of now, the custom fields automatically being displayed on screen is available only with BSP.
    The WDA screens are available for extrenal & internal candidates. You can craete your Z fields in cutomer include in the respective infotypes. The WDA developer will ahve to explicitly put the UI elements on the relevant screens & map them to these Z fields. We had a similar requirement & we have done this in this way.
    Regards,
    Sowmya

  • E-Recruiting Addition field to Infotype 5107

    I'm implementing E-Recruiting for a client.
    I added the additional field to infotype 5107 Desired Work Location using PPCI. I also created a custom table for Desired Work Location to store the value of Location (county, institution & etc.).  When I added the new field to the infotype 5107 it automatically shows up on the Desired Work Location of E-Recruiting page as a text field.    I found the bsp for this page it's desLocn_detail.bsp.   Also I have to set two field that are already on the page Country and State to a default value.  Both are drop down list.
    Here's my question:
    1.I would like to make the new field list box i think that's what it is called, where the candidates can select multiple locations.  How & where can i do this? And how can i link the value from the custom table that i created to the new field that I added to Infotype 5107 to appear on the list box?
    2.How and where can I set Country and State field to the a default value? Is this done in the IMG?
    3.I'm assuming the deslocn_detail.bsp is a SAP standard BSP.  should I modified this bsp to rendered what I'm supposed to do?  If i modified this page when the upgrade/service pack is applys my modification will be wiped out?
    any suggestion will be helpful.

    I think you should take the following approach:
    The only sane way to keep multiple values in a single database record that comes to my mind id to create a new table to keep the selections.
    It's key should be the same as of the HRP5107 table plus a sequential number for counting selections.
    There are further 3 things to consider:
    1. Filling up the table before display with current selection.
    2. Handlig user selection after submit.
    3. Hiding the text field from user input.
    ad 1.
    I havn't used <htmlb:listbox> before, so I might wrong somewhere, but i guess that you should prepere two tables and pass them to table and selection attributes.
    Probably it would be best to store them as attributes of the controller to provide easy access from the bsp.
    The proper place to fill these structures is the DO_REQUEST method, probably near the end of the method when all standard stuff is done.
    In this method you should read the configuration of available loactions and put it in the 'table' attribute,
    and read the table of selections and put them in the 'selection attribute'.
    ad 2. The place to handle input is the DO_HANDLE_DATA in the controller. As i've said a haven't used listbox, but probably the are multiple fields with the id of the listbox, each containing a selected item.
    You should read them here and place them in the 'table' attribute.
    Next you have change the on_save method in the controller (Actually it might be in a parent controller - i haven't checked it).
    In there you should insert the values in the 'table' attribute to the custom table with selections (probably you have to delete all entries for the current infotype record first)
    ad. 3
    Now that i wrote 1 and 2 i see that you can just remove the field from the infotype...
    Hope this helps.

  • Adding additional field 1 to selection screen of CATSSHOW (CADO)

    Hello all,
      We recently added one of the additional field's to show up on the data entry section when using
    transaction CAT2...This is working fine and the data is entered into CATSDB.
      When using CADO, one can display the addtional field 1 and sort by this field.
      However, the users now want this additional field1 to be one of the selections when they
    use report CATSSHOW (CADO).
      Is there some type of way to configure SAP to have one of these additional fields show up
    as a selection field on program CATSSHOW (CADO)? My searches in this forum and the web
    have not shown me a solution yet.
      Or do I have to create a 'Z' version of CATSSHOW like ZCATSSHOW and do this myself?
    Thank-you,
    Rick Crawford

    Enhancement
    text
    F050S001
    FIDCMT, FIDCC1,
      FIDCC2: Edit user-defined IDoc segment
    F050S002
    FIDCC1: Change
      IDoc/do not send
    F050S003
    FIDCC2: Change
      IDoc/do not send
    F050S004
    FIDCMT, FIDCC1,
      FIDCC2: Change outbound IDoc/do not send
    F050S005
    FIDCMT, FIDCC1,
      FIDCC2 Inbound IDoc: Change FI document
    F050S006
    FI Outgoing IDoc:
      Reset Clearing in FI Document
    F050S007
    FIDCCH Outbound:
      Influence on IDoc for Document Change
    F180A001
    Balance Sheet
      Adjustment
    FARC0001
    Enhancements within
      archiving (FI)
    FARC0002
    Additional Checks for
      Archiving MM Vendor Master Data
    FEDI0001
    Function exits for
      EDI in FI
    FICT0001
    Exits for
      inter-company transactions
    RFAVIS01
    Customer Exit for
      Changing Payment Advice Segment Text
    RFBVX001
    Enhancement for bank
      directory transfer (Austria)
    RFEPOS00
    Line item display:
      Checking of selection conditions
    SAPLBANK
    User exit: Bank data
    SAPLF040
    WF: Preliminary
      posting (authorized for release)
    SAPLF051
    Workflow for FI
      (pre-capture, release for payment)
    SAPLFCPD
    One-time account data
      or different payee in booking
    SAPLSSRV
    User exit: Bank
      account numbers
    RFKORIEX
    Automatic
      correspondence
    please check which one  is better .

  • Additional Field Availability in MIGO Screen

    Dear Sir,
    In the MIGO screen , we want to see that is there any extra Field available which has not been made enabled/displayed .
    Pl guide us as how can we see the availability of such fields pl .
    Regards
    B Mittal

    Hi,
    Follow the path:
    SPRO->MM->Inventory Management and Physical Inventory->Setting for Enjoy Transactions-> Setting for Goods Movement (MIGO)-> Field Selection for MIGO
    Here make document header text as u201CInput,enabled,displayed u201D entry as u required and save.
    Regards,
    Biju K

  • How to add new additional field in my selection screen?

    Hi,
    In the BEx ,I have key and name in my report.While seeing the report, heading for  customer number is coming and heading not coming for customer description.I need to have it in my report.
    I.e
    Customer     !     (This heading is missing)
       7     GABRIEL CHEMIE GMBH - AUSTRIA
       9     BERGER PAINTS BANGLADESH LTD.
    Any tips?  Points will be given.
    Regards,Jaheer

    Hi Jaheer ,
                     If you talking Abuot heading in out put screen then use TOP-OF-PAGE
    or Else you use "Write:/ " Statement in you program...So that when first line is complete it will go to next line...
    What I understand from your Question....
    Souman

  • Additional field in selection screen of a abap query

    Hi,
    I am adding a new additional field in the selection screen through abap query(using transaction SQ02) which is of type VBRK-FKSTO.
    The value entered can be 'X' or empty space.But the value which is entered in the selection screen is not getting reflected in the code.Kindly advice me on what needs to be done to capture the selection screen value in the code.
    Regards,
    S.Subasree

    Hi
    You can add new field in VFX3 selection screen as follow. In the report code we can see various explicit enahcement points provided by SAP.One of them is ENHANCEMENT-POINT sdblbddl_01 SPOTS es_sdblbddl STATIC. Here you can declare your selection screen parameters.  Then in the processing i can see a call customer fucntion happening in VBSK_DISPALY which you can implement to add your logic.
    Thanks
    Nabheet

  • Add a additional field in tcode XK02 - control screen

    Hi,
    I have to add an additional field in Tcode XK02 ie., in Control Screen, I couldn't find any screen exits. I hvae found one BADI VENDOR_ADD_DATA_CS .I have added a New field in Table LFA1 (the new field is T5UNT-NAICS ) through Append Structure but the append strcture is Partial Active. Also, how to add an additional field in the control screen of tcode XK02 using this BADI.
    1. How to make theAppend structure Active
    2. How to add a screen field using this BADI
    Regards,
    Deeephi.

    1. My table was partial active...so go to se11,Enter LFA1 in display mode, Go to Path Utilities-database utility.now click on Activate and Adjust database.it will activated fully.
    2.
    a) create a module programme with the the screenfield(LFA1-NAICS) that you want.
    b) In pbo of module pool,enter following code
    data : l_zfield type lfa1-NAICS.
    constants: c_zfield(10)  value '(SAPMF02D)LFA1-NAICS'.
    field-symbols: <fse>.
    assign (c_zfield) to <fse>.
      if sy-subrc = 0.
        l_zfield = <fse>.
      endif.
    If sy-tcode = 'XK02'.
         Loop at screen.
              If screen-group1 = 'Z1'.
                   Screen-input = 0.
                   Modify screen.
              Endif.
         Endloop.
    Endif.
    c)create a Screen group(Z1) as sushipal reddy showed int he atatched link.
    d)go to Method IF_EX_VENDOR_ADD_DATA~CHECK_ADD_ON_ACTIVE  and add following code
    if i_screen_group  = 'Z1'.
    e_add_on_active = 'X'.
    endif.           
    e)Go to method IF_EX_VENDOR_ADD_DATA_CS~GET_TAXI_SCREEN and type following code
      IF sy-tcode EQ 'XK02'.
        e_screen = '0101'.
        e_program = 'Z_ADD_FIELD_XK02'.
       e_headerscreen_layout = 'E'.
      ENDIF.
    f)thast it...go to xk02 u willl see an al push button and click on it..u can view the screen field...

  • Infotype Screen Control (T588M) not working for additional fields to contro

    Hi,
    I have a requirement to enhance IT 0002 with fields LNAMR, FNAMR and CNAME. Also field preferred language.
    I have included LNAMR, FNAMR & CNAME as additional fields in the Include Screen 2040 elements, lay editor and maintained table T582c where i have assigned enhancement to the standard screen. These fields are getting displayed in infotype 0002
    But the issue is Infotype Screen Control (T588M) is not working for these fields to control the display or hide.
    Has any of you come across this issue? what could be the reason for this issue? Please suggest ASAP.
    Thanks in advance.
    Regards

    Hi Experts,
    Please help with your inputs and suggestions.
    Regards

  • Additional field in the sales order header Purchase Order Data tab

    Hi,
    I want to add an additional field in the below screen:
    VAO1 > Go to > Header > Purchase Order Data >
    Under Sold to party section i want to add an additional field.
    Is this possible through configuration?
    Please let me know.
    Thanks in advance
    Edited by: Kase on Dec 20, 2011 7:06 AM

    Hi Kase,
    Check this below link it might be helpful for your issue
    sales order - Additional data B
    new fields in sales order
    Regards
    Pradeep

  • How to add Additional fields in standard SAP Report RMCLOBJVN ,TCODE CL6BN

    i am facing problem in Report RMclobjvn , TCODE is CL6BN
    i have to add some additional fields on the result screen.
    but when i search inside the report i could not retrieve any user exits but through a search utility i got 4 user exits of which 2 seem to be useful.these are
    <b>Exit name
    CLCLRS01  Additional Fields on the Result Screen
    CLCLRS02  Fill the Additional Fields on the Result Screen</b>
    i activated the these exits and have tried putting in break point in side the include.
    But the problem is this that
    [<b>b]that CL6BN Tcode is not triggering anyhow these userexits.</b></b>
    does anyone has any solution for adding the additional fields.

    Hai Manish
    Check the following Links
    You can do it in two ways using append structure or include structure of that standard table.
    once you added , you need to adjust it and activate using the menu utilities->data base utulity-> Activate and Adjust .
    check this SAP help..
    for append structure
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm
    for include structure.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm
    Regards
    Sreeni

  • SAP Query Documentation - Defining additional fields

    Hi,
    I need to create a new SAP Query defining a new Functional Area. My problem is that I have created the area and defined the tables I want to use and how to join them, but I want to add additional fields with ABAP coding. I have looked up for documentation on how to do it, and all I find is that I shoud access the menu GOTO/Additional Field, but in my screen I find no such option (I'm using 46B).
    Could anyone explain how to add additional fields and coding, or send me any documentation please??
    Also, is it possible that I can create functional areas and queries, but not edit ABAP coding from functional areas in my productive system? Do I have to create the query in my test system and transport it, or how does that work? I's my first time creating queries.
    Thanks so much in advance!

    Try
    http://www.sappoint.com/abap/ab4query.pdf
    http://www.sap-img.com/basis/transport-of-abap-query.htm
    Pl. award the points if it helps you ...
    Thanks
    Message was edited by: Saquib Khan

  • Additional field for Material Master of SRM

    Hi,
    We want to add 3 <b>additional fields to the product master table</b> of SRM. We do not want to use these additional fields on any documents (neither SC nor PO nor contracts etc). We do not want to display these additional fields on Enterprise Buyer screens.
    What we want is, after adding these fields to the products table <b>we want to edit the values on COMMPR01</b>. Is it possible to see and edit these additional fields with txn COMMPR01? If not how can we edit these fields?
    Thanks
    PS: the fields that we want add are: <b>New category name</b> (other than the EBP category), <b>New material code</b> (other than the regular material number), <b>Country Name</b> (we have 2 backend systems, we want to keep the name of the country of the backend).

    Hi,
    How can I do that?
    I have 2 fields to reply to COMMPR01:
    MARA-ZZCOD_CORP (Customer Field)
    MARC-EKGRP
    Any ideia to reply this with standard process?
    Thanks,
    Pedro

  • T-code: CRM_MKTPL Additional scren fields in Campaign element screen.

    Please let me know how to add additional screen fields in Campaign screen.
    Regards,
    Batiya

    We can add fields , Hide fields add onther Tab by using SPRO configuration.
    CRM - Marketing - Marketing Planner and Campaign Management - Additional Fields and Business Add-Ins (BAdIs) for Marketing -Define Additional Fields: Set Types
    the fields are in a new separate tab will be added into a addition tab.
    Regards,
    Siva

Maybe you are looking for

  • Built-in Fax and printing to default paper tray

    Gentleones, I have a HP LJ1320n which is connected to my iMac. The problem is that incoming faxes, when printed, cause the printer to request paper and the only way to make the printer continue is to go press the green button on the printer. I cannot

  • Reg:Confirmation should not happen without issuing goods.

    Hi Friends. We have an issue regarding goods movement. I need to know, is there any setting can be made for the below issue. 1. how to make settings that confirmation of production order or any goods movement( Of finished good) , should not be done u

  • JSF 2.0 - ADF Direction

    Can any Oracle people provide information about the direction/roadmap/plan for ADF and JSF 2 support? Actually ADF supports just JSF 1.2, right? Thks in advance

  • History always gone, where do I set it

    I, everytime I use safari now, there is no history. Soon as I quit Safari and then reopen, there is no history in the address bar or history page, but google search does. Where do I set it cause there is nothing in prefences that I can see does that

  • Error event id: 16002

    I get on one AD/DC, DNS server in the shool an warning error, event id: 16002; "Closing a UDP socket with local port number 49631 in process 1160 is taking longer than expected. The local port number may not be available until the close operation is