Recruitment: Where to store job description???

Hi,
we're implementing the SAP recruitment solution (without e-recruiting) in SAP ECC 6 (without any EHP).
We want to have the master data (vacancy, advertisment, job description) in SAP and publish it via WS to our corporate website which contains an application form.
As far as I've seen now, it's only possible to store SAPScript text via SO10 for an advertisement (in transaction PBAW/PBAX).
Is that correct?
Can I use that to store formatted job descriptions in SAP?
As far as I've seen, it's not possible to have bullet points on that.
As the end user must be able to maintain those texts, SAPScript is probably not the best solution.
Could we store some HTML text (maintained with a WYSIWYG editor) in SAP and link it to the advertisement via a Z table?
Is there something available like that?
How would you solve this issue?
Thanks in advance!

Hi Eddie,
general ArchiveLink documentation:
http://help.sap.com/saphelp_nw73/helpdata/en/4c/e65a717e173ec6e10000000a42189b/frameset.htm
and you might check this blog post too:
http://scn.sap.com/people/juanpablo.barcenas/blog/2010/09/29/archivelink-uploading-employee-photos
Best Regards,
Janos

Similar Messages

  • Where to store Job Descriptions

    Hi all,
    I know we have HRP 1002, but what is the best place to store job descriptions so that we can use it to post for open recks, store the skills. From a bigger picture, what is the best place to store the job descriptions?

    Hi Sammer,
    Can you be more clear what is your clarification? Based on my understanding of you question the answer is, all descriptions of OM objects are stored in Table HRP1002. You can use T.Code: PO03 to maintain Job related infotypes.
    Regards
    Chandrashekar

  • Where to store job descriptions (if possible) in SAP HCM?

    Hi.
    My HR managers want to store jobdescriptions in SAP for each jobfamily or even each employee. Is this supported in SAP HCM and if yes, what options do I have to do so. Is there a part of the IMG containing some setup for this or does any of you have some link to any documentation on the subject?
    It would be greatlu appreciated.
    br
    Jesper

    Hi,
    You can also check in the IMG, for PA the path is as below
    Personnal administration>Organizational data>Organizational assignement>Organizational plan>define jobs
    Kind regards
    Sarah

  • Job description

    Hi,
    Is there a std functionality in SAP to hold the job description ?
    meaning is there any std Infotype to store job descriptions of the benchmark jobs.
    thanks in advance

    Is it possible to maintain job descriptions in multiple languages in infotype 1002?  For example, can you maintain the description for SAP job 50000001 in French, German and English?  If so, how do you change the language key to reflect a different language?  Currently it defaults to English and there is no way to change that.
    Thank you for your replies.
    Lori

  • Any standard BI extractors for E-Recruiting job descriptions?

    The job description is a long text (at least 5k characters) on E-Recruiting system. We can use a function module to fetch the data. Now we want to extract the job descriptions to SAP BI. Is there any standard extractors to leverage?
    Thanks!

    Hi,
    Pls Check these URL for standard BC
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/77eb3cad744026e10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/1f/1f9ac6d7b2274ea847992e1ede270f/frameset.htm
    > SAP E-Recruiting
    Various Infotypes in HR
    http://help.sap.com/saphelp_nw04/helpdata/en/26/313024636611d2b43b006094b9c9b4/frameset.htm
    Regards
    CSM Reddy

  • Where is Steve Jobs (French Version) de Walter Isaacson on the Canadian Store ? Why is is only on the iTunes from France ?

    Where is "Steve Jobs (French Version) de Walter Isaacson" on the Canadian Store ?
    Why is is only on the iTunes from France ? http://itunes.apple.com/fr/book/steve-jobs/id470912437?mt=11&affId=403761
    I'm french from France leaving in Quebec, it would be great to be able to download it in french instead of buying it in a library.
    Thanks.

    J'ai trouvé le eBook Steve Jobs (French Edition) à l'adrese suivante (25,67$) :
    http://www.archambault.ca/steve-jobs-JLI2845010-fr-pr
    Et vous pouvez utiliser l'application "Archambault - Mes livres" de l'App Store Canadien pour lire le livre.
    I found the ebook Steve Jobs (French Edition) at this address (25,67 $) :
    http://www.archambault.ca/steve-jobs-JLI2845010-fr-pr
    And you can use the app "Archambault - Mes livres" in the Canadian App Store to read the book.

  • Uploading Job Description in an Infotype

    I just wanted to know how do i upload job description for a position in an infotype.
    Or if there is some other way to show a job description for each position in Org Structure.

    Dear Nidhi,
    You could use either LSMW Tool or Custom Program (BDC or BAPI).
    LSMW has the following Options:
    1. Direct Input
    2. Batch Input
    3. BAPI
    4. IDOC
    For information regarding LSMW steps visit the following link:
    /people/hema.rao/blog/2006/09/14/lsmw--step-by-step
    http://help.sap.com/bp_blv1500/BL_US/html/dataconv_lsmw.htm
    You could also develop a custom program using BDC or BAPI.
    Visit the following link:
    Re: sap general
    Where you would find more information regarding BDC and LSMW.
    Regards,
    Naveen.

  • How/Where to store current page details in ADF?

    Hi All,
    What is the best way to populate the managedBean while loading the page?
    In my application, I have an page fragment which display the user details from Webservice DataControl. I drag and drop the webservice data control in to the pageFragment. This fragment has mapped in the taskFlow and the taskFlow as attached in to main JSPX page as a region. I need to store this user information to any place (ManagedBean / or anyother best place to store) which I can use throughout my application, since I dont want to reexecute the webservice each time to get the same user information. Also I want to collect and store this info while I render the main page, not after any user action.
    Please advice how & where to store the information in ADF? Can I create an managedBean? If so how to trigger that class method at page load?
    Thanks
    kln

    Hi,
    in this case you configure the managed bean to be in session scope. Then, on the first page, you define a phase listener for the after restore phase (its a tag on the f:view element). This phaselistener references the managed bean using EL (important). It can do so using a method expression in JSF. For example, if the managed bean had a method populateUserInfo then yu could reference #{beanname.populateUserInfo} and execute the method expression using Java. In the managed bean, the method would access the binding layer Using the BindingContext class
    http://download.oracle.com/docs/cd/E15051_01/apirefs.1111/e10653/oracle/adf/model/BindingContext.html
    Call
    BindingContext .getCurrent().getCurrentBindingsEntry() to obtain a handle to the active instance of BindingContainer.
    BindingContainer bindings = BindingContext .getCurrent().getCurrentBindingsEntry();
    Then on the binding container, you invoke the method to query the Web Service for the user info
    //before you can call a method on the ADF binding layer, make sure the ADF binding is created for the method
    OperationBinding opws = (OperationBinding) bindings.get("name of the method exposed on WS");
    //if you need to pass parameters
    opws.getParamsMap().put("argument name",value);
    opws.execute();
    You can use similar code to access the user information from the method iterator in ADF to populate the managed bean fields. You can then access user information from the managed bean through getter and setter methods
    Frank
    Ps.: I know the description is a bit rough. I'll see if I can come up with a blog sample to a later time
    Edited by: Frank Nimphius on Jan 26, 2010 5:43 PM

  • Job description changes that include DPS

    I am currently in a situation where I have been asked to rewrite my  job description to incorporate everything I now do related to DPS. Are there any titles, job description changes or entirely new jobs that you've seen that  incorporate DPS? Any new titles out there?

    Please look into my profile at linked in https://in.linkedin.com/in/prashantpatel21 I m interested.
    Regards,
    PBP (CLAD)
    Labview 6.1 - 2014
    KUDOS ARE WELCOMED.
    If your problem get solved then mark as solution.

  • Job submission failed : error occurred while scheduling the job. org.quartz.objectalreadyexistsexception: unable to store job with name

    Experts,
    Please help me out here,Am facing this issue while scheduling a job in BIPublisher.
    job submission failed : error occurred while scheduling the job. org.quartz.objectalreadyexistsexception: unable to store job with name
    Thanks,

    You are probably installing on a hardened machine.
    The "installation guide" says that if you are doing so, you need to create a file named libx11.so.4 and update your LD_LIBRARY_PATH (see http://docs.iplanet.com/docs/manuals/messaging/ims52/ig/unix/overview.htm)but:
    1- the library name is libX11.so.4 and
    2- for jre a common file is not enough, you need to install SUNWxwplt at least. This will install the library on /usr/openwin/lib.
    You can check the results running <server-root>/bin/base/jre/bin/jre
    Hope that helps and sorry about my poor english.

  • I have a file where I store my download music. When I click on "add music" to my ipod my music file opens, but rather than have to drag one song at a time to my ipod, how do I copy the entire file at once to my ipod. - steve

    Hi - I have a file where I store my downloaded music. When I plug in my ipod and click on "add music" my file appears. Rather than drag one song at a time, how can I download the entire list at once? - steve

    I am not doing it in ITunes, but i did down load the song from ITunes.  I loaded the song on to my Nano, but in my menu selections it doesn't show the song or the artist in any search format.  However, when i plug in my nano to my PC I see the Nano library on my PC drive listings and that song and artist are there.  I can click on the song and it will play in Windows media on my work PC.  I did notice that the format for most all the songs in my library on my Nano are MPEG - 4 audio Files. 
    Thanks for your help, Mel

  • Where we store in sap r/3

    Dear sir  we can uploaded old data in sap r/3. by lsmw and bdc. but where we store.
    thanks regards
    jitendra

    Hi,
    LSMW - Helps to transfer data from legacy system to SAP either one time or periodically.
    Steps -
    1. Import data (legacy data in spreadsheet tables and/or sequential files)
    2. Convert data (from source format to target format)
    3. Import data (into the database of the SAP application)
    a. Maintain Structure relations, field mapping and conversion rules.
    b. Data from legacy system is read
    c. Based on step a, the data gets converted
    d. The converted data is imported to R/3 system based onBatch input processing or Direct Input or through IDOC Inbound processing
    Regards,
    R.Brahmankar

  • I am getting an error message with my snap scan ix500 that says the Evernote is not installed properly.  I have uninstalled/reinstalled evernote but it still doesn't work.  Anyone know where evernote stores their files on a Mac/

    I am getting an error message with my snap scan ix500 that says the Evernote is not installed properly when I try to transfer it.  I have uninstalled/reinstalled evernote and the scan snap softward but it still doesn't work.  Anyone know where evernote stores their files on a Mac?  Or had this problem.

    Are there any dialog boxes popping up behind your Yahoo screen?
    I have intermittent problems attaching files in Yahoo mail and this is usually the reason.  I'm also using an iMac (10.7.3) and this is likely the problem.
    It is generally a Yahoo issue rather than a Mac problem.

  • Is there any way to access the thumbails-db, where finder stores its icons that are assigned to files?

    Is there any way to access the thumbails-db, where finder stores its icons that are assigned to files?
    Thats a SQLite-DB? Is it possible to access and export them? I´d like to use that Db to assign thumbs to files on my NAS.
    Thx!    

    Are the thumbnails & icons stored in the .DS_Store-File?
    When visible, how can I access the content stored in that file?

  • E Recruitment -Candidate applied for job but not reflected candidate name

    E Recruitment
    Candidate applied for job but not reflected candidate name Recruiter Dashboard
    Please any one suggests me what is problem?
    Regards
    Eshwar

    Hello Sri,
    the solution to your first question might be very easy. In EhP 4 the entries in the dashboard do not appear automatically. In most cases you have to refresh the dashboard (be aware this is only effecting the current dashboard work list, not all if you do not use the refresh all button). Soclick the "My new Applications" and then refress this workset.
    If this does not help we will have to look closer into this issue (overall I assume you have EhP4 SP 6 applied).
    For question 2. It is a quite common requirement that an external publication is nearly only based on the posting texts while the internal publication includes much more specific information (org. management, cost center, pay scale group). As you are free in designing you own company specific internal and external publications they can look however you want (in the general restriction what a smartform can do of course). For different publication texts companies create different postings one for internal and one for external publication. The additional information are in some cases entered directly into these texts, in some cases maintained in e-rec fields not needed for other requirements, in customer own fields or directly gathered from the HR core system. It depends a bit on the exact requirement which is the best solution. For the fields you mentioned I'd probably go for OM integration for e-rec (assigning positions to requisition) and get the Information via customer RFC function module directly in the smartform (if the security guys allow the access to the HR system from the e-rec system).
    For question 3. The manager should be able to see the decision maker data overview. Here you can include whatever you want as you can replace it with a customer developed smartform.
    Kind Regards
    Roman

Maybe you are looking for

  • I have "Load Images Automatically" disabled. How can I load images for ONLY the page I am currently viewing?

    I have intentionally disabled "Load Images Automatically" so that it is easier to view my desktop remotely via VNC or Remote Desktop. Animations and other graphics kill the performance of these remote viewing apps. However, when I reach a desired web

  • "Do you have to use the blue function key for numb...

    Interesting thread here : - http://www.howardforums.com/showthread.php?t=1277080 Nokia, are you listening ?Message Edited by pheonixsz on 16-Nov-200709:17 AM

  • Keys-u-see keyboard

    My partner has low vision and was given a Keys-U-See multimedia keyboard. Of course, as with most Adaptive Technology solutions, it is designed for PCs only. She can use the normal keys fine on our macmini with 10.6.8 (after I exchanged the command a

  • How to refresh screen in abap

    Hi I have created an alvtree. Upon deleting one of the nodes I update the tables. How do I refresh the screen to display the new alv tree please? Thank you

  • Using other field types SIT in SSHR

    Hi, I've created a form based on an SIT. KEY_FLEX|SEGMENT1|SEGMENT2 e.t.c But everything shows up as a text field. Is it possible to make some fields show up as a textarea (bigger and wider) and other types. Thank you