Maintain Structure Relations - LSMW - IDOC method

Hi,
Trying to use LSMW Idoc method to upload BP masters.
Have maintained the ports, partner types, message types etc. When I reach the "Maintain structure relationship" step, I have a very big tree structure under EDI_DC40 when am trying to maintain the structure relationship between the source and the target in LSMW idoc method.
Do I need to maintain my relationship at all the levels of the tree structure under EDI_DC40 or can I choose the nodes that are relevant and maintain a relationship only for them?
Is there a short cut or a way where I can maintain relationship for each node under the target strucute EDI_DC40.
Appreciate your inputs.
SK

Hi SK,
There is no need to maintain EDI_DC40.
In 'Maintain Structure Relations' step, you just need to create Relationship for the structure you want the information be uploaded in the BP. Mapping of the fields in the structure to your upload file's values will be done in next step. Hope the above helps

Similar Messages

  • Multiple Source Structure in single flatfile using lsmw idoc method

    Hi Abapers,
                we have a requirement for Business partner Data mIgration into CRM system using LSMW idoc method,I got a flat file
    which has multiple source structures like(header structure,Tax structure,Mailstructure,Identification structure,bankdetails structure,card strcuture........etc of 12 structures) with identification for each structure. can any one help me how to handle this in lsmw or any link of this kind of scenario will be helpful for me .
    Thanks and Regards,

    Hi Saeed,
    For example if you want t create bom through lsmw then we will *** two files one header and other item one.In the same way .In lsmw start by keeping the idoc method i will only propose at second step how many files it need. Just map the idoc and see. Post if need more help.
    Regards,
    Madhu.

  • LSMW - Maintaining structure relations

    I am trying to upload customer records using LSMW. There are two source structures (one for customer header and the other for customer-contactingperson which is item level). I completed first three steps. I am stuck at 'Maintain structure relations' step. How do we assign the structures here?
    There are lot of things like BKNA1, BKNB1, BKNBK..so on but I am kind of clueless to which source structures I have to assign these target structures. Can you please help with this or are there any general rules here to go through this step with out any errors?
    Thank you very much.

    In my header structure, I have following fields:
    Customer Number     Name     Street     City     Zipcode     Country     Language     TelephoneNumber
    In my contact structure (which is item level), I have the following fields:
    CustomerNumber     LastName     FirstName     FormofAddress     Department     Position     TelephoneNumberContact
    From 'Migrating your SAP data' (book from SAP press), I see that they
    - assigned source header structure to BGR00, BKN00, BKNA1 and BKNB1.
    - assigned souce contact structure to BKNVK.
    It is clear to me that we have to assign the header data to all required structures (which came up as BGR00, BKN00 and BKNA1 in my example). But how do I know that I also have to assign it to BKNB1?
    If you can help with this question, my problem is solved.
    Thanks a lot!

  • Vendor Address is not updating in ADRC table by LSMW IDOC method

    Hi,
    I'm updating Vendor address data by LSMW IDoc method
    for this i'm using ADRMAS as msg type and ADRMAS02 as Idoc type.
    In partner profiles Process code given as BAPI for this.
    i maintained entry in TSADOBJ table LFA1 as OBJTYPE,1 as ADDR TYPE,0001 as context,LFA1 as TABLENAME,ADRNR as FIELDNAME, ADRC as TABLE PERS, ADDRNUMBER as FIELD PERS
    Idoc generating sucessfully.
    But data is not updating in database.
    i think the problem in TSADOBJ config.
    Please give exact configuration which can update vendor data.
    Thanks in advance

    be open minded. SAP gives several import methods to load vendors.  one of them is per IDOC.
    But the vendor master IDOC does not automatically create the adress master.
    And even more important, if you migrate data from one SAP system to another, the IDOC method is more straight forward than the batch input, because you can send the IDOCs from legacy system to new system, you will then have a 1:1 relation of the structure in LSMW and you can create vendor masters by knowing the new vendor number from an internal number range already in LSMW, long before you actually post the vendor. With batch input you can either post with numbers from external number range, or you just dont know the new number already in LSMW.
    And you dont need to download the data to Excel. And further, the LFA1 adress data has less information than the ADRC adress data.

  • Application logs for log handling in lsmw idoc method

    Hi Abapers,
          Im using LSMW IDOC method for data transfer from legacy to sap system.Now the requirement is to handle application logs for log handling i.e i have to make use of custom report to handle logs,can any one tell me what all steps to be done for this or if any one can share a link related to application logs would be greatly appreciated.
    Thanks.
    Edited by: saeed.abap on Dec 27, 2011 5:13 PM

    Hi Saeed,
    Please check with this fms
    1) BAL_DSP_LOG_DISPLA
    2) APPL_LOG_READ_DB
    3) IDOC_GET_MESSAGE_ATTRIBUTE
    There is a wiki [Error Log Lsmw|http://wiki.sdn.sap.com/wiki/display/Snippets/ErrorLogProgramforBAPIandIDocMethodin+LSMW] available.
    Regards,
    Madhu.
    Edited by: madhurao123 on Dec 28, 2011 8:25 AM

  • LSMW IDOC method to upload material master

    hi,
    i want to upload the Material Master using LSMW Idoc Method.  I have not worked in LSMW IDOC MEthod previously
    can anyone help me.. please..
    ThankS IN ADVANCE
    GUHAPRIYAN

    hi Guhapriyan,
          In LSMW there are four method to migrate data.Idoc is one such method.You need to define three thing message type,
    Basic type,enhancement and a check box for enable structure for EDI.Once you complete this ,it ready to transfer.Before that you need to go through 12 basic steps.
    Hope this will help you.
    Regards,
    Albert

  • Create Purchase info record using LSMW idoc method

    Hello Friends,
    I am trying to update Purchase Info records using LSMW Standard program RM06IBI0.
    But it is not updating the condition price details and scale Quantity.
    For that the  form  suggessted LSMW IDOC method. with : Message Type         COND_A / COND_A02.
    But i dont know is the info record created earlier to this step or else we can create both using this method
    at a time ?  Does anybody please suggest.
    ( Actually Purchase Info record created using transaction  ME11 ).
    Regards,
    Phaneendra

    you first create the info record and subsequently you load the conditions.
    become familiar with the condition tables and its key first. Check How table A017 and A018 are maintained.
    Intresting is the field VAKEY which is actually the link to your info record.
    This is a combination of vendor, material, purchasing org, plant , and info record indicator.
    data:  begin of ZZVARKEYA,
            ZLIFNR like LFM1-LIFNR,
            ZMATNR like MARc-MATNR,
            ZEKORG like LFM1-EKORG,
            ZWERKS like MARC-WERKS,
            ZINFTYP like EINE-ESOKZ,
            end of zzvarkeyA.

  • Import Product Price and Condition using LSMW IDoc method

    Hi Friends,
    I am working on the Product Import to CRM from flat file using LSMW IDoc method using the "CRMXIF_PRODUCT_MATERIAL_SAVE" message type.
    I am able to import the entire product with its required details except the Price and its conditions.
    Can anyone please let me know which structure or with message type to be used to import the Product Price and condition using the IDoc method.
    Please pass on your valuable comments.
    Thanking you,
    Naveen

    Hi Naveen.
    I am doing the same thing but only the product gets created and the details like short text, unit etc. do not get populated. The idoc gets processed successfuly. Can you share the fields that are required to be mapped or are mandatory.

  • Issues in using LSMW IDOC method for Article Hierarchy

    Hi Experts,
    I am working on a scenario for uploading article hierarchy using LSMW idoc method.
    Details:
              Message type WMATGRP
              IDoc type WMATGRP01
    But as per my understanig, for processing, there should be a inbound Function module/Process code. But I am unable to find out any process code for this in tcode WE42/We60.
    Could you please help in this problem.
    Regards
    Krishan Kumar

    Hi Saeed,
    For example if you want t create bom through lsmw then we will *** two files one header and other item one.In the same way .In lsmw start by keeping the idoc method i will only propose at second step how many files it need. Just map the idoc and see. Post if need more help.
    Regards,
    Madhu.

  • Document type not defined in lsmw idoc method

    hello  iam posting Open AR Line Items for contract account using message type
    CTRACDOCUMENT_CREATE  using lsmw idoc method .iam getting error as Document type not defined but actually when iam creating document manually item is created with out any error that means it is defined and my functional consultant is also saying he defined document type.can some body explain me what is the  problem.
    Regards
    priya

    Check OMW9, here document type is defined for the transaction MIRO..
    Go to OMW9, click in the Document Type.
    Then double click on MIRO.
    Also check the sap notes which is referred in the similar thread Document type not defined f5814

  • Vk11 pricing conditions for LSMW  IDOC method...

    Hi Guru's,
    I am working on LSMW Idoc method. For Pricng conditions
    i am using Message type  'COND_A'  and basic type 'COND_A04'  .
    when we execute 14th step Idoc generation. I am Facing some problem like its displaying information message
           ' Partner type does not exist with the name ,'TYPE'.
      like this iam facing some problem.
    I already created partner profile in we20  clearly..
    This is the different requireent ,i never faced this problem earlier.
    Can any body help me in this regard.
    Regards
    Jayan Jalla,

    Hi,
    Activate the indbound settings in the LSMW by pressing the button
    'Activate Idoc Inbound Processing'.
    Regards,
    Shan

  • LSMW : Idoc method , Business Activities custom fields data upload

    Hi guys
    I am uploading Business activities using LSMW IDOC method and below message and idoc type
    Message type CRMXIF_ORDER_SAVE_M
    Basic idoc type : CRMXIF_ORDER_SAVE_M02
    Using EEWB I added few fields to business activities , along with the standard fields I want to upload the customer fields also .
    I tried to Extend the Basic idoc type CRMXIF_ORDER_SAVE_M02, but it was not allowing me to Extend ( since it is generated basic idoc type ) I tried the other Basic idoc types for Business activities , I got the same problem
    the basic idoc type contains only two Segments
    E101CRMXIF_CUSTOMER_H_X (parent)
    E101CRMXIF_CUSTOMER_H (child)
    with out my custom fields
    pls help how can i add my custom fields ( added by eewb) to the basic idoc type
    for uploading custom fields
    thanks in advance
    Warm regards
    Rajasekhar

    You are going to need to create an enhancement of the standard IDOC type in order to get your custom fields to show.  I can't remember the exact procedure, but you will need to create a Z-type based on the existing type in the system.  When you generate the z-type the fields will be filled in.
    Look at the following thread and it will give the basic steps
    How to delete Extention
    Good luck,
    Stephen

  • Re:Uploading of material master data using lsmw-idoc method

    Hi friends,
                While processing each idoc  one log on window is opening,and status of idoc is 51,eventhough i am passing material description to maktx of e1maktm,it is showing an 'No description is passed'.
    Colud you please tell me how to correct these errors,i am new to this lsmw-idoc method.
    Thanks in advance,
    Anusha.

    Thank you for reply.
    Actually I am uploading the data in flat file from file port to sap.
    In idoc inbound processing of lsmw i have created a file port and iam giving the logical system name of the same client.
    is this the correct procedure.
    Every time when i process each idoc one new logon window is opening and it is showing idoc status as 51.
    could you please tell me how to correct this one.

  • Problem LSMW + IDOC method for message type : MATMAS

    hi friends,
      I am using LSMW + IDOC method Message : MATMAS , idoc type : MATMAS03 .Setting every thing are fine. Finally Material is not created with error "message have been issued number : <idoc number>".
    data : material, industry type, material type, description, Basic unit of mesure.
    Please  help me.
    Balaji.T.

    Hi,
    I have nothing found regarding your issue. But maybe a look at SAP note 638058 will give you a hint.
    Regards,
    Klaus

  • Error with LSMW IDOC method while maintaining Quota arrangement

    Hi
    I am trying to create LSMW using IDOC method for maintaining quota Arrangment.
    I used the standard Message type LPIEQU. Idoc is getting generated and when i tried to process this IDOC i am getting error "Function module not allowed: BAPI_IDOC_INPUT1".
    I used the process code as "BAPI" in message type LPIEQU configuration in WE20.
    If anyone faced this issue please let me know the reason for the error.
    sakthi.K

    see OSS Note 198252 - Special features of POI message category LOI*
    The message categories named are part of the POI (Production Optimization interface) interface.This interface and the message categories contained in it were developed for the transfer to non-R/3 systems.Therefore, an inbound processing in the R/3 system is not planned.

Maybe you are looking for

  • I can't post to any other forum

    I tried to post to Apple.com > Support > Discussions > User Tips Library > User Tips Library and I was denied permission. ?!@## Why can I only post to Unix board? X TiG4/667   Mac OS X (10.2.x)   TiG4/667   Mac OS X (10.2.x)   TiG4/667   Mac OS X (10

  • Memory target advisory in oracle RAC

    Hi, We work with oracle 11gR2 RAC. from gv$parameter we are : INST_ID NAME DISPLAY_VALUE 1 memory_target 3600M 2 memory_target 3600M I want to verify values for memory, but I don't find nothing in gv$memory_target_advice, when I check dba_hist_memory

  • I want to know when my servlet completes its execution

    sir, i want to exactly know when my servlet completes its exacution. is there any way to find the servlet completion time please help me. iam waiting for ur kind answer and suggestions...... thanks in advance.

  • Compiling with mxmlc Using CS3 Components

    Hi, I would like to use the Flex SDK 3.0 to compile a project which currently compiles successuflly in Flash CS3 (because it's quicker). I am importing assets from swfs using [Embed ...] tags without any problems. I can also use CS3 components by exp

  • Currency convertion in bex with user exit

    Hi, In cube 0fiar_c03 we have documents where 0doc_number is 'USD' or 'ARS' we need to use differents currency when 0doc_num is 'USD' or 'ARS'... i am thinking use a virtual kf but i dont know where put the code when the user press convertion currenc