E-Recruiting - Job Posting using smart Forms

Hello,
Iam working on adding some customized content to the Job posting which would be visible to the candidates when doing a job search and applying for jobs.
I have browsed through SAP blogs which have information on using SAP Smart forms for Job posting but never knew how to go about the whole thing.
I would also want to add my client logo and some image files for the Job posting.
Can some one provide insights on how exactly to do that?
P.S --> I found some information on u201CBAdI: Specify Proposal Texts for Postingsu201D  on SAP Help but could'nt find any such one in R/3 to work on. We are running version 6.0.
Thanks
G Raj
Edited by: G Raj on Aug 29, 2008 2:45 PM

Hello G Raj,
the BAdI you found is only for providing standard texts in the posting maintainence. If implemented it sets text you use again and again depending on requisition attibutes so the recruiter does not have to type in everything each time.
For the publication smartform, as for any other data overview, you do not change the standard you just replace the standard example by your company one. You start by copying the standard smartform to keep the correct interface (all e-recruiting smartforms are named HRRCF*) and changing to the layout you need. Then you set the smartform in IMG under SAP E-Recruiting -> Technical Settings -> User Interfaces -> Settings for User Interfaces with Business Server Pages (BSP) -> Assign Parameters to Parameter Types.
Best Regards
Roman Weise

