Object Dependancy for CHARS in Easy DMS

Hi All
I have given object Dependancey for some CHARS in SAP DMS.Its working fine in DMS , but when I check the same thing through Easy DMS, the dependancy is not working.. I can see all the CHARS and all Values are displayed there..
Can someone guide on this??
Regards
Aby

Dear Thomas,
I regret but the object dependency is not working in EasyDMS currently due to a restriction in BAPI_CHARACT_GETDETAIL.
Best regards,
Christoph

Similar Messages

  • Object dependency for batch characteristic

    I have 1 class with multiple characteristics and 1 of the characteristics should be entered (mandatory) in case of a certain split valuation type (which is covered in the batch info). This should be done via object dependencies within the charateristic. Anyone knows how to do this?

    Dear Sairam
    As explaind to you in the earlier thread for product or proportion unit. you need not maintain object dependency for the characterestics. You have to maintain product unit which will appera as alternatvie UOM. While making GR the Alternate or product UOM will be seen as per the plan value(conversion factor) maintained in material master. You can change both Basic UOM and Alter UOM as per the actual caonversion recieved. This conversion factors will be saved in the batch classification.
    Regards
    MSR

  • Mass Upload of object dependency for characteristics value

    Hi ,
      I need to upload the object dependency for characteristics values through transaction CT04. My input data consists of characteristcs name , characteristics value and the object dependency (KNNAM) . Need to populate the KNNAM field alone .
    Have tried with the FM 'CTMV_CHARACT_CHANGE_KNOWL_VAL' which suits my requirement but teh dependencies are not getting uploaded . Am I missing anything ? Since I do not have class details i.e class num and class type I am not able to use  the BAPI like 'BAPI_CLASS_CHARVALUE_LOCAL_DEP ' . Please suggest any othe r suitable method .
    Thanks in advance.
    Sanjeev

    Hi,
    Please check the below link..
    BAPI for Characteristic Dependency
    Thanks.

  • Short icons missing - in Win & for easy DMS 7.0

    Hi SAP Folks
    When we intalled easy DSM ver 7.0 (unicode) in Windows 7 , what we found out was the shortcut icons missing like create folder, create document .
    It was possible only with right click option of mouse/keypad
    When in Windows XP for the same easy DMS version 7.0 it is visible
    Request to help in letting know what is missing .
    Thanks
    Achuthan

    Hi Achuthan,
    Anubhav is right. But at the moment EasyDMS 7.1 is in the ramp-up phase till march 2011. Afterwards it should be available in the SAP Service Marketplace.
    Best regards,
    Christoph

  • Searching for Easy DMS documents using embedded search

    Dear Experts,
    we are using easy dms to manage documents. As far as I know it should be possible to index these documents using TREX.
    -it is possible to perform a search for these documents using Embedded Search an get the search results as XML (a documentation would be very helpful)?
    -how can the security be taken into account? Is there a method like AUTHORITHY_CHECK by SeS to perform security check?
    thanks a lot for your help
    kind regards
    Nicolai

    I found that authorization checks can be performed using the following authorization objects:
    -Authorization Object C_DRAW_TCD (Activities for Documents)
    -Authorization Object C_DRAW_TCS (Status Dependent Authorization)
    -Authorization Object C_DRAW_STA (Document Status)
    -Authorization Object C_DRAW_BGR (Authorization Group)
    -Authorization Object C_DRAW_DOK (Document Access)
    -Authorization Object C_DRAD_OBJ (Object Link)
    I could not find any information regarding my first question

  • Easy DMS  - problem with  object linking (unicode client)

    Hi Gurus,
    I have a problem concerning linking a materialmaster to a DIR in a uniciode environment. I tested following scenarios:
    1) Easy DMS 6.00 SP10 non unicode  +  non unicode Backend  -->  no problem
    2) Easy DMS 6.00 SP10 non unicode  +  unicode Backend        -->  no problem
    3) Easy DMS 6.00 SP10 unicode        +  non unicode Backend  -->  no problem
    4) Easy DMS 6.00 SP10 unicode        +  unicode Backend         --> problem
    Following Problem appears in scenario 4:
    Our Material Number Format is ______-____-___ (6 digits - 4 digits - 3 digits), "Lexicographical" is disabled, "Leading Zeros" is enabled.
    When I type in material number "111111-2222-333" and press "check all objects and read description" Easy DMS reads the description for
    111111-2222-333 but after that easy dms changes 111111-2222-333 to 000001-1111-122 and when I try to save the DIR it tells me that 
    000001-1111-122 is not a valid material master.
    As I mentioned this only appears with the unicode client + unicode backend. Any Ideas?

    Hi David,
    please tell us which version of EasyDMS you use currently. If you do not use EasyDMS 6.00 SP10 I would kindly ask you to see SAP note 1105699 and download this SP from the Service Marketplace.
    Further please check if you have maintained the object link customizing correclty in your backend system. Therefore please see the information in the SDN WIKI area for DMS under https://www.sdn.sap.com/irj/sdn/wiki?path=/display/plm/ca-dms-Object+link
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • Easy DMS - object linking DIRs

    Hi,
    I'm implementing Easy DMS currently running version v6.0 SP9. Everything is working well with SAP DMS except for one thing, object linking.
    I've read other threads but no help.
    My issue is I want to be able to show a DIRs relationship with other DIRs in the object links.
    Easy DMS allows this to a certain extent but its useless because all it does is display the related DIRs for this DIR, you cant action anything to display these other DIRs, where as if you do the same thing in SAP DMS, you can actually get a link to the referenced DIRs and when you click on it, it  will automatically navigate you to the related DIR.
    Why doesn't this work in EASY, or is simply just there for show, which I find a waste of time to be honest if object links are simply for show. The same goes if I want to attach a DIR to a material same problem.
    Thanks in advance
    Kurt

    hello Kurt,
    to my knowledge,Navigation to a different dir which is attached as object link in easyDMS is not possible (like in SAP GUI).
    regards,
    anubhav

  • 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

  • Creation of new object link for DMS

    i have searched a lot  about Creation of new object link for DMS on internet .
    and all replies  focus on that documentation :
    1.     Program two screens for the following module pools for the SAP object that is to be linked additionally:
    u2013 SAPLCV00
    u2013 SAPLCVIN
    The process logic must be according to that of screen 0204 in program SAPLCV00 and must not be changed.
    2.     Create the function module OBJECT_CHECK_XXXX (XXXX = name of the SAP object).
    i need  to know how to implement that  in more detailed step by step
    as  i know DMS and  abap also.

    Hi Reda,
    Hope the below URL will help to understand how the Process of adding a object link works.
    Enhancement Without Modification of the Object Links - Engineering Change Management (LO-ECH) - SAP Library
    Thanks & Regards,
    Seshadri.

  • Object dependency doesn't work for class type 001.

    Dear All,
    I would like to use classification for picking up material.
    I set up a class with class type 001 and assign to material.
    When I use mm03 to search the material with class, the object dependency in the characterist doesn't work.
    Does the object dependency work for the class type 001?
    The example is as below.
    If the characteristic CH_CAR = '01', then the characteristic CH_COLOR can show Red and Write.
    If the characteristic CH_CAR = '02', then the characteristic CH_COLOR can show Black and Blue.
    I wrote a depency precondition for this scenior, but it does't work.
    If I change the class to type 300 and attached to a configurable material, then when I create a sales order and configure the material, and the dependency did work.
    Does the object depency only support the class type 300?

    you can have object dependency in characterisitcs attached to material class. In this thread underneath the class is 001
    Length & Width is not converted in classivication view
    you may not be able to find objects using dependencies used in classification
    Object Dependencies in Classification - Classification System (CA-CL) - SAP Library

  • Need to find the dependent object details for an object.

    Hi,
    Is there any query to find the dependent object details for any object. Like if mview is built on a table, then i should be able to find the table name with out checking code of the mview. Thanks in-advance for your support. similar way for view and functions or procedures etc...
    Regards
    DBA.

    Hi all,
    Thanks a lot for your inputs. seems i have not given full details in my post. I need to have a SQL Query to find the dependent object details not DDL.
    if i give a metriealized view name, i should get the base table names directly not DDLs...
    if i give index name i should get its corresponding table name(off course i got this already)...
    if i give a function name, i should get all the tables which are being in the function...etc...
    i am looking for a script which will cover all the aspects.....i hope i have given now enough information for this....
    Regards
    DBA.

  • DMS Object link for PRT Couldnot Display in CV02N

    Hi PLM DMS Gurus ,
    I have been investigating adding an object link for PRT which is CRVS_B screen 214. I have added this to the one document type. However, when I attempt to see the object link from the CV02N transaction, it does not appear to recognize the PRT assignment from the IA06 Change General Task List PRT Overview screen. Do any one have any idea of why this may be behaving in this way? Any feedback you can provide will be appreciated.
    When I add the Documents through transaction CF02/01 then it is showing in the CV02N transaction Object link , But if I attach the same Document# through IA06 then it is not showing it.
    steps to attach the document .
    1. Go to IA06 select a group
    2. Double click the task list and create an Operation
    3. Choose the Operation and click into the PRT button in the bottom of the screen.
    4 . Here you can find an option to attach your Document .
    5. Once you attach note down the document number and goto CV02N and see the object Link . You will not find that .
    I am doubted whether I am using the right screen number or not (CRVS_B screen 214) . Do we have any other way or anyother program & screen to show the Object link to the PRT created through IA06 .
    How do we find the program and screen which is not listed in the developement class CV ?.
    Any Inputs are highly appreciable and rewardable.
    Thanks & regards,
    Ramesh babu .P

    What you do in IA06 is using a document as an PRT. This is not the same as a objectlink between a PRT and a document. Thats why you dont see the use of the document in a tasklist in CV02n.
    Regards,
    Robert

  • DMS Object Link for SRM

    Dear All,
    Can you please provide me the object link for SRM( Inbound Delivery).
    Our team requirenment we should need to integrate with SRM through DMS (object link)
    So provide me the solution?
    Thanks
    Edited by: RS on Aug 26, 2010 1:14 PM

    Hi RS,
    Kindly follow following steps. Add the new object in DMS object link and DMS screen on new object screen with help of Abap'r.
    This can be achived with help of Abap'r and following steps:
    Purpose
    You can also link documents with SAP objects for which no linking is supported in the standard SAP System.
    Prerequisites
    In Customizing for the Do cument Management , you must maintain the key fields for the SAP objects that you want to link to document info records, by choosing Control Data  Maintain key fields.
    Process
    1. Program two screens for the following module pools for the SAP object that is to be linked additionally:
    u2013 SAPLCV00
    u2013 SAPLCVIN
    The process logic must be according to that of screen 0204 in program SAPLCV00 and must not be changed.
    2. Create the function module OBJECT_CHECK_XXXX (XXXX = name of the SAP object).
    If this object can be classified, this function module already exists in the standard system. Otherwise, copy the existing function module OBJECT_CHECK_EQUI (linking of equipment) and change it to suit the new object.
    Result
    After you have completed the above, documents can be linked with the SAP object that you have added. You define the settings for this in Customizing for the Document Management System (see: Object Links).
    Regards,
    Ravindra

  • ODS Activation Failure due to Number range object for char doesn't exist

    Hi
    I am having problem regarding ODS actvatn, My oDS is gttng fail due to number range for char object doesn't exist.
    error when checking sid for ODS.
    I have made all tests in RSRV for dat Infoobject
    can any one suggest me ...........
    points will be assigned
    kindly mail me 2      [email protected]

    Hi,
    chk tis blog.. hope it clears wat buffering is
    /people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range
    What is buffering number range:
    “Buffer the Numbers ( which system picks up from database -in case of Master Data – SIDs & in case of Transaction Data Dimension Ids) and use these buffered numbers rather than hitting the database (for each new master data records or for each new combination of SIDs to create a new Dimension Ids). So the concept is –
    “SID Number Range can be Buffered Instead of Accessing the Database for Each SID”
    Hope its clear!

  • Showin a variable description  for an info-object depending on a user login

    Hi,
    Client requirement is to show a variable description  for an info-object depending on a user login.
    e.g. a Characteristic Name is Level1 with a description as 'Level1'. If a user in Canada logs in and see a BEx report he should be able to see the description for infoobject Level1 as 'Cost center'.  A user in US may wish to see the description as 'Expense center'  etc. etc.
    Is it possible to do so ? If yes please let me know ASAP.
    Do not get confused with language dependant texts.
    Regards,
    K.Manikandan.

    Hi,
    I don't think it is possible through standard functionality, but maybe you could try a workaround.
    Create a Characteristic (say COMP) with text, and compound it with Infoobject Level1. The values and description for COMP could be
    US Cost Center
    CN Expense Center
    You could make COMP an Authorisation relevant object and check the same with regard to user login, so that the people of sepecific country see only description relevant to their COMP.
    In the report Display COMP as Description and Level1 as Key.
    But do not that compounding may have an impact on the performance, also look into the implications of the same if you need to do it for a large number of reports/objects.
    Hope it helps.
    Cheers
    Anurag
    ......don't forget to assign points if it helps......

