Cl20n recording using lsmw

Hi There,
I am trying to record cl20n for equipment master to assign new class & modify existing class.In the equipment master when trying to record CL20N (For Update Class and Characteristics), it says runtime error Dynpro_Not_Found has Occured in the initial Screen.
Can any one let me know how to proceed with this runtime error?
Many Thanks.
Surya.

Hi,
  This looks like an SAP problem. There are a number of OSS notes for this sort of problem. Start with note 931355.
Refer:
https://forums.sdn.sap.com/click.jspa?searchID=4269051&messageID=431220
https://forums.sdn.sap.com/click.jspa?searchID=4269051&messageID=3856151
Regards

Similar Messages

  • Upload Purchase info Records using LSMW

    Hi,
      Im uploading purchase info records using LSMW - direct method
    Object               0060   Purchasing info rec.
    Method               0000
    Program Name         RM06IBI0
    i need step by step process for this. any one have done this using this program help me out.
    Regards,
    Vimal

    Hello Jürgen
    and thank you!
    One additional question: When I import info records using LSMW, one condition record (PB00) is created automatically. Is it possible to change the validity of that condition record using LSMW, too? Or can I only create new condition records?
    Thanks again
    Alicia

  • Validity date of condition records (creation of info records using LSMW)

    Hello gurus,
    we would like to create info records using LSMW with one condition record (PB00). This works fine, we just are not able to influence the validity of the condition record, it's always "creation date until 31.12.9999".
    We tried to maintain the fields BKONP-DATAB and BKONP-DATBI, but that did not change anything.
    Any ideas on this?
    Thanks
    Alicia

    Hello Jürgen
    and thank you!
    One additional question: When I import info records using LSMW, one condition record (PB00) is created automatically. Is it possible to change the validity of that condition record using LSMW, too? Or can I only create new condition records?
    Thanks again
    Alicia

  • 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.

  • How to revert back the loaded records using LSMW tool

    Hi Experts,
    I have question regarding the loading of a flat file using LSMW tool. I loaded the flat file(.txt) data into prodcution server insted of testing server . Is it possible to revert back the data which was loaded into production? Please provide me if any .............
    appriciate your reply
    Thanks
    Kumar.

    Hi,
    This is the link related to your question which has mass deletion of records..Check it out
    http://e-mory.blogspot.com/2008_03_01_archive.html
    Award points if useful.
    Rewards,
    Ravee..

  • Splitting logic using LSMW

    Hi gurus,
    could anyone plz tell me the load logic and the splitting logic for the following scenario:
    Conversion of General Ledger Balances from the various legacy systems into SAP.  The balances will be loaded month for the current year only.
    SAP has a Limitation of 999 line items per Document.  If the conversion of the general ledger balance exceeds the 999 document line item limit, the record being loaded will need to be split into multiple documents to comply with size limitations.
    The purpose of this document is to define General Ledger header and line item fields that will need to be populated. 
    could anyone plz tell me how 999 documents can be splitup from n number of records using LSMW.

    Hi Karthik,
    For handling this situtation:
    1. First declare variable in global declaration wity type P
       data: ws_numrec type p.
    2. In the BEGIN_OF_RECORD of LSMW put this piece of code:
        ws_numrec = ws_numrec + 1.
        if ws_numrec GT 999.
          transfer_transaction
       endif.
    Hope this will help you.
    Regards
    Krishnendu

  • Extended Purchase Info Record using with LSMW

    HI guru's,
    How to extend purchase infor record using with LSMW programm.. what is the T.Code and important fields.
    regards
    JK

    Hi,
    You will need to create an LSMW programme for this, the source fields will be as below
    LIFNR     Account Number of the Vendor
    MATNR     Material Number
    EKORG     Purchasing Organization
    WERKS     Plant
    MAHN1     Number of days for first reminder/urging letter (expediter)
    MAHN2     Number of days for second reminder/urging letter (expediter)
    MAHN3     Number of days for third reminder/urging letter (expediter)
    APLFZ     Planned delivery time in days
    UNTTO     Underdelivery tolerance limit
    EKGRP     Purchasing group
    NORBM     Standard purchase order quantity
    MWSKZ     Tax on Sales/Purchases Code
    NETPR     Net price in purchasing info record
    WAERS     Currency Key
    LTEX1_02     Long Text
    LTEX2-02     Long Text
    LTEX3-02     Long Text
    LTEX4-02     Long Text
    LTEX5-02     Long Text
    LTEX6-02     Long Text
    LTEX7-02     Long Text
    Regards
    Merwyn

  • IDoc status 51 - LSMW for Creating Purchasing Info Records using IDoc meth

    Dear All,
    My req is to create a Conversion for Purchasing Info Records. LSMW's IDoc method is used to develop this conversion wherein Message Type "INFREC" and Basic Type "INFRECMASS01" are being used.
    In the 14th step (Start IDoc Processing), I 'am getting the IDoc status "51" and Status Text "Application document not posted". If I double click on respective IDoc number, I got its Control record, Data records, and Status records; in the status records I can see "51" in Red color with the message "Function module not allowed: IDOC_INPUT_INFREC". If I double click on this it asks me to check the process code...
    Request you guys to resolve the issue....
    Solution will b rewarded.. Thanks in advance....

    U should use basic type INFREC01 instead of NFRECMASS01.
    Within the FM there is a check for basic type like:
    check idoc type
        if f_idoc_control-idoctp <> c_idoctp_infrec01. " INFREC01
          raise wrong_function_called.
        endif.
    Edited by: Joyjit Ghosh on Sep 15, 2008 4:57 PM

  • How to upload data for me01 using lsmw recording method

    *dear expert please tell me the complete procedure for how to upload data in me01 transaction using lsmw recording method.
    Moderator Message: Duplicate post locked.
    Edited by: Vinod Kumar on May 8, 2011 7:56 PM

    Hi,
    To be honest I don't understand your question. When You execute LSMW and create project, then all steps are shown in a very clear way with good description. With which one you have problems?
    Best regards
    Marcin Cholewczuk

  • How  to transfer data using Lsmw with Recording...

    hi,
    Please let me know .How to use Lsmw to transfer data using recording.
    Thanks,
    Lawrence.

    Hi Lawrence,
    please go thru this link for LSMW data transfer techniques in PM, MM and SD modules.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90d90895-68dd-2a10-f096-bf8cf2e2f65b
    If u want to know in detail go thru this link
    http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/frameset.htm
    Hope this will be useful to u..
    Thanks
    Vijayasree

  • Error records handling using lsmw

    Hi All,
    Could you please  tell me how can report error records in updating database useing lsmw and related infromation .
    email: [email protected]
    Thanks,
    krishna.

    in the field mappings and conversion rules,
    in the global section,define an internal table.
    data : begin of it_errors occurs 0,
            desc type string,
           end of it_errors.
    and where ever you have wrong or empty values for the fields,populate error there to the internal table.
    for example, if Material no is blank,i have to give err msg
    IF NOT MATMAS_MRPVIEW-MATNR IS INITIAL.
      BMM00-MATNR = MATMAS_MRPVIEW-MATNR.
    else.
      IT_ERROR-DESC = 'Material no is empty'.
      append it_error.
      SKIP_RECORD. "to skip further processing of this error record.
    ENDIF.
    like this you populate all the error records to that IT_ERRORS internal table.
    and finally download it using GUI_DOWNLOAD in the <b>event
    '__END_OF_PROCESSING__'</b>
    Hope you got it.
    Regards,
    Srikanth

  • Wrong views Selected when using LSMW + Recording

    Hi,
    I use LSMW + Recording method to extend warehouse management view, and it works fine in the DEV system, but when the LSME projrct was imported into QA system, the system selected wrong views at the begining when running this LSMW object, the WM 1 and WM 2 view should be selected, but in QA system, instead, only Accounting view is selected, what's the reason? Kindly please advise.
    Thanks.

    The reason is the dynamic on the view selection.
    Depending on the already maintained other views (like sales and purchasing and storage location) the position of WM 1+2 changes.
    Instead of recording MM01 you should record MMZ1 as this has a static place for WM views.
    But even better is to use report RLMG0020.

  • How to Delete TASK and employee retationship (B049) in HRP1001 Using LSMW .

    Hi,
    Please help me on below requirement.
    In LSMW Transaction:  PP02 is not supporting to delete the records from Table HRP1001 using task .
    Input file we have below details.
    Employee number
    Task ID :
    Relationship ( b049).
    Is there any other way to delete the required records from HRP1001 using LSMW process?
    Thanks & Regards,
    Naresh Chava.

    Hi Naresh,
    I am not sure about the possibility of delete the records.If you are able to do in standard transaction then you can do the same with lsmw.Create a recording method to delete the records and this delete it.
    Regards,
    Madhu.

  • Open PR & PO migration using LSMW

    Hi All,
    is it possible to migrate open PO & PR using LSMW method. I have already migrated material master by using LSMW( Recording) .
    but it's not possible to migrate open PR or PO using LSMW recording method.
       can i use direct input method to upload open PO & PR ? Please advice which method is best for open PO & PR.
    Thanks
    pabi

    Hi
    Yes I think it can
    You can use all methods available in LSMW, but I would avoid a BI recording.
    Max

  • Sales order creation using LSMW

    Hi All,
    I am creating open sales order (VA01) using LSMW where I am using BAPI: BUS2032 and Method CREATEFROMDAT2.
    I need to pass multiple line items for the same Header data, but the LSMW is creating multiple sales orders with a single line item every time.
    I tried giving "on_change_transfer_record" after Header record but that doesn't work.
    Can anyone suggest any suitable solution for this using BAPI only other than BDC, report program etc.
    Thanks in Advance
    Asif Ali Khan

    Hi Asif Khan,
    Please check this link
    BAPI_SALESORDER_CREATEFROMDAT2 - Sales Order Create
    http://sap-img.com/abap/bapi-salesorder-createfromdat2.htm
    Best regards,
    raam