Similar Messages

  • E-Recruiting Job Posting Text

    Hello,
    We are using E-Recruiting 6.0 Release 603 (EhP3 has not yet been activated)
    Is it possible to convert non ASCII characters into ASCII characters when copying and pasting text from MS Word into an E-Recruiting job posting?  We have found that many external job boards do not support many of the characters found in MS Word.  This causes junk characters to appear in some of our job postings, e.g. apostrophes, accented letters (é), bullets, etc.  Frequently we will just copy and paste text from MS Word into E-Recruiting.
    Where I can find more information relating to control over formatting and character types for job posting text in E-Recruiting?
    Has anyone else experience these issues?  How did you resolve them?
    Thanks!
    Ryan

    Hello Ryan,
    copying texts from Word into the posting texts is in fact even more tricky than you so far experienced - Surprise, Suprise!
    In addition to the issue with external job boards copying texts directly into the posting texts can transfer non printable characters which prevent the posting from being indexed in the TREX search engine. As a result this posting will not be found in the standard e-recruiting job search without any error shown in the sap e-recruiting system. Took me some days to find this as the character was displayed as SPACE in the ui. As a general recommendation I request end users to at least copy a word text to notepad first and than copy from there to e-recruiting to get rid of at least the most non printable characters.
    Next to this solution I'd like to ask what you want to achieve. You could always try some modification to prevent the system if wrong characters are entered or at least displays a warning if they are saved - a direct transformation would be possible with EhP4 in a BAdI for posting texts which could be misused for this requirement. You could also let the system send you a mail by a workflow if a posting with such letters is released. So you could avoid modification. Or you could build a customer publisher for the jobboard which transforms the letters assuming you can define a sufficient replacment algorithm. Overall I recommend an implementation with a positive list of allowed characters as you can never know which characters will appear (I use such things in my BW transformations).
    If you give some additional information we could work on a more detailed solution. 
    Best Regards
    Roman

  • How to print form into pdf format using smart forms in abap

    please let me know how to print form into pdf format using smart forms in abap.
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Mar 25, 2011 2:04 PM

    Hi ,
    refer this link
    <removed by moderator>
    Regards,
    Dhina..
    Moderator message: please do not reply to questions that violate forum rules.
    Edited by: Thomas Zloch on Mar 25, 2011 2:04 PM

  • Inventory Management- Printing Physical Inventory Document using Smart Form

    Scenario: Inventory Management- Printing Physical Inventory Document using Smart Forms
    I could found out that there is no standard smart form linked to Transaction MI21(Program-RM07IDRU). There is a sapscript ((INVNET) assigned to this transaction, but my requirement is to assign customized smartform to this transaction.If it is not possible to assign smart form to pgm then is it possible to through enhancement.If yes then let me know the enhancement as there are lot of enhancement in the pgm RM07IDRU.
    If you have any solution then kindly mentioned it.
    Looking forward for kind help.
    Regards
    Amit

    Check out with your SD guy if the items in billing doc have correct pricing conditions triggered.
    From the description it looks like some customizing issue.
    Otherwise revert back with the logic how are you trying to get the net value of item.

  • Transfer Order Printing using smart forms

    Hi All
    Our requirement is to print Transfer Order  ( WM ) for Goods Receipt & Delivery using Smart forms.
    Can we change the existing standard format (SAP script ) and use our own form(smart form ) to include some other data & print.
    If possible how to replace the SAP script to Smart form.
    Request  someone could guide in detail.
    Thanks in advance.
    Samson

    Hi
    When you create Smartform try to replace it in customizing OMLV. Not sure if it will work as it refers to Sap Scirpt in help description.
    It is also possible to write Z program for TO printing and hardcode SmartForm there.
    Regards
    Mariusz

  • How to print different  header & item data in new pages using smart forms.

    Hi,
    In smart forms I am trying to print header data & their item data. But there are more than one header data for a given input.
    I want to print all the different header data with their item data in new pages using smart forms. Can any one please help to solve the issue.. Its very urgent for me..
    Regards,
    Brajesh

    Hi
    U need to use control break statements to acheive ur requirement.
    Regards,
    Priya

  • What development/configuration is required to use smart forms?

    Hi All,
    My Question is,
    What Development/configuration is required to use smart forms to implement
    electronic workflow with ESS/MSS?

    Dear Prabhakar,
       Smartforms is exactly the same in ESS too. U just develop it and later just need to attach it to ESS.
    Regards,
    Deva.

  • E-Recruiting job posting XML

    Hi,
    I was wondering if there is any standard programs or solution to collect the job posting in e-Recruitiing.
    I would like to collect all the job posting and send and XML with the data via HTTP to an external application.
    any help will be appreciated.
    thanks.

    hello Eduardo,
    as far as I know for using the XI solution for publishing e-recruiting postings you need to do the following steps:
    First of all, if not already done, you should contact the different Job Boards to provide their XML requirements.
    For XI there is an extra installation / addon package which contains the XI e-recruiting structures. I am not really sure about the name but it should be found in the servie marketplace.
    Then you have to link the XI server to the E-recruiting server. That means doing all the Admin stuff which is not e-recruting specific.
    In the e-recruting system you define posting channels for the Jobboards. I prefere having one per Jobboard. You do that via IMG -> SAP E-Recruiting -> Recruitment -> Req. Management -> Job Posting -> Define Posting Channels. In the channel you use class CL_HRRCF_PUBLISHER_XI as publishing class.
    Then you have to activate the periodical service PUBLICATION_VIA_XI within the technical settings of the e-recruting customizing. The service itself should already defined.
    Then you have to restart the periodical service job in SM36/SM37 so it really runs the new service.
    From there on the Posting data should be transfered to the XI system where you can create the transformation s to get the data into the format th Jobboards require.
    You might also have a look on the SLG1 if something is not set up properly the periodical service should write an entry there. Furthermore you can check table T77RCF_XI_PUB. This is the publisher table for the XI. You can see which posting instances wait for publishing, which are published and which are withdrawn.
    I hope that helps you in configuration.
    Rgds.
    Roman

  • E- Recruitment - Job Posting -Posting channel Preview output error

    Dear Friends,
        I am stuck while generating the print preview on posting channel in  Job Posting Tab  .
    Error as below
    Error when generating the form for the data overview.
    Note :-
    1. Other Adobe forms are working fine .
    2.  Version ECC 6.0
    Tried as below
    inside the User interface i have removed the link of a specific form from assign values to interface parameter (Web Dynpro ABAP) still i have the same error.
    Kindly help ASAP
    Thanks
    Mag

    Hi
    Hope that you have some configurations/customization to Create Requisition under MSS.
    We got struck with Create Requistion only.
    Hope that you are using EHP4.
    Request you to share the configurations/customizations required to create Requisition under MSS
    Regards
    Badarinarayana

  • ECC 6.0 wants to use smart forms .

    Hi Friends,
    I have a requirement to generate a PO, I want to use smartforms, As I am new to it I dont know what is the form name and respective driver program. I am using ECC 6.0. please let me know .
    Thanks in advance.
    Sagar.

    Hi,
    As a functional consultant, we are not going to do much with the smart forms. The smart forms will be developed by the technical team and it will be attached to the PO output type.
    To view the link please follow the following the steps.
    1. Execute NACE transaction code
    2. Select EF for purchase order
    3. Select Output types below the status bar
    4. Select output type as NEU, in our system if you customized a output type, you can select that
    5. Select Processing routines at the left control panel.
    6. Where you can see the Medium of Print output is linked to either form or the smart form.
    If it is blank speak with your technical team for assigning the same.
    Regards,
    RitiG

  • Regarding printing multiple PO using Smart forms

    Hi Abap Gurus,
                             i have to print the multiple purchase order in smart form such that first purchase order number details in first page. second purchase order in second page. how can i acheive this solution. i searched in sdn but not found a proper solution.

    hi,
    use this function module
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = 'ZTEST_SMARTFORM'
    IMPORTING
    fm_name = fm_name.
    it passes the function module name generated....
    then call that function module..
    CALL FUNCTION FM_NAME
    EXPORTING
    control_parameters = wa_control_par
    output_options = wa_output_options
    IMPORTING
    job_output_info = it_otf_data
    TABLES
    it_nfal = it_nfal_final.

  • Text formatting in FSCM correspondance using smart-forms

    Hi Experts,
    We are using FSCM correspondance functionality with smart-forms in our project. As per requirement, we need to have some text in italics and bold. We have used paragraph format/ character format in smart-form to get the same. When we trigger correspondance, print preview looks fine. But, when we receive actual mail with attachment as .PDF of the smart-form, we are not able to get characters in italics. Bold is working for us but, not with font ARIAL. Our requirement is to use ARIAL font only.
    If someone has already worked on similar requirement, please share your experience with me. Or please provide some pointers to look for. Any input will be highly appreciable. Thank you in advance.
    Gouri.

    I'm not sure if SmartForms support the Arial font. You can look for notes on this. Helvetica is almost the same and is supported. So this is what I generally use.
    Rob

  • Job Posting Data Overview Form

    Hi All,
    In my job posting process there data overview tab where we see a PDF form coming up with all the data of Job posting.
    I had to made changes to my standard smartform  by copying it(HRRCF_DATA_SUMMARY_POSTING) into custom (Z) smartform " ZHRRCF_DATA_SUMMARY_POSTING".
    Now i want to call my Z i.e., customize smartform in place of standard smartform.
    Can you please where i need to make necessary changes to meet this requirement.
    Regards,
    Nikita

    Hi ,
    After Making an following entry in the table T77RCF_UI_PARAM, Z  form is getting call in runtime.
    BSP application          parameter type                 Parameter
    hrrcf_req_dovr        SF_VIEW_POST                ZHRRCF_DATA_SUMMARY_POSTING
    but there is exception "CX_FP_API_REPOSITOR " in between where it checking the entry in the table FPCONTEXT in which its checking for the lnterface mean my Z form name , last date and last time.
    And similar information from the table FPINTERFACE.
    In both the table my Z form entry is missing.
    But in this table there is no entry for my z forms and sysubrc gets 4 and exception is caught.
    below is the code similar is for the FPINTERFACE.
    SELECT SINGLE interface_type lastdate lasttime INTO (e_interface_type, e_lastdate, e_lasttime) FROM fpcontext
        WHERE name = i_name AND state = i_state.
      IF sy-subrc <> 0.
        RAISE EXCEPTION TYPE cx_fp_api_repository
          EXPORTING
            textid = cx_fp_api_repository=>object_not_existing
            name   = i_name.
      ENDIF.
    please Suggest how to handle this.
    regards,
    nikita

  • How to use smart form for production orders

    Hello Experts,
    I have a couple of questions about printing out production orders from SAP, from OPK8.
    My ABAPer has developed a smart form and I am trying to use the same for the list LG01, i.e. the object list.
    Since, there was no place to assign a smart form directly, so the ABAPer has copied the existing print program , defined for my ref. order type and LG01 and assigned the new smart form inside the program. This new program has now been assigned against my ref. ord type, LG01 and all the plants, as seen in screenshot below.
    Now, what is happening is that when I give print for my order, a pop-up screen asks for the printer. I give LOCL , check 'print now' and then click on the print preview.
    I can see the new form that has been developed and it is alright.
    Then, when I click on the back arrow, once again the print pop-up screen appears. Now, when I enter LOCL, print now and click  the print preview, then I see another form open up before me. I am assuming that this is some form which was pre-configured in the system, under the section 'Forms', for the same object list LG01.
    Do I have to assign the new smart form under the section "Forms' also, for the ref order type and LG01? or the change in the section 'print programs' is enough for the new form to kick in? Please guide me. I tried to but it gave the error that the form is not created in English. Also , my form is a smart form, not a SAPScript or PDF form, so I wonder if that will help at all.
    Requirement :-      I need to suppress this second form somehow but do not know how to do it. I want that only one form, i.e. my smart form should be printed out when someone gives print from the order.
    Let me know if something is not clear.
    Regards
    P.R

    Hi P,
    Go a few steps down and remove flags on the documents you don't want to print:
    this are just suggestions, they can be changed in your production order, in CO02, menu Order->Settings->List Control.
    regards,
    Edgar

  • Using smart forms

    hi all,
    How to include a smart form into webdynpro abap view?can any one provide me step by step procedure or sample code for this..
    Thanks in advance,
    Regards,
    Anusha

    Refer this link
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785]
    Edited by: Tamilselvan K on Jun 11, 2008 11:12 AM