Maybe you are looking for

  • How to fix InDesign CS5 install/program-opening problems the "right" way?

    After my second install of CS5 Design Premium, I was still having all sorts of problems with opening programs. InDesign was especially troublesome and I posted my woes at the bottom of this thread: http://forums.adobe.com/thread/661059?tstart=0 John

  • Problem saving Word doc as PDF - Vista?

    I have a pc with Vista and Word 2007. I have adobe Reader 9 or 9.1. Some free download or add on thing allows me to save word docs as PDFs. This worked fine to start with but then I found I couldn't move the PDFs I have created from one file to anoth

  • ClassLoader in JAR file not loading config file properly

    Hi all, I have an application that I am going to deploy using JavaWS, and everything works fine except for one little hitch. I have a configuration file, nvacconfig, located at NVAC.jar/config/nvacconfig. I'm trying to load this file into my applicat

  • @@SPID global variable

    I want to simulate the functionality of some MSS global variable in PL/SQL. I know that @@SPID may based on the v$session. I can just list all current users id and don't know how to get the id of my current user. How can @@SPID, @@SERVERNAME and @@ID

  • Saving Metadata back to file

    If I update metadata in a file that I imported (as a reference) into Aperture, is there any my to save (i.e. update) that data back to the file? Thanks, Ken