Error  in RFC Code -EPG  001Personnel number not yet assigned

Dear Freinds,
                 i have requirement where the custom infotype which has been created with
the fields  ZNOTENROLED,ZEMPLOYEE1,zEMPLSPCHLD1,ZEMPCHLOTH. This
fields they want in Portal. So i have created an RFC( by making the function module
remote enabled).
Now to test whether the function module is working or not i have unchecked the remote enabled.
however there is problem in my function module iam getting the error as follows
EPG                  001Personnel number not yet assigned  from t he function module
HR_INFOTYPE_OPERATION'.. Iam giving the code please correct me
Import  parameters   ( i have given my custom infotype fields)
EMPLOYEENUMBER     LIKE     P9004-PERNR        
BEGINDATE     LIKE     P9004-BEGDA
ENDDATE                      LIKE     P9004-ENDDA
NOTENROLEDINSUR     LIKE     P9004-ZNOTENROLED
EMPLOYEEINSUR     LIKE     P9004-ZEMPLOYEE1
EMPLSPOUINSUR     LIKE     P9004-ZEMPLSPCHLD1
EMPLCHILD1INSUR     LIKE     P9004-ZEMPCHLD1
EMPLCHILDOINSUR     LIKE     P9004-ZEMPCHLOTH
Export parameters
RETURN     LIKE     BAPIRETURN1
in the source code i have given as follows
call function 'BAPI_EMPLOYEE_ENQUEUE'
    exporting
      number = employeenumber.
  call function 'HR_INFOTYPE_OPERATION'
       exporting
            infty          = '9004'
            number         = employeenumber
           subtype        = subtype
           objectid       = objectid
           lockindicator  = lockindicator
            validityend    = enddate
            validitybegin  = begindate
           recordnumber   = recordnumber
            record         = p9004
            operation      = 'INS'  "change
            nocommit       = ' '       " nocommit
       importing
            return         = return
       exceptions
            others         = 0.
*deque
  call function 'BAPI_EMPLOYEE_DEQUEUE'
    exporting
      number = employeenumber.
i have executed the function module by entering the follows
EMPLOYEENUMBER            00002315
BEGINDATE            01062007
ENDDATE                            31032007
NOTENROLEDINSUR            Space
EMPLOYEEINSUR             X
EMPLSPOUINSUR             Space
EMPLCHILD1INSUR     LIKE  Space
EMPLCHILDOINSUR     LIKE  Space
in the return value i got the above error EPG                  001Personnel number not yet assigned  from t he function module

Dear Thiru,
              thank you for answering to my question you almost answered my question, but i have one more clarification please ,
       the qustion is i have already created the strucutre through infotype creation(PM01)
the following fields ZNOTENROLED,ZEMPLOYEE1,zEMPLSPCHLD1,ZEMPCHLOTH. for my structure (P9004).
so as per you i have created one more structure with 5 fields ZNOTENROLED,ZEMPLOYEE1,zEMPLSPCHLD1,ZEMPCHLOTH.
so could you pleae let me know the code which i updated in my question initially would be sufficient for calling in the portal.
if you have any similar code please do give me so that i complete theRFC function module correctly so that it can be work in the portal
as i havent worked on webdynpro. please help me in this regard
thanks in advance.
regards
syamla