Maybe you are looking for

  • SJS Application Server 7 2004Q2: form-hint-field bug ?

    Since we upgraded, the container doesn't interpret our utf-8 POSTs correctly. our sun.web contains <locale-charset-info default-locale="en_US">     <locale-charset-map locale="fr" charset="utf-8" />     <parameter-encoding form-hint-field="www-reques

  • Dvd build size way too big...

    Hi, I have standard definition dvd project, in 16/9 aspect ratio. All of the mpeg2 and sd2 files come in at 3.9 GB. I am using layered menus, and I have 10 menus using 3 files. There are no animated menus at all. When I do a build using the preset en

  • Extremely Wierd/Strange Capture Results

    I capture HD footage on a Dual 2.7 GHz PowerPC G5 with 4 GB DDR SDRAM in FCP. Everything works great until I get a tape that is half HD and half something else. The camera screen says the second half is SD but it is in HD dimensions. It will not let

  • IPod Unit in Computer Resources list disappears when iTunes Starts

    When iTunes Starts and detects the iPod device the iPod disk resource, in computer resource list (e.g. iPod (G:)) disappears. In this way any action I made to iPod fails. I tried all but it doesn't working. help me....

  • I want to remove Creative Cloud from old computer and put on new computer

    I want to remove creative cloud from my old computer and install it on my new computer. How do I do this with ending my subscription?