Upload the "Equipment" related data

Hi all,
I need to Upload the "Equipment" related data into the SAP syatem.
Am having the data for the following fields,
1.Equipment(EQUNR)
2.Maintenance Plant(SWERK)
3.Technical Object Type(EQART)
4.Material Actual(MATNR)
5.Serial Number from the Tag(SERNR)
6.Barcode No.used to scan the Equipment(TIDNR)
7.Plant(B_WERK)
8.Storage Location(B_LAGER)
9.Batch (B_CHARGE)
10.Master Batch(CHARGE)
Could you please tel me the T-code/Any Information to upload the data through the LSMW.
Thanks in Advance.
Regards,
Kalam A.

Hi Kalam,
The Tcode is IE01 and the master table is EQUI, EQBS etc.
You can also use Bapi to create the equipment.
BAPI_EQUI_CREATE
BAPI_EQUI_CREATE_BY_REFERENCE
<b><REMOVED BY MODERATOR></b>
Lokesh
Message was edited by:
        Lokesh Aggarwal
Message was edited by:
        Alvaro Tejada Galindo

Similar Messages

  • *Journal Entries while uploading the vendor master data from legacy system*

    hi SAP Folks,
    can any one of you tell me the journal entries while uploading the vendor master data from legacy system to SAP system.
    Eg: legacy system is having 10000 vendors list, 1 reconciliation account and $ 1000000. while uploading all these data from legacy system to SAP what are the journal entries we get.
    thanks in advance.
    Edited by: ravindranath manikonda on Nov 24, 2008 1:12 PM

    Hi
    you will be having  only one entry logically
    i.e. Opening Bal. clrng A/c Dr.
           To Vendor A/c Cr.
    regards

  • FM to upload the Internal table data into application server.

    Hi,
      Could you please give me Function module to Upload the Internal table data into Application server ie., in Tcode AL11.
    I know for downloading the Application server file into itab is "SUBST_GET_FILE_LIST" FM and using open dtaa set we get the data.
    Regards,
    deepthi.

    Hi Deepthi
    Incase you are looking to upload data in the AL11 through a program , then you can make use of OPEN DATASET...CLOSE DATASET statements.
    Here's the code snippet:
    IF tb_alvdisplay[] IS INITIAL.
        MESSAGE e999(/dcsea/zais_msg) WITH text-e01.
      ELSE.
        IF  NOT cb_ufile IS INITIAL  "Download to file
         AND sy-pagno = 0.            "Only down page headers for first page
          PERFORM fm_concatenate_path_name USING    p_path
                                                    p_file
                                           CHANGING v_file.
    *Open file for download.
          PERFORM fm_open_file USING v_file .
        ENDIF.
        LOOP AT tb_alvdisplay.
          IF  NOT cb_ufile IS INITIAL.
    *Passing the values of the respective headings to the structure.
            ws_rec-vend_no     = tb_alvdisplay-vendno.
            ws_rec-vend_nm     = tb_alvdisplay-vendnm.
            ws_rec-title       = tb_alvdisplay-vendtl.
            ws_rec-add         = tb_alvdisplay-add.
            ws_rec-city1       = tb_alvdisplay-city1.
            ws_rec-region      = tb_alvdisplay-region.
            ws_rec-country     = tb_alvdisplay-country.
            ws_rec-pobox       = tb_alvdisplay-po.
            ws_rec-phone       = tb_alvdisplay-telf1.
            ws_rec-extn        = tb_alvdisplay-extn.
            ws_rec-fax         = tb_alvdisplay-telfx.
            ws_rec-zterm       = tb_alvdisplay-zterm.
            ws_rec-remark      = tb_alvdisplay-remark.
            ws_rec-email       = tb_alvdisplay-email.
    *Passing the separator 'PIPE' to the structure.
              ws_rec-sep01  = co_sep.
              ws_rec-sep02  = co_sep.
              ws_rec-sep03  = co_sep.
              ws_rec-sep04  = co_sep.
              ws_rec-sep05  = co_sep.
              ws_rec-sep06  = co_sep.
              ws_rec-sep07  = co_sep.
              ws_rec-sep08  = co_sep.
              ws_rec-sep09  = co_sep.
              ws_rec-sep10  = co_sep.
              ws_rec-sep11  = co_sep.
              ws_rec-sep12  = co_sep.
              ws_rec-sep13  = co_sep.
            TRANSFER ws_rec TO v_file.
          ENDIF.
          AT LAST.
            IF NOT cb_ufile IS INITIAL.
    *Closing the DATASET file.
              CLOSE DATASET v_file.
              IF sy-subrc <> 0.
    *Failure Message.
                MESSAGE e999(/dcsea/zais_msg) WITH text-t04 text-t06.
              ELSE.
    *Success message.
                MESSAGE s999(/dcsea/zais_msg) WITH text-t05.
              ENDIF.
            ENDIF.
          ENDAT.
        ENDLOOP.
      ENDIF.
    Also as Gautham suggested you can use tcode CG3Z or CG3Y incase you are looking to upload the data directly.
    FInally, you can search SCN using the keywords, "Upload to AL11" and you'll get loads of results.
    Hope this helps.
    Harsh

  • I am unable to upload the customer master data using BAPI.?

    Hi Guru's,
    i am unable to upload the customer master data using BAPI.(BAPI_CUSTOMER_CREATEFROMDATA1)
    Please guide me how upload the data...
    Thanks in iadvance
    Srinivas...

    Hello Srinivas
    This BAPI does not allow to create a new customer from scratch but only to copy an existing customer to a new one and change its address data.
    The reference customer has to be provided using IMPORTING parameter PI_COPYREFERENCE. See also the BAPI documentation for more details.
    The BAPI does the same like transaction XD01 with Reference.
    Regards
      Uwe

  • How the HR related data of BP is stored in SAPCRM Sys??

    Hi Guru's,
    I' m very new to the CRM.
    I want to know <b>How the HR related data of BP is stored in SAPCRM System?? for the project requirement.</b>
    Please, can anybody help in this regard ??
    Regards,
    Arjun

    hi,
    I don;t entirely understand your question.
    But just as in R/3 HR data is stored in infotypes, accesible as always with PPOM, but for CRM, there's also PPOMA_CRM.
    If you check the evaluation paths in OOAW, you also see some specific ones for BP. this is also an entity in HR, just as P, O CP etc.
    In short, data is stored as relations eventually in table HRP1001
    Kind regards, Rob Dielemans

  • HR - Idocs to upload the HR Master data

    Hi,
    Can any one pls tell which are the std Idocs we use to Mass upload the HR master data
    HRMASTER01/02 , HRMD_A06 etc
    Regards
    Hemant V. Mahale

    http://www.scribd.com/doc/5884984/Idoc-Quick-Reference-Sheet

  • Warranty Date field in the equipment master data

    Hi everyone!
    I wanted to display the warranty date field in the equipment master data (IE01). I have already made the configuration and added the additional tab and screen thru this path:
    Plant Maintenance and Customer Service > Master Data in Plant Maintenance and Customer Service > Technical Objects > General Data > Set View Profile for Technical Objects
    But still, the tab is not added and the warranty date field is not found in the "Define Field Selection for the Equipment Master Record". please help me with this. We need this data because we are not using serial numbering and warranty master data that's why a way to track the warranty date is thru this adjustment in the equipment master data screen.
    Thank you very much.

    Marlon,
      Make sure that you have assigned this specific profile to the Equipment category of the associated equipment that you are creating under SPRO > PM> Master data> tech object > Equipment > Equip category.
    Regards
    Narasimhan

  • How can we upload the asset transactionn data

    how can we upload the asset transactionn data pls let me know

    There are several ways to upload asset transaction data,
    <b>- Automatic legacy data transfer using batch input
    - Automatic legacy data transfer using direct input
    - Automatic legacy data transfer using BAPI
    - Manual legacy data transfer transaction
    - Legacy data transfer using Microsoft Excel</b>
    You may reference to SAP help by the following link for details.
    http://help.sap.com/saphelp_47x200/helpdata/en/01/dfd83705c0c931e10000009b38f842/frameset.htm

  • How to upload the line item data for the T-CODE CO12 by using LSMW

    Hi ALL
    i have to upload some data using the t-code CO12 by LSMW. can anybody help me where and what code i have to write to upload the multiple line-items in that.
    Thanks in advance.

    i think this follows the rule for BDC with table control, can you please give me some example code and also the step number where i have to write the code for uploading the multiple line items.
    thanks in advance !

  • Need BAPI for upload the special ledger data (GB01)

    Hi Guys,
    I have to upload the GB01 data from excel to sap.
    Is there any BAPI for this app
    plez Help me
    thanks

    hi
    use function modules JV_GB01_DIRECT_INPUT and JV_GB01_DOCUMENT_POST
    hope this helps you
    Regards
    Aakash

  • Help me on Uploading the .ZIP format data

    Hi All,
    I have a requirement that, In certain date range i have to download the data from VBAK in to a flat file in .ZIP format. After that I have to upload the same (.ZIP Format) it into an internal table and insert the data to a standard table. I have searched for the sample report in web too, but i didnt get the correct solution for this.
    Could you people please help me on this requirement.

    Hi Sarath,
    Please follow below link :
    http://wiki.sdn.sap.com/wiki/display/ABAP/ZipanyfileviaABAPusingCL_ABAP_ZIP
    I hope this will help you.
    Regards,
    Rahul Mahajan

  • Error in uploading the material master data

    HI friends,
    I have trasferred the material master data through idocs from one server to another server(with in SAP only).
    Outbound side the status of idoc is 3 which is OK.But inbound side ,the status is 51 and the error is 'Function module not allowed  IDOC_INPUT_MATMAS01'.I debugged the function module in which the control records , data records are getting transferred correctly and also the segments data is also fine.But , i am not able to rectify  the error.
    Can anybody give the solut

    Hi mahesh,
    check the proces code may be having the FM module 'IDOC_INPUT_MATMAS01'. change with some other FM for processing the IDOC. you need check with different ways what is the problem. better dont stick on one thought.
    ~linganna

  • Information of the User related data

    Hi,
    We have done a system copy from System A to System B on 15th of Nov and de commisioned the old machine
    We wanted to see the user transaction data for the last month(November)
    Please let me know if there is a way to find out the transactional data while the SAP was running in the old machine for 15 days of last month(november)

    If you security audit was disabled and you don't find enough information on STAD or ST03N then is simply gone.
    Regards
    Juan

  • Errror while uploading the supplier catalog data

    Hi CCM gurus,
    I am trying to upload a supplier catalog via csv file and got this error:
    " Value for catalog item xxxxxxx (supplier part no.) of supplier xxxxxx is incorrect"
    "Catalog update was terminated  "
    I tried to the change the values of /ccm/supplier_part_no but this error exists.
    I even tried to remove this column and upload but it says there is an error in the fourth row of your csv file.
    I am missing something in the supplier part no column.
    My SLG1 shows the following error /CCM/CX_CONVERSION_FAILED
    Any suggestions.
    We are working with CCM 2.0 patch level 0001
    SRM server 5.0, component version 4.0 and we have TREX installed in our system.
    Reg.,
    Sridhar.

    Yes. Pl. find here, the XXXXXX place we have our catalog name,suppartno and all
    Log Details: 00000000000000000669
    Uploading catalog XXXXXXXX 
      Name of file that was uploaded: XXXXXXXXXXXXXXXXXXXXX 
      03.04.2007 15:48:43 (CET) X: Starting CSV import for catalog XXXXXXXXXX 
      03.04.2007 15:48:44 (CET) X: 0001 package(s) were processed OK 
      03.04.2007 15:48:43 (CET) X: Package 0001 received and saved 
      03.04.2007 15:48:53 (CET) X: processing of package 0001 started 
      03.04.2007 15:48:55 (CET) X: catalog header data updated 
      03.04.2007 15:49:06 (CET) X: 1 data types updated/created 
      03.04.2007 15:49:08 (CET) X: characteristics updated; 2 updated/created; 0 deleted 
      03.04.2007 15:49:09 (CET) X: categories updated; 3 updated/created; 0 deleted 
      03.04.2007 15:49:09 (CET) X: category relationships updated; 2 created; 0 deleted 
      03.04.2007 15:49:09 (CET) X: schemas updated; 1 updated/created; 0 deleted 
      03.04.2007 15:49:10 (CET) X: 1 schema(s) deleted after complete transmission 
      03.04.2007 15:49:10 (CET) X: update of catalog data started 
      03.04.2007 15:49:10: 0 catalog items have to be adjusted 
      03.04.2007 15:49:10 (CET) X: update of catalog data completed 
      03.04.2007 15:49:10 (CET) X: catalog model data updated 
    Value for catalog item XXXXXX (supplier part no.) of supplier XXXXXX is incorrect 
      Catalog update was terminated 
    Only the last two lines shows red and all others are green.
    Reg.,
    Sridhar.
    Message was edited by:
            P.T. Sridharbabu

  • How to upload the  data into SAP R/3 System

    I have a scenario to  upload the flat file data into SAP R/3 System.
    I will describe my complete scenario here so that it will be better understanding for you to suggest the solution.
    The  segments that relevant for the upload of customer master data, namely
    HD : Header Segment
    PF  : Partner Function Segment
    OP : Output Segment
    TX : Tax Segment
    CR : Credit Segment
    CT : Customer Text Segment

    I think you can achieve this with IDOC creation. If it is so follow the steps below.
    Basic Type:
    Basic IDoc type defines the structure and format of the business document that is to be exchanged between two systems.
    Segments:
    Segments form the basic building blocks of an IDoc type and are used to store the actual datta. A segment type is the name of a segment and is independent of the SAP elease. A segment definition is the release-specific name of a segment.
    Steps in creating Segments:
    T.Code WE31
    Enter the name for your segment type and click on the create icon.
    Type the Short text.
    Enter the variable names and data elements.
    Save and Go back.
    Go to Edit -> Set Release.
    Repeat the steps to create more segments.
    IDOC TYPE:
    Business data is exchanged with an external system using the IDoc Interface.
    IDoc types (Special Structures) An IDoc type is defined through its permitted segments. Segments can be dependent on each other (parent and child segments). The IDoc interface can check for each IDoc whether thhe segments contained are compatible with thhe definitiion of its type. This systax check is activated or deactivated in the Partner Profiles.
    Steps in creating IDoc Type:
    T.Code WE30 to create IDoc Type.
    Enter the Object Name, Select Basic Type and click Create Icon
    Select the create new option and enter a description for your basic IDOC type and press enter
    Select the IDoc name and click Create icon
    The system prompts us to enter a segment type and its attributes
    Choose the appropriate values and press enter
    The system transfers the name of the segment type to the IDoc editor.
    Follow these steps to add more number of segments to Parent or as Parent-child relation.
    Save it and go back.
    Go to Edit -> Set Release.
    Message Type:
    Steps in Creating Message Type:
    T.Code WE81.
    change the details from Display mode to Change mode
    After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back.
    Assign Message Type to IDoc Type:
    T.Code WE82
    Change the details from Display mode to change mode.
    After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back.
    Reward Points if useful.

Maybe you are looking for

  • How to edit favorite bar in ipad?

    I hate this new thing after I updated to iOS 7.0.2 when every new Safari tab will open with favorites. I want the new tab to open to Bing but i dont know how to change that. Anyone can help?

  • How to add new rate once GRN posted.

    ABC-Raw Material Case Po raised for 110 kg with Rate is rs. 2/- per kgs. Eg- Purchase Order created 110 kg,so PO value is 110 kg X 2rupee = 220 rupee. At gate entry  is Net weight is 100kg,       2 rupees each kg .So 100 kg X 2 rupee = 200 rupee     

  • ACH and WIRE PAyments

    Hi All, Could any one throw some light on the paymnet method and the form details for effecting ACH and Wire Payment? Can I use the method under F110 Program ? Thanks, Chitra

  • Does the iphone 4s came up with a "sim removal tool" thing?

    thanks in advance.

  • ELS 2 in Windows 7 64bit?

    Can someone confirm that ELS 2 is not compatible in Windows 7 64bit?