LSMW using HR Infotype

Hi All,
My requirements is to do one LSMW project for the modification of DOB field in IT0002. The problem is the screen is different for various employees(Based on the configuration).
Eg : Pernr   screen
       1000   2000
       1001   2001
So while running the batch input session, it's giving error message. Because the screen in the recording may not match with the screens calling while running the sessions.If anybody of you can suggest a solution it would be grateful .
Thanks in Advance,
Selvakumar

what configuration you made ? How it is specifing ?
If it not stopping and updating others then it ok if it is not updating all and stoping at the error messge then you have to pass in the file with the recognization.
Otherwise let me know what config you did.
Somtimes you have to write coding in the LSMW check with the ABAPer for this for skip this kind of error for this BDC is perfect or to create two Projects.
Manoj Shakya

Similar Messages

  • Create new LSMW using Idoc for HR master Data

    Hi Guys,
    I was wondering id someone could help me. I have started developing an LSMW, of which I have already
    created the Object. I have also created the Maintain attributes and I have supplied the Message Type, Basic Type and activated the IDOC inbound processing after providing the appropriate information.
    The question I have is in the "Maintain source structure" do I need to create a structure for data records
    and a structure for header?
    Can I do a recording for transaction     -
    "PA30" --->  update infotype 6
                                                           |
    IDOC   -
    > infotype 0,1,2,6
    I have previously created HR LSMW using recording, but I have not used the IDOC facility and I'm not
    sure of the differences.
    Does anyone have any documentation.
    Regards,
    Frank

    Dear Frank,
    For Idoc method need to do setting first.
    Creating  pratner profile,.....................etc.
    then rest of the thing are same.
    Best Regards,
    Flavya

  • Use of "infotypes" statement

    Hi,
    What is the use of infotypes statement.
    I saw a code block in sdn. here they have used a infotype statement as below.
    infotypes: 0041.
    tables: pernr.
    data: record type standard table of p0041,
    lfs_rec like line of record.
    parameters: p_pernr type persno.
    start-of-selection.
    call function 'HRAR_READ_INFOTYPE'
    exporting
    personnel_number = p_pernr
    infotype = '0041'
    IMPORTING
    RC = RC
    tables
    infotype_table = record
    exceptions
    exception_infotype = 1.
    loop at record into lfs_rec.
    write:/10 lfs_rec-pernr,
    30 lfs_rec-begda,
    42 lfs_rec-endda,
    54 lfs_rec-dar01,
    60 lfs_rec-dat01.
    endloop.
    In the above code they have used
    infotypes: 0041.
    But 0041 is not used anywhere in the program.
    I have read that infotypes statement is used to create a internal table. But here i have no clue they have craeted internal table separately.
    Please help
    Thanks in advance,
    Bala.

    hi Bala,
    You are right,  infotypes statement is used to create a internal table. Infotype can be used as reference to the standard table. eg if we consider the case of standard table PA0001, then is infotype is 0001.
    in case of this code:
    call function 'HRAR_READ_INFOTYPE'
    exporting
    personnel_number = p_pernr
    infotype = '0041'
    IMPORTING
    RC = RC
    tables
    infotype_table = record
    exceptions
    exception_infotype = 1.
    we are passing infotype as '0041', so it will read from standard table PA0041 and it will fetch data from that table according to p_pernr and the data will be fetched into the internal table 'record'. That is why infotypes are used.
    I hope this explaination is sufficient.
    regards
    arjun.

  • Working on LSMW using IDoc method for processing Open Sales Orders

    We are currently in middle of creation of a new instance of production for a different Business SBU. We are looking to utilise the LSMW tool using IDocs for uploading / transferring the open orders to the new box. If some one has worked on LSMW using IDocs, please get in touch and if you could share any documents on the process of utilising the LSMW tool using Idocs for any kind of conversions, it would be great. The following is a sample case.
    1. Each order will have multiple segments with different qualifiers under various segments.
    2. Multiple line items would be available under each order.
    Issues we are currently looking to solve :
    1. How do you manage to loop through the qualifiers during processing for the same segment.
    2. How do you prepare the tool to recognise the multiple line items of the same order.
    3. What kind of strategy needs to be used to create the input data file(s). Like, splitting the header and detail level information ?
    Note  : The volume of data we are looking at is somewhere around 40-60 thousand orders worldwide.
    Thanks in Advance.

    hI vikram check this link
    and reward points if helpful
    http://www.****************/Tutorials/LSMW/IDocMethod/IDocMethod1.htm
    http://www.jt77.com/system-dynamics/model-01395.html

  • Kindly help reg - LSMW using BAPI

    Hi All,
      I am using LSMW using BAPI method to upload data to create an Purchase order. I m getting this error.
    " Identification specifications missing for source structure 'PSOURCE_HEAD' ".
    Here are the steps I have followed.
    1. Created an IDOC Inbound Processing.
    2. Bussiness Object: BUS2012
        Method          : CreateFromData
        Message Type    : PORDCR
        Basic Type      : PORDCR05
    3. Maintained Source Structure : PSOURCE_HEAD AND PSOURCE_ITEM
    4. Maintained Source Fields for PSOURCE_HEAD AND ITEM
    5. Maintained Structure Relations:
         E1PORDCR=>PSOURCE_HEAD
         E1BPEKKOC=>PSOURCE_HEAD
         E1BPEKOC=>PSOURCE_ITEM
         E1BPEKET=>PSOURCE_ITEM
    6. MAINTAINED FIELD MAPPING:
         E1PORDCR - E1PORDCR-HEAD_ADD_DATA_RELEVANT = 'H'.
         E1PORDCR - E1PORDCR-ITEM_ADD_DATA_RELEVANT = 'I'.
    7. specify files
    8. Assign Files : assigned uploaded file to both PSOURCE_HEAD AND PSOURCE_ITEM
    9. IMPORT DATA: I M GETTING THE PROBLEM " Identification specifications missing for source Structure 'PSOURCE_HEAD' ".
      H     1001     1000     000     
      I     100-130     20     200     001     1000     28.06.2006
    With Regards
    Vasu

    Hi vasu
    I have encountered the same problem with material BOM creation.
    The reason you get this message is probably because you didn't define correctly the identification field in the source structures.
    In step 'Maintain source fields' you should define the first field of every structure as identification field by creating char field of length 1. Then from the tree view of source fields, double click this field (in change mode) and give appropriate value in field 'Identifying Field Content', meaning 1 for header structure, 2 for items structure etc.
    This should fix the problem.
    Best regards

  • Class data upload through LSMW using BAPI

    Hi All,
    Plz tell me how to upload class data through LSMW using BAPI.I also need some study material on BAPI.
    Bye,
    Mithilesh Tiwari

    its not possible with single file
    for this you need to pass two files of data
    1 ) Header data ZSOURCE_LIST_HEADER       Source List Header
         MATNR                          C(018)    Material Number
                                        Selection Parameter for "Import/
         WERKS                          C(004)    Plant
    2) item data     ZSOURCE_LIST_ITEM         Source List Item
             MATNR                          C(018)    Material Number
             LIFNR                          C(010)    Vendor Number
             EKORG                          C(004)    Purchasing Organiz
             WERKS                          C(004)    Plant
             VDATU                          C(008)    Valid From
             BDATU                          C(008)    Valid to
    for this use below LSMW IDOC method
    Message Type         SRCLST                      Source List
    Basic Type           SRCLST01                    Source List

  • Creating a BP in CRM through LSMW using IDOC

    I am trying to create a buss partner in crm through LSMW using IDOC:
    Message Type:  CRMXIF_PARTNER_SAVE_M
    Basic Type:       CRMXIF_PARTNER_SAVE_M02
    I get an error: "No update is defined for BP role 000000".
    I am also filling
    IDENTIFICATIONCATEGORY: CRM001
    IDENTIFICATIONNUMBER:     12345678
    However i get this error only if the external ID does not exist in table BUT0ID.
    otherwise if the external ID is present in table BUT0ID and the object task is "U"pdate, the BP is saved.
    Has anybody worked on BP creation using IDOCs? If yes please guide me.

    Hi,
    This Check Box is required for Archiving Business Partners from the System. You can have a full idea about the same from the link below [Archiving Business Partners|http://help.sap.com/saphelp_crm60/helpdata/en/52/cff837a9aae651e10000009b38f8cf/frameset.htm]
    Also have a look at the following [Introduction to Data Archiving (CA-ARC)|http://help.sap.com/saphelp_crm60/helpdata/en/8d/3e4c11462a11d189000000e8323d3a/frameset.htm]
    Hope this helps.
    Thanks,
    Samantak.

  • How to use LSMW using the IDOC to upload and maintain cost center group

    Hi Everyone,
    Is there anyone who knows how to use LSMW using the IDOC functions instead of the recording. I wanted to upload the alternative cost center group I created in the system. 
    reply would be greatly appreciated
    Warm Regards

    Hi Praveen,
    There is a risk trying to migrate data directly into standard tables because this can generate database inconsistences or wrong inserted data according to what is customized in the target system. I do not recommend migrate like this. 
    With LSMW you use objects like direct input programs, idocs, bapis and recorded batch input. Try to create a project and use an standard object for your data. Also, check in SXDA transaction (Goto-->DX programs) if there is a standard program for your data.
    Anyway, if you want to upload data directly to tables, read below thread:
    ["UPLOAD  CSV  FILE";
    [how to upload .csv file into a custom table;
    Regards,
    Roger

  • Requesting all to help me how to create lsmw using idoc method

    hi
    thanx for ur answer
    requesting every body in the forum to help me how to create lsmw using idoc method.
    regards,
    balaji

    Hi Balaji,
    LSMW using IDOC is similar to using flat file method. Here you are getting data from IDOC container and mapping data with Idoc segments insted of flatfile column.
    Hope this is what you are looking for. If helpful then don’t forget to reward me for that
    Darshan

  • Which feature use for Infotype 1000 in OM

    HI,
    which feature use for Infotype 1000 in OM  .....

    Hi Manker,
    Objective of Features is to default based on certain conditions.
    Infotype 1000 is to create an object and doesnt not make use of Any Feature...or in simple words, NO FEATURE EXISTS for Infotype 1000.
    If this doesnt answer your query, appreciate if you can ask your question more clearly.
    Hope this helps.
    Kumarpal Jain.

  • Problem in LSMW using IDOC in convert data step

    Hi,
    I am getting a Run-time error in CONVERT DATA step of LSMW using IDOC. The error diplayed is a syntax error. I am not able to figure out the error. Anybody having idea about this, please help me...
    The data is read successfully.
    Edited by: majualex on Nov 4, 2009 9:23 AM

    Error in the ABAP Application Program
    The current ABAP program "/SAPDMC/SAPLLSMW_OBJ_070" had to be terminated
      because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "/1CADMC/SAP_LSMW_CONV_00000051
      " in include "/1CADMC/SAP_LSMW_CONV_00000051 " in
    line 25:
    ""." expected after "DATA"."
    I think the pgm is standard ABAP program.....

  • Lsmw using ALE/IDOC Method

    Hi Team,
    I am trying for lsmw using ALE/IDOC Method.
    I have defined the segment type, message type, defined a basic type and defined a partner profile of the receiver system.
    When i try to execute the Start Idoc Generation step in generating LSMW creation steps. I am getting below error "No partner exists with the nae ", type".
    Please help me in resolving the warining.
    No partner exists with the name '', type ''
    Regards
    Sunil
    Edited by: sunil kumar on Jul 30, 2009 11:26 AM

    Hi,
    for LSMW , you have to create partner profile type as 'US'.
    once the partner profile created in we20,
    goto tcode  lsmw , in menu select "Settings -> Inbound Idoc Processing"
    maintain FilePort, partner type and Partner number and then press Activiate Idoc Inbound pricessing.
    Then you will not get this error message.
    Regards,
    Bhavana

  • LSMW using IDoc Method *Error :No partner exists with the name '', type ''*

    Hi All,
    I am a newbie. I am trying LSMW using IDoc Method.
    I got an error when i executed Start IDoc Generation step: No partner exists with the name '', type ''
    Could anyone tell what wrong I might have done,
    Thank you,
    Shiv Ram

    Hi,
    You have to setup your IDoc configuration in LSMW:
    1) Enter the menu \Settings\IDoc Inbound Processing
    2) Create a FILE port by clicking "Maintain Ports"
    3) Create a logical system (LS) partner number by clicking "Maintain Partner Numbers"
    4) Be sure your partner profile that you create is "Active" by clicking "Classification"
    5) In the end click "Activate IDoc Inbound Processing" bottom.
    Run your LSMW again. This time it shoud run wothout any problem.
    Hope it helps.
    Chang

  • Steps to migrate lsmw using Idocs

    hello i need to migrate lsmw using idocs ?can anybody please tell me the ateps in idoc method
    It's very urgent , help  plz.
    Thanks in Advance
    jdkumar

    goto--> lsmw.
    settings--->idoc inbound processing
    here enter file port, trfc port, partner name.
    then follow below steps(as suggested above by a frnd)
    Project : 060_BUS_TRANS
    Subproject : SERVICE_TICKET
    Object : SRV_TICKET_ZSVT
    click on the execute button .you will reach the screen :
    The screen shows the 15 steps to Run the lsmw
    Step 2) select the first step ( Maintain object attributes) and click the execute button.After clicking on the execute button you will reach at. the screen
    Here you have to specify ( Message type and basic type)
    click on the BACK button
    Step 3) select the 2nd step ( Maintain source structures) and click the execute button
    Here you have to specify the source structures.
    Step 4) Select the 3rd step ( Maintain source fields) and click on the execute button :
    Here you have to specify the fields present in the source structure
    Step 5) select the 4th step ( Maintain structure relationship ) and click on the execute button :
    Here you have to specify relationship between source and target structures
    Step 6) select the 5th step ( Maintain field mapping ) and click on the exécute button :
    Here you have to map the fields between source and target structure. Also you have to apply conversion rules here if any
    STEP 7) select the 6th step and click on the exécute button
    Here you can define any fixed value or user define routines
    Step 8) select the 7th step ( Specify files) and click on the exécute button :
    At This screen we have to specify the files for This we should be in change mode .So please click on the button shown in the above screen. After clicking on This button you will be in change mode and will be able to specify the files :
    Step 9) select the 8th step ( Assign files) and click on the exécute button
    For assigning files yoy should be in change mode do the same thing click on the button as shown in the above screen :
    Then assign the files to different structures.
    Step 10 ) select the 9th step ( Read Data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Again click on the exécute button . After clicking on the exécute button you will reach to the next screen
    Here you will see data is read.
    Step 11) select the 10th step ( Display read data) and click on the exécute button :
    Here you can see your test data present in test files assign to source sturcture
    Step 12 ) select the 11th step ( Convert data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Click on the exécute button as shown on the : After click on the exécute button you will reach to the next screen
    Data is converted
    Step 12th ( Display converted data is same as Display read data )
    Step 13 ) select the 13th step ( Start idoc generation) and click on the exécute
    button :
    At this step Idoc is generated using converted data
    Step 14) select the 14th step ( Start idoc processing ) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen :
    And then click on the exécute button : After clicking on the exécute button you will reach to the final processive screen
    If data is processed correctly you will see ( 53 Status message with green sign

  • Use an infotype inside a BADI

    Hi experts!!
    I need to use the infotype 0021 like a parameter of my badi, but when I try to declare it I've got this error:
    Infotypes is not supported in the OO context....
    Can anybody help me?
    Thanks a lot,
    Regards,
    Rebeca

    ok I do it myself! thanks!

Maybe you are looking for

  • Problem printing Payment Advice

    Hi, I am using tcode F110 But when I do automatic payment transactions as following Job started                         Step 001 started (program SAPF110S, Log for proposal run for payment on End of log                          Step 002 started (prog

  • LMS 3.2: RME failed archive with Nexus 5010

    Hi, LMS 3.2, RME 4.3.1, dev packages updated, Windows. We would like to archive the configuration of the Nexus 5010 switches. Due to authentication with Radius based on tokens we're not able to use telnet/SSH and therefore we only can use SNMP WRite

  • Report listing workspace owners, workspaces and user names (11gR2)

    I was looking for a simple report to show what has been created so far and to give an idea what to cleanup after my initial testing. The OWB 11g data collection script (owbcollect11g.sql) includes a section to exactly help with this. This needs to be

  • Links in Sahrepoint calendars

    THis is my first time here and I am hoping to become a regular member.  Thanks All!  I have created a calendar of classes I teach for the month.  Each entry has a link that takes me to a summary of the listing.  What I'd like to do is put a link in t

  • SQLException: XA error: XAResource.XAER_PROTO start() - weblogic 10.0.1.0

    Hello all, We are facing java.sql.SQLException: XA error: XAResource.XAER_PROTO start() in one of our EJB classes. It is only occurring intermittently! Probably during peak load time (not really sure). Our EJB uses CMP transactions and the EJB operat