OBJECTS_OBJREF_NOT_ASSIGNED-E-Recruitment Candidate Profile: Print Preview

Hi Experts,
On click of Print Preview on the candidate profile, I am getting short dump as follows:
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Short text
Access via 'NULL' object reference not possible.
What happened?
   Error in the ABAP Application Program
   The current ABAP program "CL_BSP_RUNTIME================CP" had
    terminated because it has
   come across a statement that unfortunately cannot be executed.
Error analysis
  You attempted to use a 'NULL' object reference (points to 'nothing')
  access a component (variable: " ").
  An object reference must point to an object (an instance of a class)
  before it can be used to access components.
  Either the reference was never set or it was set to 'NULL' using the
  CLEAR statement.
Please guide.
Thanks
Deep
Edited by: depeshn on Apr 22, 2009 8:50 AM

Hello I am also getting the same problem. Will you plz tell how did you resolve this issue.

Similar Messages

  • Add field to E-Recruitment Candidate Profile / Personal Data Screen

    Hi Experts,
    I have a very specific requirement.  I need to display a date field from date spec infotype in e-recruitment.  The date type will vary depending on the internal candidate's personnel subarea.  This field needs to be visible to both the candidate and the recruiter, but uneditable.
    How can I achieve this?  What is the best approach?  I was thinking about adding it to the Personal Data in the Candidate Profile.
    Thanks in advance
    Shane

    Yes, it will wok with Webdynpro
    The table T77RCF_PRMC_PL is for customer smartforms, this is where you should insert a record for your new custom smartform, the record will not be there by default, you have to insert it via table maintenance sm30
    The default standard smartform is fetched from table T77RCF_PRM_PL for standard smartforms, entry with parameter name FORM_CAND_DOVR
    So you have to create an entry in the customer smartforms table T77RCF_PRMC_PL with similar parameter name but with the name of your new custom smartform in the value field...
    The logic works like this: it will try to find an entry in the customer table first (T77RCF_PRMC_PL), if it cannot find an entry with parameter name FORM_CAND_DOVR, it will go to the standard table (T77RCF_PRM_PL) where the entry exists by default.
    To look into the logic more closely please go to the following method:
    cl_hrrcf_dataoverview_pl
    method: get_cand_dovr
    Inside the above method, the logic is implemented inside the following method call:
    CALL METHOD cl_hrrcf_t77rcf_prm_pl=>read_record
            EXPORTING
              iv_prm           = 'FORM_CAND_DOVR'
            IMPORTING
              es_t77rcf_prm_pl = ls_prm.
          lv_cand_dovr_form = ls_prm-value.
    I hope I made things more clear...

  • OBJECTS_OBJREF_NOT_ASSIGNED - E-Recruitment Candidate Selection Error

    HI guys
    Im getting this error when i access the page Candidate selection to assign to requisition in E-Recruitment.
    OBJECTS_OBJREF_NOT_ASSIGNED
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: " ").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    Can any one tell me which entry im missing and in what table??
    Thanks
    Saad

    Hi Bala
    Thanks for the guidance but the error i mentioned is actually taken by using *T.Code ST22.*
    I am stating the error again. Plz plz plz help me out if u ever came up with such error. Will be grateful to you.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Short text
        Access via 'NULL' object reference not possible.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_HRRCF_SEARCH_CRITERIA_ENT_VCP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component (variable: " ").
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    Regards,
    Saad

  • E-Recruitment 6.0 - SP8 Maintenance of Candidate Profile

    Hi Experts,
    I am currently implementing SAP E-Recruiting 6.0 SP 11 and understand that as of E-Recruiting 6.0 SP8, webdynpro is available for internal and external scenarios.  From my testing, these scenarios refers to the case where an individual logs into the internet/intranet to apply for a job.  But does this apply to the Adminstrator function where it creates/maintains the external and internal candidate profile?
    Thanks in advance,
    William

    Hello William,
    the information above is not correct. The Web Dynpro frontend is currently only available for candidates. When the candidate / applicant applies or logs in to update its data this can be done using Web Dynpro applications.
    All functionality for recruiters and admins to maintain or access candidate information e.g. the minimum data entry where a recruiter can type in a hardcopy application or the application to check the applicant profile are only available in BSP. The report mentioned above only generates links to BSP appliction.
    As a result if you want to enhance the profile with additional fields you will have to do this for Web Dynpro and BSP.
    According to the last information available, SAP will deliver the first version of Web Dynpro frontend for recruiters with EhP4 which is scheduled to the end of this year. But as EhP3 was released in December 2007 and is still in Ramp Up I assume it will not be generally available before Q2 2009.
    Best Regards
    Roman Weise

  • E-Recruiting EhP4 -- Candidate Profile

    In the candidate profile screen, can we add custom fields? Is this recommended or suggested practice? My customer want to capture test results.

    Check: E-Recruiting Custom Data Fields & Flexibilization
    KR

  • E-Recruiting: Attachment size in candidate profile max. 2MB?

    Hello Experts,
    it is possible to increase the whole max. attachment size from 2MB for documents in the candidates profile area to 5MB?
    Is this a profile parameter or a setting in the img? How can I do that?
    Thanks in advance.
    Thomas

    Hello Thomas,
    Please check the BADI HRRCF00_DOC_UPLOAD for this.
    Also please check CALL METHOD CL_HRKWF_DOC=>GET_DOCS this method also.
    Best Regards,
    Deepak.

  • How to delete candidate profiles from e-recruitment

    Hi Experts,
    Could you please advice on how to delete the candidate profiles from the backend, could you please let me know the configuration required to perform this. Is there a standard background job or standard procedure of deleting candidates?
    Regards,
    Praveen

    Hello Praveen,
    some time ago SAP delivered a solution to delete eRec data based on the information lifecycle management (ILM) within a bigger renewal of data deletion for SAP HR. This is the state of the art approach on data deletion for eRec. The best place to start with this topic should be note 1634262 which contains several documents on the topic. Furthermore it documents that using the ILM for this case is included in the standard ERP license so you do not have extra costs.
    If you have any additional questions after checking the documents in the note feel free to ask.
    Kind Regards
    Roman  

  • E-recruiting: changing overview screens in the candidate profile

    Hi,
    I have used customer include CI_P5104 to introduce two new fields on the Candidate education BSP. These have appeared ok. I also want these new fields to appear on the overview screen of the candidate's education but the columns on the bsp 'education_overview.bsp' appear to be hardcoded. Does anyone know how this overview can be controlled. I can't find anywhere in configuration. Does it require a customer version of the BSP?
    Also, I have hidden the field 'Highest degree/certificate' through flexibilization but this continues to appear on the overview screen of the education element in the candidate profile wizard. Can this be controlled without development work on the BSP?
    Any help appreciated

    Hi Priya,
    I am already using flexibilisation with a context and successfully generating the URLs. The overview I am talking about is not the smartform/pdf overviews but the overview of the records which are maintained in the education infotype record. If fields are hidden using flexibilisation they are correctly suppressed on infotype 5104. As the candidate maintains their education history the records are built up on the infotype. This is the overview I am referring to. The fields which are hidden during flexibilisation do not seem to be hidden from this view even though URLs are regenerated with the correct context.
    Thanks,
    Jim

  • E-Recruiting - how to implement questionnaires in candidate profile?

    Hello experts,
    has anyone experience in how to implement questionnaires into the container sequences of the candidate profile (for internal as well as external candidates)?
    I think, I know all the necessary tables (T77RCF_CS_ID, -_SEQ and -_ITEM), have also studied the IMG, but simply don´t get it.
    Thanks in advance.
    Greetings,
    Florian

    Hello,
    as I said you can just solve it out of the front end within the registration workflow, or the candidate status change workflow.
    So it is just possible to do this via a correspondence activity and not via the standard front end.
    From the correspondence you can jump back to a front end application. But it is not possible to integrate it into a startpage.
    If the candidate filled out a questionnaire (trm activity), then  you can search on those questionnaires and its answers via the talent pool search. Prerequisite is, that the questionnaire is assigned to a trm activity (Assigned to NA).
    There is no possibility handling pool candidates as applications. You will always have problems looking at each pool candidate. The talent pool is just meant to be a pool of candidates you can search on.

  • E-recruiting- Webdynpro Changing order of tabs in candidate profile

    Hi,
    We are using Webdynpro for the candidates scenarios ( E-rec runs in a stand alone scenario with ehP3).
    We want to change the order of the tabs in the external candidate profile ( webdynpro).
    We want to use the standard delivered tabs,  we just need to change the order.
    In BSP I just follow the configuration for flexibilization and then when I call the URL I just send the context id and the tabs are changed. But we are not using BSP.
    Could anybody help with information of the steps that I should follow to change the order of my tabs in webdynpro ? .
    I am following the configuration steps for the flexibilization of webdynpro ->Roadmap patterns but I can't see any change in the order of my tabs, or how to call this configuration from my URL.
    SPRO -> Settings for User Interfaces with Web Dynpro ABAP
    -> Flexibilization
      -> Backend
       -> Roadmap Pattern
         -> Create Roadmap Steps
         -> Create Roadmap Pattern
    Any help greatly appreciated.
    Nancy

    Hello,
    as I said you can just solve it out of the front end within the registration workflow, or the candidate status change workflow.
    So it is just possible to do this via a correspondence activity and not via the standard front end.
    From the correspondence you can jump back to a front end application. But it is not possible to integrate it into a startpage.
    If the candidate filled out a questionnaire (trm activity), then  you can search on those questionnaires and its answers via the talent pool search. Prerequisite is, that the questionnaire is assigned to a trm activity (Assigned to NA).
    There is no possibility handling pool candidates as applications. You will always have problems looking at each pool candidate. The talent pool is just meant to be a pool of candidates you can search on.

  • PO print preview displays incorrect setting in decimal places

    Dear Experts
    Please help me on the following condition.
    I have a problem in print preview of a PO. It displays the incorrect setting for decimal place in currency.
    It shows USD 1.404,00 whereby the amount should be USD 1,404.00
    This only happens to a certain vendor that is doing PO for the first time from that country
    Example:
    I'm creating a PO for vendor 123. Vendor 123 is located in country A. No PO has been created for any
    vendor in country A before. When I saved my PO, in print preview, the decimal setting is not correct.
    But when I'm creating another PO, for vendor 234. Vendor 234 is located in country B. There have been
    several POs created for vendors in country B before. When I saved my PO, in print preview, the decimal
    setting is correct.
    Both vendor 123 and vendor 234 is using currency of USD.
    Is there any other setting with the vendor master in regard with the currency decimal setting for each
    country for the vendor? Or something that I've missed out?
    Diagnosis:
    I've checked with the user profiles->default-> decimal notation. It displays 1,234,567.89 correctly
    I've also run OY04, but the decimal setting is correct.
    Thank you
    Regards
    Syukri

    this has nothing to do with print preview, it is just basic country setting (OY01) how a quantity and value is written on a PO to a vendor is country xyz.
    German uses to comma to seperate decimals, while USA uses the point to seperate decimals
    this would be the German version 1.404,00, and this the US version:: 1,404.00
    so if an American sends a PO to a German vendor, then the document will show 1.404,00 so that the German can understand that he wants 1404. (and not 1000 times less)

  • Printing/Preview Calendar Month View shows no appointment

    On some clients when the user clicks on Calendar and then choose print calendar both preview and the print(obviously) show no calendar events. There are calendar events on those days and other users with some of the same calendars can print.
    We've updates the client to 2012 SP2, Firefox is the latest and we tried changing IE to be the default browser in case that was involved. We also changed their default printer to be the same as a working client and rebooted the workstation. No effect - although changing the default printer ended up showing a gray screen instead of at least just a blank calendar. We also checked all options to see that they were the same as a working client.
    I am at a loss. Does anyone have any other ideas as to what to try to get this fixed. They really need the option to print their calendars on a regular basis. Thank you.

    Originally Posted by laurabuckley
    Hi Nyle,
    Thanks for the info. Let me see what I can do about getting this tested/reported for you.
    Please ping me if you haven't heard back in a week - thanks
    Cheers,
    Hi Laura,
    I see TID 7011876 that talks about "Unable to print shared or subscribed calendars" and how it prints just a blank page with date range. Our problem is similar - even the print preview comes up grey. We seem to have fixed it on one workstation with a client repair install from another Windows profile but it's a fluke because it hasn't fixed anyone else.
    Anything that you can do to help us get this through to Novell is so greatly appreciated. This is a major problem for us. I have full departments that have migrated from using Google calendars to GroupWise. As an organization we are trying to all use the same calendaring system. Some of my departments have a real need to print and cannot do so. This is keeping them from communicating with staff. That TID I mention is from SP1 and listed Reported to Engineering in March.
    I know in Enterprise Calendar it would seem that printing to paper would be a low priority but my Administrators have shown me very good reasons to do so. Hopefully, Novell can look at this as more of a priority to fix. We are on SP2 at this point. Thanks again. 8^D
    -Nyle

  • Print Preview is no longer working. Windows pops and then closes.

    The Print Preview function no longer works. Clicking Print Preview results in
    (1) a small window pops open in the middle of the screen then disappears
    (2) then a large window opens (to preview the content as it once did)
    (3) then the new windows disappears (shrinks out of sight) and apparently dies
    (4) "Print previewing message..." appears in the status bar until the cursor is moved off the page.
    In case it also isn't working, the system information includes:
    Windows 7 64-bit SP1
    The Troubleshooting Information is:
    Name: Thunderbird
    Version: 31.3.0
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
    Profile Folder: Show Folder
    (Local drive)
    Application Build ID: 20141127140543
    Enabled Plugins: about:plugins
    Build Configuration: about:buildconfig
    Memory Use: about:memory
    ... well, the rest wouldn't fit (something about a character limit) and the attachment part only works with images!

    Does it still fail to work if you restart thunderbird in Safe Mode?
    In Thunderbird
    Help > Restart with addons disabled

  • I changed my margins in page setup and now I cannot see page setup, a print preview, or print, what do I do?

    I changed left and right margins to .5 thinking they were in inches and closed the page setup screen the next time I tried to print all I saw was a blank page or no page depending on zoom / shrink to fit ratio set. When I go to page setup all I get is a new window that is transparent in the text area and extends off the right side of the screen. I have to right click and select close to close it as I do not see the standard minimize, maximize, and close buttons. I do not want to reset defaults as I have changed many settings and do not remember all the settings I have changed. I do have an older copy of my firefox profile in a previous user profile of mine on this machine. Is there an easy way to reset the page setup settings?
    What do I do?
    PS. I am using Firefox 29 on a XP Pro machine slated for upgrade to windows 7 Pro.

    Sorry I have been away from this system forr a while. when I turned it on this morning and launched Firefox it upgraded me to version 31.0.
    Attached are three Png files, one is what happens if I try to print to do a print preview. If I try to print a web page it prints the same thing.
    The other file is what comes up when I click on page setup. It opens a very wide window that is a copy of the web page that was there when page setup was clicked on.
    The Third is what happens to the above page setup window when I drag the window to the left.

  • To replace standard smartform by a custom form, to be used in PRINT PREVIEW

    Hi,
    I have a requirement in CRM 2007 webUI. If we try to create a sales order, then we have a toolbar option button with title "PRINT PREVIEW". It uses the custom smart form "CRM_ORDER_CONFIRMATION_01.
    I have to replace this standard form by a Z custom form. This form has soem additional data required for business needs.
    Field technical details of the button is :
    1. Component Name-  BT115H_SLSO
    2. View   - SOHOverview
    3. Context Node - THTMLB
    4. Attribute- BUTTON_8
    5. Role key - BP_POW_USR
    6. Comp. Usage - CUBT Sales Order
    7. Object Type - BT115_SLSO
    Please reply as soon as possible.

    To figure this out you need to do the following:
    First determine the action profile for the transaction in question in the IMG.
    CRM->Transactions->Basic Settings->Define Transaction Types
    Display the detials of the transaction and you will see the action profile.  Next copy that action profile by using transaction SPPFCADM.  Then in the action defintion for the print action, replace the standard smartform definition with your z-form. 
    Finally go back into the transaction definition and assign the z-profile to your transaction type.  Please note you should only do this with "z-transactions".
    I'm not going to go into further detail as this is basic CRM configuration and is valid for all releases.  Please look at the best practices guides, or do a search in the CRM General and Framework forum for further information on how to do the configuration steps.
    Take care,
    Stephen

