Infotype 2011 corresponding  RFC in Component version 5.0

Hi all ,
   I am very new to SAP. Basicaly i am a XI consutnat. Now i am working on HR scenario infotype 2011. what my task is i have to insert employee, third party access control data to the R/3 system. I am woking on SAP ERP Central Component 5.0. What my question is through which RFC i can insert value manullay and in which table the data will store. I have gone thourugh the TEVEN table but those value I inserted through infotype 2011 is not store to the TEVEN table. Its is saving some other table, because i can see those value through infotype 2011 . How can i find it out the actual table ? Please help me .

What was the exact wording of the error message?  If it said network timeout, try disabling the antivirus and firewall on the computer during the download and update.  Kaspersky is especially bad.

Similar Messages

  • Imports - EHP5 - Ignore Invalid Component Versions option

    Hello,
       EHP5 has introduced an additional option - "ignore invalid component version" import option. What is the code equivalent while using this unconditional mode option.
    tp import help says:
    U<nnn>                specify one or more unconditional modes
    <nnn>       umode digits, i.e. 0,1,2,..,9
    Which umode digit corresponds too  "ignore invalid component version"

    Hi,
    Meaning for the different unconditional modes with tp command:
    http://help.sap.com/SAPhelp_nw70/helpdata/en/3d/ad5b814ebc11d182bf0000e829fbfe/content.htm
    U mode 2 overwrite original objects could correspond to ignore component version option.
    Regards,
    Srikishan

  • Unable to read software component version from System Landscape Directory "

    I've worked in past creating/importing SWCV, but this is new system PI7.0 and stuck.
    A) Is my understanding on resolution correct?
    Should I go and apply notes 940309 and create client copy of existing client 001
                                        OR
    change role of client 001; SXMB_ADMIN -> 'Integration Engine Configuration' to 'Integration Server'
    I have no problem in using client 001 as Integration server, all I want is import of SWCV to work. Thanks. Appreciate the help.
    B) Here is what I have done and the error:
    1) Followed weblog below and created product, software component, technical system, business sytem in SLD.
    /people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-i
    2) When I import the SWC from integration repository getting error
    (Unable to read software component version from System Landscape Directory "server:5<system number>00").
    C) Pointers used from the forum to debug the issue, but still no luck
    Below are the points checked from the forum and all steps are correct, but still have issues with the import
    1) check the RFCs SAPSLDAPI, LCRSAPRFC, connection test pass as the program ID registered with Jco
    2) T-code SLDCHECK no errors (followed http://help.sap.com/saphelp_nw04/helpdata/de/78/20244134a56532e10000000a1550b0/content.htm)
    3) T-code SLDAPICUST got user PIAPPLUSER, pwd is correct (reset the pwd)
    4) logged using PIAPPLUSER http://server:port/sld and it works
    5) One of the weblog SLD Check Failed (LCR_LIST_BUSINESS_SYSTEMS function doesn't work) referred to apply notes 940309
    Notes: 940309
    You are installing 'SAP NetWeaver 2004s SR1 ABAP+Java' Usage Type 'NetWeaver Process Integration (PI)'.
    You don't want to use the default client 001, but another client as Integration Server.

    applied portion (PIPostInstallProcess) of OSS notes 940309 and it resolved.
    Note:
    I still retained client 001 and didn't do client copy as mentioned in the notes. The wizard based CTC tool helped. Here are the details if someone has similar issue and want to know further details:
    A NetWeaver Process Integration (PI) Installation (ABAP+Java) has two parts: Installation and configuration. The former is done by the Installer, the latter by the 'Central Template Configuration' (CTC) Tool.
    http://help.sap.com/saphelp_nw04s/helpdata/en/14/39084136b5f423e10000000a155106/frameset.htm
    1.      Call the wizard-based configuration tool as described in Configuration Wizard.
           2.      Select the scenario PI and the task PIPostInstallProcess.
           3.      Choose Execute.
    A list of the steps to be executed by the wizard is displayed.
           4.      Choose Install.

  • Unable to read software component versions from System Landscape

    Dear all,
    I have an ECC system with ABAP and Java installed.
    I already configured so that SLDCheck, RFC destination configuration run successfully.
    PIAPPLUSER is not locked and can logon.
    However, when I import software component version in Integration Builder, the system return error message "Unable to read software component versions from System Landscape Directory "Server:50000".
    Please tell me how to correct this error.
    Giang

    Hi,
    Check this
    http://****************/Tips/XI/SWComponentError/Resolve.htm
    "Unable to read software component versions from System Landscape Directory
    Unable to read software component versions from System Landscape Directory
    unable to import from SLD
    Regards
    Seshagiri

  • Could not read list of software component versions

    Hi,
    I am trying to import software components from sld into esr. When i click on display available components i get the error :
    Could not read list of software component versions
    The details show:
    Could not read list of software component versions
    from SLD (COULD_NOT_READ_SWCV)
    HTTP response code: 403 (Forbidden)
    we were initially getting access issue  also in details, but that has been rectified by assigning appropriate roles.\
    Kindly help.

    Hi,
    Use t-code SLDCHECK on ABAP stack to confirm the connection of XI system and SLD.
    Check whether SLD and XI system are on same server. Refer to OSS note - 720717 to integrate XI with other SLD.
    In the Integration Builder page, Click on the Administration and check the following parameters to make sure they are pointing to right SLD system and port.
    com.sap.aii.connect.cr.httpport
    com.sap.aii.connect.cr.name
    com.sap.aii.connect.landscape.httpport
    com.sap.aii.connect.landscape.name
    GreatDay,
    venkatagiri
    Edited by: Giriii on Sep 15, 2011 8:14 AM

  • Function for deleting and modifying Infotype 2011 : HR_TMW_DB_UPDATE_TEVENT

    Hello experts,
    we have and requirement where we have to insert/delete or modify specific clock in/out posts from infotype 2011. Looking trough this forum I was not able to find how to delete or modify specific events from SAP correctly.
    We are able to insert new record via FM : HR_INFOTYPE_OPERATION with ease, but can not use the same function module to either delete or modify the same record.
    I was able to find FM: HR_TMW_DB_UPDATE_TEVENT and tried it in combination with HR_TMW_DB_READ_TEVENT, with out any succes.
    My question is: in what way must the tables be filled for deletion or modification, for FM HR_TMW_DB_UPDATE_TEVENT to work?
    With testing deleting a record, function explicitly demands taht all four tables are set
             del_teven      = t_teven_del
             ins_teven      = t_teven_ind
             del_teven_more = t_teven_more_del
             ins_teven_more = t_teven_more_ins 
    , but still the record is not deleted form table TEVEN.
    Thank you in advance for any given anwsers,
    Matevž

    Hello Rajesh,
    the code goes:
    * get original data:
        CALL FUNCTION 'HR_TMW_DB_READ_TEVENT'
          EXPORTING
            pernr    = iv_pernr
            fromdate = iv_begda
            todate   = iv_endda
          IMPORTING
            result   = result_tmw.
    * get next seq. nr.:
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        nr_range_nr                   = lv_ragne
        object                        = lv_object
    IMPORTING
       NUMBER                        = lv_number
    EXCEPTIONS
       INTERVAL_NOT_FOUND            = 1
       NUMBER_RANGE_NOT_INTERN       = 2
       OBJECT_NOT_FOUND              = 3
       QUANTITY_IS_0                 = 4
       QUANTITY_IS_NOT_1             = 5
       INTERVAL_OVERFLOW             = 6
       BUFFER_OVERFLOW               = 7
       OTHERS                        = 8.
          LOOP AT result_tmw INTO s_result_tmw.
            s_teven = s_result_tmw-teven.
            IF s_teven-ldate = iv_ldate AND s_teven-ltime = iv_ltime AND s_teven-satza = iv_satza.
              "set TEVEN_DEL tables for reading
              APPEND s_teven TO t_teven_del.
              APPEND s_teven_more TO t_teven_more_del.
              "set status for change to TEVEN_INS tables
              s_teven-pdsnr = lv_number.
              s_teven-ldate = iv_ldate.
              s_teven-ltime = iv_ltime.    
              s_teven-satza = iv_satza.
              APPEND s_teven TO t_teven_ins.
              MOVE-CORRESPONDING s_teven TO s_teven_more.
              APPEND s_teven_more TO t_teven_more_ins.
              EXIT.
            ENDIF.
          ENDLOOP.
    * execute deletion of current record:
          CALL FUNCTION 'HR_TMW_DB_UPDATE_TEVENT'
            TABLES
              del_teven      = t_teven_del
              ins_teven      = t_teven_ins
              del_teven_more = t_teven_more_del
              ins_teven_more = t_teven_more_ins
            EXCEPTIONS
              insert_failed  = 1
              update_failed  = 2
              OTHERS         = 3.
          COMMIT WORK.
    Now I am using the following code, that is working:
    * get original data:
        CALL FUNCTION 'HR_TMW_DB_READ_TEVENT'
          EXPORTING
            pernr    = iv_pernr
            fromdate = iv_begda
            todate   = iv_endda
          IMPORTING
            result   = result_tmw.
    ********************************************************************** modification
    * CODE :                            MODIFY CLOCK IN/OUT
        IF iv_operation = 'MOD'.
          LOOP AT result_tmw INTO s_result_tmw.
            s_teven = s_result_tmw-teven.
            IF s_teven-ldate = iv_ldate AND s_teven-ltime = iv_ltime AND s_teven-satza = iv_satza.
              "set TEVEN_DEL tables for reading
              APPEND s_teven TO t_teven_del.
              APPEND s_teven_more TO t_teven_more_del.
              "set status for change to TEVEN_INS tables
              APPEND s_teven TO t_teven_ins.
              MOVE-CORRESPONDING s_teven TO s_teven_more.
              APPEND s_teven_more TO t_teven_more_ins.
              EXIT.
            ENDIF.
          ENDLOOP.
    * execute deletion of current record:
          CALL FUNCTION 'HR_TMW_DB_UPDATE_TEVENT'
            TABLES
              del_teven      = t_teven_del
              ins_teven      = t_teven_ins
              del_teven_more = t_teven_more_del
              ins_teven_more = t_teven_more_ins
            EXCEPTIONS
              insert_failed  = 1
              update_failed  = 2
              OTHERS         = 3.
          COMMIT WORK.
    * insert new (updated) record of clock registration:
          s_p2011-pernr = iv_pernr.
          s_p2011-infty = '2011'.
          s_p2011-ldate = iv_ldate_new.
          s_p2011-ltime = iv_ltime_new.
          s_p2011-erdat = sy-datum.
          s_p2011-ertim = sy-uzeit.
          s_p2011-satza = iv_satza_new.
          s_p2011-origf = 'E'.
          s_p2011-begda = iv_ldate.
          s_p2011-endda = iv_ldate.
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty            = '2011'
              number           = iv_pernr
    *         SUBTYPE          =
    *         OBJECTID         =
    *         LOCKINDICATOR    =
              validityend      = iv_begda
              validitybegin    = iv_endda
              recordnumber     = f_recordnumber
              record           = s_p2011
              operation        = 'INS'                       
              tclas            = 'A'
              dialog_mode      = '0'
    *         NOCOMMIT         =
    *         VIEW_IDENTIFIER  =
    *         SECONDARY_RECORD =
            IMPORTING
              return           = fm_return
              key              = personaldatakey.
          COMMIT WORK.
    ENDIF.
    Kind regards,
    Matevž

  • Import of Software Component Versions

    Hello.
    My problem is in Integration Repository, in Import of Software Component Versions.
    Mensagge is:
    " Unable to read software component versions from System Landscape Directory ".
    I want import software component.!
    Help my please.!!!
    [email protected]
    In tx sm59, result.
    Exchange Infrastructure: Test LCR Connection
    RFC destination SAPSLDAPI does not exist
    => Create the RFC destination by using transaction SM59!
    Summary: Connection to SLD does not work
    => Check SLD function and configurations
    Now checking access to the XI Profile
    RFC destination LCRSAPRFC does not exist
    => Create the RFC destination by using transaction SM59!
    Message was edited by:
            Claudio Leon

    Indeed, the instación this incomplete.
    It is possible that you indicate to me step by step like making these steps to finish the installation, since I have not been able to finalize and they appear to me new errors.
    In SLDCHECK resquest is:
    Exchange Infrastructure: Test LCR Connection
    Properties of RFC destination SAPSLDAPI
      RFC host:
    %%RFCSERVER%%
      program id:      SAPSLDAPI_UNICODE
      gateway host:
    plata
      gateway service: sapgw00
    Testing the RFC connection to the SLD java client...
    RFC ping returned exception with message:
    Error when opening an RFC connection
    Summary: Connection to SLD does not work
    => Check SLD function and configurations
    Now checking access to the XI Profile
    Properties of RFC destination LCRSAPRFC
      RFC host:
    %%RFCSERVER%%
      program id:      LCRSAPRFC_UNICODE
      gateway host:
      gateway service:
    Testing the RFC connection to the SLD java client...
    RFC ping returned exception with message:
    Error when opening an RFC connection
    help me.
    [email protected]

  • Can not view a Software Component Version in Enterprise Services Repository

    Hello,
    I'm trying to import in ESR the software component version created in the SLD. I'm using SAP PI 7.3.
    Into to work area select  Software Component Version and click on checkpoint Import from SLD. Click in bottom Display (List of Software Component Versions) and it show me the list but cannot view the Name of the SWC created.
    I cleared the cache (Environment - clear sld data cache) and the result it's the same, not show the SWC the I created.
    Do you have any idea?
    Thank you in advance.
    --erva

    Hi,
    as it's a new installation, you certainly missed something. have you did controls of Readiness Check doc and tcode SLDCHECK ([see PI 7.1x oss note|https://service.sap.com/sap/support/notes/1143810]).
    and check these post installation controls (but it's for PI 7.1): [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d2a693-9504-2b10-5ba7-82964bd8370e?QuickLink=index&overridelayout=true]
    Mickael

  • Some Software Component Versions do not show up in transaction sproxy

    I have a landscape with a CRM system, a PI system (with the SLD on it) and some other systems.
    In transaction sproxy in the CRM system the Software Component Version SAP CRM ABAP 7.0 shows up, but others that should be there like SAP ABA 7.01 are not there.
    So I went on the SLD and edited the technical system for the CRM system, I added the product SAP CRM 7.00 and set the checkmark for installed for the relevant SWCVs like SAP ABA 7.01.
    I then went to the business system for the relevant CRM client and there also checked those SWCVs.
    But still they do not show up in transaction sproxy in the CRM system.
    What am I missing?

    Hi Monika,
    There's several suggestions that you could look at to help resolve your problem in this thread:
    [Can't find  ESA ECC-SE 603 SWCV;
    Regards, Trevor

  • Unable to read software component versions from System Landscape Directory

    Hi XI,
    Once I could import software component version but now I can't. Maybe I did something wrong in SLD.
    Could you please give me some hints?
    Thanks,
    Bruce

    hi,
    i have also problem with "import software componenet version "
    i got a message like
       "unable to import software component version from
    system landscape directory ......."
    than i gone for SLDCHECK...i got an error it is ............
    calling function LCR_LIST_BUSSINESS_SYSTEM
       Retreiveing data from the sld server function call returned   exception  code 4
      connection to sld does not work
      check sld function and configuration
    what that i have to do ...to make it work ....please give me any solution for that please give me detailed info
    with regards
    Edited by: praneeth mamgunta on Jun 27, 2008 4:04 PM
    Edited by: praneeth mamgunta on Jun 27, 2008 4:07 PM

  • How to Add data in HR infotype 2011 through ABAP

    Hi All,
    Can any one please give me an idea about how to insert time record in Infotype 2011 through ABAP. I cannot use the front end recording (SHDB) as it locks the person's master data. I need to Add the record through ABAP Query. I have inserted record in Table TEven and it works fine but then there is a conflict of sequence number field and system does not allow to change the data in infotype 2011 and gives error message.
    Thanks

    Hi amit
           even i have same requirement i tried with the same code but i'm getting error No data stored for infotype 2011 in the period.
    code:
       CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
            EXPORTING
              number        = wa_modify-pernr
           IMPORTING
             RETURN        = return
          clear return.
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty                  = p_infty
              number                 = wa_modify-pernr
    *         SUBTYPE                =
    *         OBJECTID               =
    *         LOCKINDICATOR          =
    *         VALIDITYEND            = wa_modify-ldate
    *         VALIDITYBEGIN          =
    *         RECORDNUMBER           =
              record                 = wa_modify
              operation              = 'MOD'
             TCLAS                   = 'A'
             DIALOG_MODE             = '0'
    *         NOCOMMIT               =
    *         VIEW_IDENTIFIER        =
    *         SECONDARY_RECORD       =
           IMPORTING
             RETURN                 = return
    *         KEY                    =
          CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'
            EXPORTING
              number        = wa_modify-pernr
    *       IMPORTING
    *         RETURN        =

  • Migrate from XI 3.0 to PI 7.11 software component version question

    Hi,
    We are migrating from XI 3.0 to PI 7.11. there are about 2000 receiver determination, etc.
    We have to assign for every receiver determination, interface determination etc a new software component version.
    does anyone know how to do this automaticly.
    regards meinhart

    The SWVC in receiver determination is not relevant for service interfaces of type "XI 3.0 compatible".
    So you can leave the fields emtpy.
    The technical background for this SWVC in receiver determination is finding the correct operation for a message.
    But XI 3.0 compatible service interfaces have only one operation with same name as the interface.

  • Error in Integration Scenario: No software Component version exists

    Hi Experts,
    We have external product and software component like Product "Project Management" we have imported the CIM content for it
    Now when we create an Application Component for the same in Integration Scenario in ESR (PI7.1)
    while trying to do right click --> Edit Action it gives Error
    "" No imported software component version exists for product"
    Also note that it allows us to Add new Action there
    that is we can right click --> Add action
    Kindly help with your suggestions to resolve this << Moderator message - Everyone's problem is important >>.
    Regards,
    Jagadish
    Edited by: Rob Burbank on Nov 10, 2010 3:56 PM

    Hi Experts,
    Tried the steps given in SAP Note: 768148
    Still it is not resolved.
    I appraiciate if any one suggest some more options to resolve this.
    Regards,
    Jagadish

  • Infotype 2011 - Load complete

    Hello people,
    I have a question about infotype  2011.
    I made a follow code:
    INFOTYPE: 2011
    PROVIDE .... P2011 BETWEEN PN-BEGDA AND PN-ENDDA
    On screen parameter I put 21.06 until 20.07 in Other period , and same period in P.SelcPeriod.
    But the table p2011 is load all period with current person. All data the current person the infotype p2011 is loaded! My report be slowly...
    what's solution for this?  I need only the period 21.06 until 20.07 in table p2011.
    thanks in advance,
    André

    Hi,
    Thanks for help-me.
    I used TEVEN table with SELECT .
    but still don't understand , Why get pernr, load all data in INFOTYPE 2011.
    My report is very speed now
    Thanks again!
    André

  • Bapi or function mudule to insert or update enteries in Infotype 2011.

    Hello Experts,
    I am working on travel request workflow where I need to feel attendance for employee for those travel days journey.
    For that I need to use Infotype 2011( Table TEVEN).
    Anyone please tell me the Function module name or BAPI name to update attendance with input as employee number and trip begin date and starting date?,  or suggest me with other possibility if any there.

    Hi,
    The link you send me out of that I think below can help me, Can you please tell me the possible entries in HR_TMW_DB_UPDATE_TEVENT function module if I want to update the table for subtype 0001 and giving employee number with trip start date and end date as I am trying to use the same but my record is not getting update.
    CALL FUNCTION 'NUMBER_GET_NEXT'
    EXPORTING
    nr_range_nr = '01'
    object = 'PD_SEQ_NR'
    quantity = '00000000000000000001'
    IMPORTING
    number = lw_nextnr
    quantity = lw_qty
    returncode = lw_return
    EXCEPTIONS "#EC
    CALL FUNCTION 'HR_TMW_DB_UPDATE_TEVENT'
    TABLES
    del_teven = p_del_teven
    ins_teven = p_ins_teven
    del_teven_more = t_del_teven_more
    ins_teven_more = t_ins_teven_more
    EXCEPTIONS
    insert_failed = 1
    update_failed = 2
    OTHERS = 3.

Maybe you are looking for

  • Acrobat X pro installation failure

    I always have had problem with Acrobat installation. Last time it make me completely reinstalled Windows before I can successfully installed Acrobat. However, recently my Win 8.1 pro has had problem so I decided to reinstall Windows from scratch. Aga

  • Calculate previous Sunday from the current day

    Hi Gurus, Can anybody tell what is the name of the function module which caluclates the previous Sunday from the Current system date. or any other idea how to calculate previous sunday from the current system date in Query. Thanks Liza

  • Querry prob

    Hi, This are the tables needed for my querry: gi_eevent projid clientid name 106 2 test2 107 3 test3 projemployee projid empid function 106 1 mm 106 2 sm 106 3 cc 106 4 cl 107 5 mm employee fname lname empid ennio frais 1 jan vlas 2 sofie dries 3 kri

  • Is anyone else having issues with suri on the 5s when the phone is locked?

    I have mine disabled, but it still is opening suri when I'm tyring to utilize the finger print scanner.  What can I do to fix this?

  • Unable to convert XLS to PDF

    existing repair function does not fix problem program will not convert Excel file to .pdf