Similar Messages

  • Personnel Number not yet assigned

    Dear Gurus
    I was hiring an employee through transaction PA40. after entering details on first page the employee number was assigned but i did not save the entries due to change in plans.
    the issue im facing is that the personnel has been generated without any details and it does not allow me to re enter on that number it gives me the message personnel number not yet assigned.
    can you tell me what should be done and how ...?
    1) can we enter details in that auto generated number.
    2) or can we delete that particular number?
    Regards
    Saad Nisar

    Dear Mr. Saad,
    1. In the case of missed PA40, use the same number in the PA40 screen and execute it. You should run atleast IT0000 and IT0001 and further, you can do with PA30.
    2. For all of you in the forum, In case you have not saved but system is showing PERNR occupied then recheck it in PA30 and if you find that the number has no data and still system is not taking that number then do the undermentioned:
          Suppose you missed Personnel No. 101(No data)
           (a)    Go to PA04 You will find Number Range (display, create and status).
           (b)    Go to Status and see which number has been occupied. You will find last number is 101. Rewrite that number as 100, save and back.
           (c)    Now you use PA40, system will give you 101 and you can use this number again.
    Try this, Pl contact if you still face any problem.
    Best Wishes
    Venkatesh

  • RSBBS: field symbol not yet assigned

    Hello Gurus,
    I have a RRI for a query jumping to another query.
    But after doing some minor changes to the child and parent query, while executing the jump, an error message comes
    ' Fiel;d symbol not yet assigned'.
    Its details mention '<internal error> Cannot determine text element for the current query;.
    Please guide me as to what can be the issue and how to resolve it. I am new to RSBBS.
    Regards,
    NIKEKAB

    Hello,
    I have changed the assignment details as the type mentioned for a field was Table field (used for non BW jumps), to Generic.
    This helped me see the receiver query name when I click on GOTO.
    But even now I get the same error i.e. Field symbol not yet assigned.
    I went through some other posts but did not find answer to my doubt.
    Any other solution.
    Regards,
    NIKEKAB.

  • Error Message at customer checkout "Invoice Number Not Found"

    I'm set up through Authorize.net and PayPal, regardless of the payment options selected I receive the same error message. See link www.lonewolftrading.co The card is being charged, PayPal doesn't come up at all. Any help would be appreciated. Thanks.

    Hi,
    Try the suggestion from this thread, Re: credit card payment with eway returns "invoice number not found" on BC

  • RUn time error while  saving po    Field symbol has not yet been assigned.

    Hi Experts,
    I am getting abap dump while saving PO in ME21N  plz seee the below dump  plzzzzzzzzzzzzzzzzzzzzz help me
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          19.06.2009 11:24:46
    Short dump has not been completely stored (too big)
    Short text
         Field symbol has not yet been assigned.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLKKBL" 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 access an unassigned field symbol
         (data segment 106).
         This error may occur if
         - You address a typed field symbol before it has been set with
           ASSIGN
         - You address a field symbol that pointed to the line of an
           internal table that was deleted
        - You address a field symbol that was previously reset using
          UNASSIGN or that pointed to a local field that no
          longer exists
        - You address a global function interface, although the
          respective function module is not active - that is, is
          not in the list of active calls. The list of active calls
          can be taken from this short dump.
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "GETWA_NOT_ASSIGNED" " "
        "SAPLKKBL" or "LKKBLF99"
        "GEN_FIELD_OUT2"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    em environment
    SAP-Release 700
    Application server... "gplqty"
    Network address...... "128.12.0.19"
    Operating system..... "Windows NT"
    Release.............. "5.2"
    Hardware type........ "8x AMD64 Level"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 0
    Shortdump setting.... "full"
    Database server... "GPLQTY"
    Database type..... "MSSQL"
    Database name..... "GPQ"
    Database user ID.. "gpq"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Aug 4 2008 02:33:25"
      create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
      Database version. "SQL_Server_8.00 "
      Patch level. 172
      Patch text.. " "
      Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
      SAP database version. 700
      Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
       NT 6.0"
      Memory consumption
      Roll.... 16192
      EM...... 16759360
      Heap.... 0
      Page.... 237568
      MM Used. 12036016
      MM Free. 530432
    er and Transaction
      Client.............. 410
      User................ "SAP_SUPPORT"
      Language key........ "E"
      Transaction......... "ME21N "
      Transactions ID..... "9E955CDE97CBF1648B4C001A64C7B85A"
      Program............. "SAPLKKBL"
      Screen.............. "SAPLKKBL 0500"
      Screen line......... 3
    Information on where terminated
        Termination occurred in the ABAP program "SAPLKKBL" - in "GEN_FIELD_OUT2".
        The main program was "RM_MEPO_GUI ".
        In the source code you have the termination point in line 2908
        of the (Include) program "LKKBLF99".
    Source Code Extract
    Line  SourceCde
    2878       else.
    2879         assign <fs11> to <field>.
    2880         gs_fc = gs_sfc11.
    2881       endif.
    2882     when 012.
    2883       if gs_out_flags-slave ne 'X'.
    2884         assign <fm12> to <field>.
    2885         gs_fc = gs_mfc12.
    2886       else.
    2887         assign <fs12> to <field>.
    2888         gs_fc = gs_sfc12.
    2889       endif.
    2890     when 013.
    2891       if gs_out_flags-slave ne 'X'.
    2892         assign <fm13> to <field>.
    2893         gs_fc = gs_mfc13.
    2894       else.
    2895         assign <fs13> to <field>.
    2896         gs_fc = gs_sfc13.
    2897       endif.
    2898     when 014.
    2899       if gs_out_flags-slave ne 'X'.

    Hi,
    this error occurs when you try to address a field-symbol before it has been assigned to a field or
    the assignment has failed.
    Use following code to remove this dump
    Assign <mara-matnr> to <fs>.
    if sy-subrc <> 0.
      Error Message.
    Endif.
    Hope it helps,
    Raj

  • Hr_maintain_masterdata to create new emp, error='Pers num not yet assigned'

    Hi All,
    I'm going to need to use the fm hr_maintain_masterdata to create a new employee.  I've done up a test program just to get it working before i begin.  When i run the code below i keep getting the error 'Personnel number has not yet been assigned'.  Can anyone tell me what i'm doing wrong?  Or can anyone tell me where i can find info on how to use this FM.
      data: t_prop_vals type table of pprop,
            modified_keys type table of pskey,
            return type bapireturn,
            return1 type BAPIRET1.
      data: wa_prop_vals type pprop.
            move '0000' to wa_prop_vals-infty.
            move 'massn' to wa_prop_vals-fname.
            move 'A1' to wa_prop_vals-fval.
            append wa_prop_vals to t_prop_vals.
            move '0000' to wa_prop_vals-infty.
            move 'massg' to wa_prop_vals-fname.
            move '01' to wa_prop_vals-fval.
            append wa_prop_vals to t_prop_vals.
            move '0001' to wa_prop_vals-infty.
            move 'werks' to wa_prop_vals-fname.
            move '1101' to wa_prop_vals-fval.
            append wa_prop_vals to t_prop_vals.
            move '0001' to wa_prop_vals-infty.
            move 'persg' to wa_prop_vals-fname.
            move 'F' to wa_prop_vals-fval.
            append wa_prop_vals to t_prop_vals.
            move '0001' to wa_prop_vals-infty.
            move 'persk' to wa_prop_vals-fname.
            move '01' to wa_prop_vals-fval.
            append wa_prop_vals to t_prop_vals.
            call function 'HR_MAINTAIN_MASTERDATA'
              exporting
                pernr                    = '02000511'
                MASSN                    = 'A1'
                actio                    = 'INS'
                tclas                    = 'A'
                begda                    = '20081204'
                endda                    = '99991231'
              importing
                return                   =  return
                return1                  =  return1
              tables
                proposed_values          = t_prop_vals
                modified_keys            =  modified_keys
              exceptions
                others                   = 1.
    if not return1 is initial.
      write: return1-number.
      write: return1-message.
      else.
       message s054(hrwpc_pcr).
      endif.
    Many Thanks,
    Liz.

    Hey,
    Thanks for the response to you too.  Can you explain a little more what you mean by ' it is interfearing with number ranges'.  I've checked the documentation on se37 and didn't find it much help to be honest.
    Regards,
    Liz.

  • Error While Executing Report - "Field symbol has not yet been assigned."

    Dear All,
    I am using Cube 0PP_C01 which filled with data Source 2LIS_04_P_MATNR.
    Based on this Cube I had developed a report.
    0MRP_CONTRL characteristic filled using 0MATERIAL master data.
    Authorization in this report is based on Characteristic 0MRP_CONTRL & 0PLANT.
    While running report User gets error u201CField symbol has not yet been assignedu201D & Analyzer just quit.
    Also getting dump in tcode ST22.
    This problem occurs when limited authorization of 0MRP_CONTRL & 0PLANT assigned to user & if I provide full authorization 0BI_ALL then report runs fine.
    When I will remove 0MATERIAL characteristic from report then Report runs fine & at a time when I put 0MATERIAL in the report its gives error.
    Please suggest me what to do as I can not give user 0BI_ALL right in RSECADMIN.
    Please help.
    Regards,
    Divyesh Khambhati.

    Hello Shashank,
    Thanks for your reply.
    No material is not checked for authorization relevant.
    Is it required to make 0MATERIAL to be checked as Authorization relevant ??
    I had make 0MATERIAL authorization relevant & assign all material Authorization to User but still error coming..
    I do not have any idea regarding this colon authorization, if possible can you explaine me how I can use this colon authorization ?
    Divyesh Khambhati
    Edited by: Divyesh M Khambhati on Oct 2, 2010 10:29 AM

  • Error in GP: The next activity is not yet available: try again later...

    I am receiving the following error in Guided Procedures:  The next activity is not yet available: try again later using the "Refresh" button.
    Here is my scenario:
    I have a Guided Procedure where all of the activities are executed by the process initiator.
    In the first step of the Guided Procedure, I run an Action called 'Read Document'.
    The Action is set up as follows:
      Callable Object for Execution:  Read Document
      Callable Object for Display:  Read Document
    Since this action doesn't do anything except display a document, I have defined the same callable object for both execution and display.  
    After the user clicks the Complete button, the Guided Procedure moves to the next step as expected.  However, if the user returns to the activity that they just completed (because maybe they want to read the document again), I receive the following error message: The next activity is not yet available: try again later using the "Refresh" button.
    What is causing this message and how can I get rid of it?
    Thanks.

    please help me!!!!!!!!!!!

  • IB Error: Unable to read symbols from "UIKit" (not yet mapped into memory)

    I created a simple view program for iPhone, using IB to add a button and a label, once the button is clicked, the label text is changed.
    I am able to compile it fine, and ran it. The program/view showed up. But when I clicked on the button, the console showed this message:
    This GDB was configured as "i386-apple-darwin".warning: Unable to read symbols for "/System/Library/Frameworks/UIKit.framework/UIKit" (file not found).
    warning: Unable to read symbols from "UIKit" (not yet mapped into memory).
    I checked UIKit info, it's physically (full path) at:
    /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Lib rary/Frameworks/UIKit.framework
    The relative path to SKD is:
    System/Library/Frameworks/UIKit.framework
    I'm running the latest SDK beta 8, OS X 10.5.4 latest update.
    Anyone had this bizarre problem? I was able to run all Apple samples fine.
    Please help!
    THanks!

    The answer is mentioned in a few other posts, but I thought I'd repeat it here, so that it's easier to find this solution in the future.
    I got the same problem trying to build an iPhone-Simulator application using another build process -- in this case, Boost Build. When I tried to run the program, it gave me the same nonsensical dynamic-library error.
    The problem is that the application you built for the iPhone Simulator is NOT a real application, even though it looks like one. You need to run it from within Xcode.
    In my case, I got around the problem by building the GLPaint sample using Xcode, copying over the executable it generated with the one I generated via Boost Build, then running GLPaint (actually my program now) from within Xcode. Then it worked.
    So far, it seems that Macintosh and iPhone are very unfriendly platforms to someone that's trying to port an existing project. Any attempt to do something, without completely buying into the Apple way of doing everything, leads to a torrent of cryptic undocumented errors. Even an old Unix guru like me can't keep up.

  • While trying to upgrade to mavericks I received the following error during download "OS 10.9 has not yet been approved for software upgrade. Thanks! -SWN IT"

    Hello,  I am trying to upgrade an iMac to Mavericks. At the end of the download phase, a message pops up that says
    "OS 10.9 has not yet been approved for software upgrade. Thanks! - SWN IT" 
    The download stops, and I cannot resume. Made several attempts to start the process of downloading again and receive the same message/error.
    I am not familiar with any software that has the intials SWN or have SWN in the title. 
    Does this error look familiar to anyone? 
    Any clues as to how to find out the what application could be sending this message would be greatly apprciated.

    Is this on a Mac that belongs to a company or did you buy it used?

  • Follow up on case number not yet receiving email

    I have already called support About my exchange program for my 1tb seagate hard drive and told me they'll email me for my case no.. Not yet receiving any email. How to make follow up on this

    follow the directions to download:  http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • Error in RFC; 'Function module "/GRCPI/GRIA_USR_GET_DETAILS" not'

    Background:  I have setup my sandbox to do the End User Logon so that guest users can come in and create access requests.  This was configured and tested and it was working.
    Then, we connected the Active Directory system, and that is also working so that when I go in as an authenticated user (NOT END USER LOGON), and create an access request, the user data is pulled from Active Directory.
    NOTE: First, we finished the EUL, then weeks later, we connected LDAP.  Now I am reviewing and this happens.
    So today, I start seeing this error that's in the subject line.  I'm attaching a screenshot.
    As the sandbox was configured and working, I haven't gone and changed anything except for the user data sources, which is pointing to LDAP.
    I went and changed the user data sources back to what it was before, and I'm still seeing this error.
    Not sure where to look because what info I have found appears to suggest a plug in version discrepancy.
    We don't have the GRC plug in installed on the GRC system.  (separate question - should we have it installed on the GRC system?)
    So ... I need some help please - this one is eluding me.
    Thank you.
    Santosh

    Hello Santosh,
    The error message is mentioning that a plug-in function was not found. You will need to check if all connectors involved in your user data source (details) have the plug-in installed. This function module is only available in Plug-in add-on (GRCPINW).
    I would check the system in the following order:
    1 - Check the User data source details (connectors involved)
    2 - Check whether the connectors have plug-in installed and if they have the minimum compatibility requirements (according to SAP note 1352498)
    3 - Check the integration scenarios (1562760)
    4 - If you need to configure LDAP for this matter, use SAP note 1584110  
    Hope I could help.
    Fernando

  • Error in flash code....not sure what the problem is

    I created a Flash (CS4, Action Script 3.0) website but when I went to "Control>Test Movie" boxes (that I didn't create) started blinking all over the page and a got this message in the "OUTPUT" tab:
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@266305e1 to fl.controls.Button.
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@26630311 to fl.controls.Button.
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@26630af1 to fl.controls.Button.
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@26630ca1 to fl.controls.Button.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at ResoluteMediaFlash4_fla::MainTimeline/__setProp_contact_btn_Scene1_ButtonsandTitle_1()
        at ResoluteMediaFlash4_fla::MainTimeline/frame2()
    I'm very new to flash so I'm not sure where my problem is or how to fix it. 
    Any idea's??
    Thanks...

    Pat's right.. But it also sounds like you probably should go back and do some AS3 basics.   learning how to understand the errors is an important (though frustrating) part of the problem.
    My personal recommendation is Colin Moock's book "Essential ActionScript 3.0"
    Also try my friend and coworker Trevor's genious site: http://www.senocular.com/
    Now, that said, you're using some API that's looking for a button to talk to a movie clip.  Go back and look at what type of symbols your script is trying to talk to.

  • Hello i have ps cs6 already installed on my Windows pc, i Want now to do the Installation on my Mac book. Error wring Aktivation Code. Is it Not possible to Use both?.

    Any Ideals?

    A creative Suite license is only good for the type of platform it is assigned for (PC versus Mac).  If you want to use a Windows version on a Mac you need to install some form of Windows emulator on the Mac.

  • GETWA_NOT_ ASSIGNED, Field symbol not yet assigned yet.

    Hi,
    I am working in an Upgrade project,, from 4.6 version to ECC version.
    A program is going into a short dump.
    On debugging th program, I identified that there is a problem with a function module which triggers a standard include and this is where i am getting the error. the function module is supposed to populate a internal table is not populating it. the dump shows that the error is there in the assign statement shown below.
    <fm03> type any.
    <field> type any.
    assign <fm03> to <field>.
    can anyone help me out with this?

    if the program is a custom one then after assignment pl. check sy-subrc value
    like:
    assign <fm03> to <field>.
    if sy-subrc = 0.
    Normal processing
    else.
    Error handling here*
    endif.
    And for std. program search for notes if u think it is a bug in the program.
    Regards,
    Joy.

Maybe you are looking for

  • How do I kick multiple people at one time?

    Hello! I am a server administrator who runs a mega server. I need to kick 28 people out of a skype chat and I was wondering if there is a way to kick all of them at once? It would be alot of work to type out /kick (name) 28 times. If there is no way,

  • How do i view backed up iPhoto library from a macbook pro, onto my air?

    Im trying to import my images or view them at least, from my time machine back ups from a now defunct macbook pro, onto my new Macbook Air. As an artist, I need to have these on file for my work.

  • Totem won't play any video, despite of working GStreamer

    Hi, I have a problem with Totem, that I can't solve, because the program won't give any useful output. Below is the list of relevant, installed packages: pacman -Qs totem local/totem 3.12.1-2 (gnome) GNOME3 movie player based on GStreamer local/totem

  • Statement Line Amount Is Not Within The Tolerance Range

    Hi. I have an issue with the CE autoreconciliation tolerances. Case. A RECEIPT statement line with $1244.89 with bank transaction type code (Journal ) cannot be automatically reconciled with a Debit available transaction $1244.90 due to this error. "

  • Problem starting Clustered server which are using VIP: Error while starti

    Using coherence 3.6 , which comes with weblogic 10.3.5. We are using Clustered configuration , both clusters are supposed to start in VIPs. But when starting those managed servers , getting the error: bpel.fatal.conection.max.retry is set to 3<Oct 22