Maybe you are looking for

  • How can i get a movie i downloaded on itunes to play on a pc?

    So i recently bought scarface on i tunes on my mac. I decided to put the movie on my flash drive and then play it in school from a HP laptop since we had exams and after we were finished we could do whatever. When i tried to open it up, it didnt allo

  • MacBook Pro and Internet

    I've just bought a MacBook Pro. I also have an iMac, which I use with a BTYahoo internet/email account and a BT Home Hub wireless router. I migrated my network details from the iMac to the MacBook Pro, and the MacBook Pro can connect to the router, a

  • Composer error: ORA-00904: "L"."CLID$$OWN": invalid identifier

    Does anybody know how to detect & solve this issue? I've read about thie Bug No 7372334 and checked the CLG$ tables and all them have the CLID$$OWN column. Any clue? Details from webtogo: MGP History User (Cycle ID: 23021 User: MVERNASCHIA)      Page

  • Pourquoi photoshop CS6 se fige, lorsque je l'utilise sur mon écran thunderbolt ?

    Bonjour à tous, Je suis un peu contrarié par ce problème: J'utilise le pack Master Collection CS6 dans le cadre de mon travail, sur un MacBook Pro 13" avec un écran thunderbolt display. Tout fonctionne normalement sur le petit 13", seulement lorsque

  • Question on iSetup and the files used

    All I have a customer on 115.10.2 and they are using iSetup to transfer data from their Hyperion DRM instance into their Oracle E-Business Instance. The customer is moving the key flexfields data from the Hyperion DRM Instance to the Oracle E-Busines