POP UP in Easy DMS

Dear all.
When you r activated "FLE SEL" (Field selection for log field) field in status (DC10) . System will give  POP UP for log field  in cv01n or cv02n.
I want same POP UP in Easy DMS , it is not comming ?
Please guide me
Edited by: Harish Parab on Jul 4, 2009 2:54 PM

Hi all,
the recent note should be 694877.
Best regards,
Christoph

Similar Messages

  • SAP Easy DMS Error in Searching a Document.

    Hello Guru,
    A user can log in in SAP Easy DMS, but when doing the search on it he gots error pop-up message "The parameters is incorrect" how can we solve this he cannot search any document in his easy DMS.

    Hi,
    Refer below mentioned links to properly use search functionality in Easy DMS
    https://help.sap.com/saphelp_edm71/helpdata/en/48/db51333aa369cae10000000a42189b/content.htm
    https://help.sap.com/saphelp_edm71/helpdata/en/48/d8f373e5975430e10000000a42189b/content.htm
    Regards,
    Deepak Kori

  • Debug Easy DMS system

    Hi guru's -
    I am working on SAP Easy DMS (Document Management System).. Business has asked me to suppress a pop-up box, using trace I have found the BAPI call that is causing the pop-up.. Now I need to find exact location of the code that is causing the pop-up..
    Is there a way to debug ABAP code  from Easy DMS front end??
    Regards
    Sudhakar

    Hi Sudhakar,
    You can activate ABAP-Debuging using Easy-DMS!
    When you start the Easy-DMS-Client you will get the logon screen (deactivate auto-login).
    On this Screen you can click on the SAP-Logo.
    Now you will get a new window where you can activate abap-debuging.
    You need abap-debuging-permission in you User-profile.
    For your Problem you need to create a function called Z_EASYDMS_SHOWROOTFOLDERS
    Details see http://service.sap.com/notes
    Implementate following code and easy-dms won't ask for private folder:
    function z_easydms_showrootfolders.
    ""Lokale Schnittstelle:
    *"  EXPORTING
    *"     VALUE(PRIVATEFOLDER) TYPE  BAPI_DOC_KEYS
    *"     VALUE(PUBLICFOLDER) TYPE  BAPI_DOC_KEYS
    *"     VALUE(SHOWPRIVATEROOT) LIKE  MCDOK-SELFLD
    *"     VALUE(SHOWPUBLICROOT) LIKE  MCDOK-SELFLD
    *"     VALUE(SHOWSEARCHRESULT) LIKE  MCDOK-SELFLD
      showprivateroot  = ' '.
      showpublicroot   = 'X'.
      showsearchresult = 'X '.
    endfunction.
    regards
    wolfgang

  • DIR through CV01n -not visible in easy DMS

    Dear all,
    1)I have created DIR through CV01n . But its not visible in public/private folder in the easy DMS. but when i do search the same DIR,  it is visible in search folder.when i am trying to move same DIR to public folder or any folder system has given a pop-up and asks  "do you want to like or copy this DIR " .
    wht is that?
    2) Is it possible to link the DIR directly to the folder at time of creation or uploading through browser or other method.
    kindly help

    Hi Harish,
    regarding your questions I have to inform you that the reason for this is that the create document info record is not inlcuded in the document BOM (e.g. header EDIPUBLICFOLDER). So you would have to add the new DIR to the document structure first.
    If you create a new document directly in EasyDMS then it will be automatically added to the related folder structure.
    In the backend I think you can use the new document browser functionality in CV01N to create new documents which are also just added to a document BOM.  Therefore please press the button 'Select Document via' in transaction CV01N and choose weither 'Browser' or 'Selection Screen and Browser'. In the context menu of the browser you will find to item 'Create'.
    Best regards,
    Christoph

  • Easy DMS & Object Link

    Hi all,
    in the transactional SAP while I'm creating a new version of a DIR the system allows me to inherit (via copy) the object links included in the DIR of departure.
    By contrast the Easy DMS does not cover this feature.
    Suggestions? I have to implement some custom FM?
    Thanks a lot,
    Marco.

    Hi Marco,
    this difference between the DMS transactions in the backend and EasyDMS has the same reason as the 'Status-Log' issue you mentioned in your other post.
    For creating a new version EasyDMS uses the DMS  BAPI_DOCUMENT_CREATEFROMSRC2 which is called in batchmode. The BAPI  is not able to handle any pop-up as normally there cannot be made any user input during the BAPI works. Therefore the behavior in EasyDMS is the same and no pop-up is displayed. This is due to the following coding:                                                                               
    Main Program     SAPLCV117                                               
    Source code of   LCV117U06                                               
    FUNCTION         CV117_LINKED_OBJECTS_SELECT                                                                               
    IF pf_batchmode IS INITIAL.                                              
      REFRESH gt_screen_drad.                                                
      LOOP AT lt_tdwot_show.                                                 
        CLEAR gt_screen_drad.                                                
        MOVE-CORRESPONDING lt_tdwot_show TO gt_screen_drad.                  
        gt_screen_drad-tbl_sel = 'X'.                                        
        APPEND gt_screen_drad.                                               
      ENDLOOP.                                                                               
    Here the field 'pf_batchmode' is filled with 'X' which is harcoded       
    in the following coding for the BAPI use:                                                                               
    CALL FUNCTION 'CV117_LINKED_OBJECTS_SELECT'                              
         EXPORTING: pf_batchmode = 'X'                                       
                    pf_dokar     = pf_doctype                                
         TABLES:    pt_drad      = lt_drad.                                                                               
    I hope this information could be usefull for you and I regret that I cannot offer you another reply. This behavior is not a bug this means to be the standard behavior in EasyDMS due to the use of BAPI DOCUMENT_CREATEFROMSRC2.
    Best regards,
    Christoph

  • Error message in SAP Easy DMS

    Hi there,
    Is there anyone who has come across the error message "Classification data can only be maintained using a change number" in SAP Easy DMS. How can one resolve this issue?
    Patrick

    Dear Patrick,
    please see my suggestion in thread http://forums.sdn.sap.com/thread.jspa?threadID=1911999&tstart=0.
    Best regards,
    Christoph

  • How to delete the folder from easy DMS

    Hi..
    How to delete the Folder once it is created in easy DMS? As i have all the access
    Also how to restrict user from deleting the document from DMS? (Delete document option restriction)
    I want all folder to be gets created with internal number range only.i have define the same for Doc type FOL.
    But when i first log-in into easy dms system ask me do i need to create the folder i clicked on yes and while saving it shows an error that only internal number range is possible.But actually number EDIPUBLICROOTFOLDER  is selected by default and unedited format

    Hi,
    How to delete the Folder once it is created in easy DMS? As i have all the access
    First delete all the DIR's inside the folder using delete button. Later you can delete the Folder.
    Also how to restrict user from deleting the document from DMS? (Delete document option restriction)
    You can control this using authorization objects in DMS.
    Hope this helps.
    Regards,
    Deepak Kori

  • Disable or Deactivate Delete Button in SAP Easy DMS.

    Dear All,
    My client is using Easy DMS and is working fine. Now the issue is as soon as files become more in Private or Public folder he is Deleting Documents using DELETE Button which is available on the Tool Bar. Whereas if he uses Delete Document from Context Menu it shows Authorization is not given to delete the Document.
    Is there any way to overcome this by Disabling or Deactivating Delete Button on the Toolbar.
    rgds,
    Dayanand

    Dear Anubhav,
    I have already tried this option. It shows this can not be implemented.
    Please let me know any other option is there to overcome this issue.
    rgds,

  • Viewing document characteristics in Easy DMS public and private folders

    We have classified our documents in SAP Document Management System.  We are viewing the DIRs in Easy DMS.  In the public and private folders, the classification characteristics columns can be added to the screen report, however the values for the characteristics do not appear in the columns.  If we use the search function and view those same documents in the search screen, the characteristic values do appear.  How can we get these values to appear in the public and private folder views?  There does not seem to be an OSS notes which address this discrepancy.  In advance, any assistance is most appreciated.

    Hi Barry - As Daniel explained, sometimes system behaves if the Default box is not checked but I want you to check the EasyDMS version/patch you are using. Below is the screenshot of latest version/patch.
    If you have old verison/patch, please implement the latest version/patch and check.
    /Tilak

  • Document in Easy DMS and SAP DMS is lock cannot be accessed

    Hello Guru,
    Document in Easy DMS and SAP DMS is lock cannot be accessed. when check in Easy DMS the document 123 excel file is not accessible cannot be open, it has an icon on pencil with red circle sign.
    when check in SAP GUi, the padlock is unlock, file cannot be open as well with error (File C:\EasyDMS\SAP_400\PRE1234567890 could not be accessed.
    how can we fixed this and unlock the document excel so that we can open it. Please advise. Thanks

    Hi,
    based on your description it seems to me that this original file is currently checked out for editing. So maybe another user is
    editing this file and so you cannot access it.
    If no other user edits the file you can try to use the function 'Exit Edit mode' in the context menu of EasyDMS. This will checkin the file again and restore the last checked in version.
    Best regards,
    Christoph

  • Easy DMS document type issue

    Hi Gurus,
    DMS configuration done in SAP R/3 and able to see all configured document types in sap easy dms as well. But document description wrongly showing under document types.
    SAP R/3                                                       EASY DMS
    Eg:1   ZSD  sales document                          Eg 1 :  ZSD    material document
    Eg 2  ZMM  material document                      Eg2:   ZMM    sales document.
    Please help me on this.
    Regards,
    Nithal.

    Hi Chandu,
    Everything fine.
    In SAP r/3 , document type & document description correctly given but while in EasyDMS  document type picking incorrect document description. Remains no issue in easyDMS.
    Please help.
    Regards,
    Nithal.

  • DIR, Folders not visible in Easy DMS

    Hi All,
    In Easy DMS 7, both public and private folders are visible but when I create any DIR or Folder within these public/private folders nothing is visible but in ECC its visible in document structure.
    how to make this visible in Easy DMS?
    Thank You,
    Manoj

    Hello,
    Pass the private or public document keys to BAPI_DOCUMENT_GETLATEST2 and check if docstructure and documentdata tables are filled correctly.
    Regards
    Surjit

  • Easy dms multiple document number search

    Dear experts,
    We have installed easy dms 6.0 successfully. We have a problem in
    usage. In selection screen we need to search "document number" field
    with multiple search criteria, however the system permits only 1
    entrance.
    Thanks for your help.

    Dear Ahmet,
    based on your description I have to inform you that the mentioned behavior means to be the current standard of EasyDMS. If you want to search for documents in EasyDMS you can only enter one document type and here multiple values are not possible. So I can only recommend you to use other fields like 'description' for searching document info records of different document types.
    As EasyDMS is programm in C++ no  individual screens could be customizing here. This behavior is also the same in EasyDMS 7.0.
    Best regards,
    Christoph

  • Easy DMS - where does it store available systems list

    Hello,
    We have Easy DMS installed. If the client has a saplogon.ini file, this seems to be picked up in the list of Available Systems. If there is no other SAP software installed, systems can be input via the [.] button.
    Does anyone know where this information is stored? I would like to investigate copying it between PC's. It does not seem to create a saplogon.ini
    Thanks,
    Philip.

    It is stored in registry.
    path: - HKEY_CURRENT_USER\Software\SAP\EasyDMS\RfcCache\AAA
    where AAA is system name.
    Hope this helps.
    EasyDMS also reads the saplogon.ini file alonmg with this data.
    Note:
    If you are using SAp GUI 720 release you may have to use the environment variable posted in this thread for easydms to read the correct  saplogon.ini file.

  • Document upload and view problem in easy dms

    Dear Friend
    When i upload or view documnet in easy dms it is show ftp erro and when right click on document only one time open this document thru sap and all opration is done from easy dms please guide us where is proble
    Nainesh

    Dear Nainesh,
    as far as I know you raised also an OSS message on this question and I provided you the following reply based on your attachments:
    based on your latest screenshot I think that the information at
    http://wiki.sdn.sap.com/wiki/display/PLM/I001Win32error2+
    could help to get this issue solved.
    Best regards,
    Christoph

Maybe you are looking for

  • What is the recommended way to obtain tracking data from carriers post XSI

    We currently run an old version of SAP Business Connector. We are in the process of migrating all interfaces off BC onto PI. The one remaining interface we have problems is the XSI (Express Delivery Interface) interface we have with ECC06 and UPS via

  • Help Converting old AS2 code to AS3

    I just updated an old flash file with some new photos.  I don't know much about Flash - enough to change the photos and hit export BUT now I'm getting errors.  I had a _root issue which I fixed thanks to this forum but I'm still getting these errors:

  • Java.lang.NullPointerException what?

    how could i fix the error java.lang.NullPointerException associated with this code? import java.applet.Applet; import java.awt.*; import javax.swing.*; public class Visual extends JApplet { JButton[] theCase; public Visual() {                theCase

  • File Streams *creating Files without those pesky line breaks

    Greetings Java Developers, Basicly I would like to write a large block of data out to a file without any line breaks and end of line characters that most JAVA Output Streams include with each call to WRITE(); First I am using BYTE Output Streams in J

  • Dynamic EMail-Receiver in Mailadapter

    Hi, a couple of weeks ago I saw a article here on SDN which dealed with the issue of reading the receiver of a email out of a XI-Message and establish a kind of dynamic receiver behavior for sending out messages over a email adapter. Unfortunatly I c