Maybe you are looking for

  • How can I keep a bean alive forever through out the live of container

    I want to load some important information from DB (which takes long time to calculate) into memory at the start of the app and refresh it periodically and keep it in memory for all jsp/servlets to use. - Environment Tomcat / JDK 1.5x I was able to do

  • I don't get email notifications when using find my iphone from another device.

    When my husband uses the app "find my iphone" to locate my where abouts, I no longer get email notifications.  He uses my user name and password.  I believe he dismantled that feature somehow.  Is that possible? 

  • Download Adobe Flash Opens only in Chrome

    Please read carefully: The problem is that the download opens in Chrome automatically and I cannot find a way to open it in Firefox. It isn't a question of finding a way to download for all browsers, it is a problem with the fact that it opens in Chr

  • When iPhoto '11 crashes after importing photos and videos, they are gone. How can I retrieve them?

    iPhoto '11 randomly crashes after importing/editing/organizing photos and videos. When it does, photos and videos that I've been working on are gone. Pictures taken with iOS devices can be retrieved if they are still in Photo Stream, but videos are g

  • IP address 169.x.x.x

    Hi, I got a used powermac G4 DP 733Mhz. I am trying to connect it DLink Router. When configured with DHCP it shows assigned IP address as 169.x.x.x Then I can't connect to internet or the router itself I have another powermac DP 1Ghz(which works fine