RMWB: Substance property tree update

Hi,
Can anyone suggest any method to update the characteristic in the property tree of a substance in RMWB transaction. I am writing an exit in which I have to calculate the value of a characteristic from calculation of values of other charcteristic. After getting the calculated I have to update the charcteristic in the property tree. Is this possible. If so suggest any method.
Thanks
Varghese

Hello Varghese
please follow recommendation of Mark.  The old FMs:
C1F2_SUBSTANCES_CREATE
C1F2_SUBSTANCES_DELETE
C1F2_SUBSTANCES_READ
C1F2_SUBSTANCES_READ_WITH_REF
have been replaced by:
C1F5_SPECIFICATIONS_READ
C1F5_SPECIFICATIONS_MODIFY
C1F5_SPECIFICATIONS_DELETE
in higher SAP EH&S releases.
Non of these FMs are (If I remember correct) released to by used by customer. The use of BAPI_BUS1077_CHANGE (or similar one) is better.
In any case: take a look here:
http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_modify.htm
http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_read.htm
http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_delete.htm
Regarding the BAPI:
http://www.se80.co.uk/sapfms/b/bapi/bapi_bus1077_change.htm
http://www.se80.co.uk/sapfms/b/bapi/bapi_bus1077_create.htm
http://www.se80.co.uk/sapfms/b/bapi/bapi_bus1077_delete.htm
With best regards
C.B.
Edited by: Christoph Bergemann on Dec 24, 2010 1:13 PM

Similar Messages

  • EH&S Property Tree Data Update/Delete

    Hi,
    I need to Update/Insert and Delete data for certain characterstics in the EH&S property tree (Tran CG02)
    Does anybody knows any standard FM's/BAPI's that can be used.
    Thanks and Regards,
    Rohit

    I dont know how much my reply would be helpful to you now. Anyways :-
    1) I do not understand why you want two set of users for the prupose.
    Rather then giving the second set of user rights to review post data is loaded into inteface table, why not get already review data in Excel Sheet to upload.
    Develop a UPDATE Integrator having parameters which will first download the data ( blank sheet first time)
    and while upload it will allow insert/update/delete and load into required tables.
    Say, suppose you are extraction basic details like
    Employee Number Salary Bonus
    111111 100000 5000
    222222 200000 7000
    Now first time when you run the WEB ADI it will download the data as above.
    You want to change the value of salary for 111111 to 150000 and delete the row for 222222.
    Updating the value would be easy . Regarding delete follow below procedure :
    Delete the record from spreadsheet, but remember this will not delete the record for 222222 from the table.
    Check for any records which exist in the table and not in spreadsheet delete the record.
    For any records which exist in spreadsheet and not in table insert it
    For any records which exist both in spreadsheet and table and has undergone any changes in column values update it
    Hope this helps

  • Where does the Bill of substance maintained in property tree?

    Dear Experts,
    Where does the Bill of substance maintained in property tree? My understanding is it shows in section 2 in MSDS under composition tab. Please correct or confirm my understanding.
    Devdatt

    Dear Devdatt
    there are by standard two options available. Both have their pros and cons:
    a.) Standard EHS Export => a process which is not user friendly and without specific access rights can not be used
    b.) There are two other output variant available which you could check if they fulfill the needs of the users etc.:
    Check e.g. Displaying Properties - Basic Data and Tools (EHS-BD) - SAP Library
    as well as:
    Displaying Specification Data - Basic Data and Tools (EHS-BD) - SAP Library
    Regarding the first one: you can only download at max 50 properties in one run; regarding the second one: I am using this rarely but it is the most flexible one; not sure if the DG properties are supported. In any case: try it.
    If neither a.) nor b.) are the right solution: just create your onw ABAP code and prepare a suitable output variant on your own. You can use the "full blown SAP scenario" here (a.g. ALV like output variants etc.) ; you need to "only" learn from ABApcode of the standard output variant so that you are able to create your own one. This approach is quite standard and used very often
    Keep in mind. if you use STANDARD property tree and you have a lot of properties/data to be read performance is in most cases "bad"
    C.B.

  • PDM Property tree issue

    Hi Friends,
    I am working as an ABAP consultant in PDM module. In the T.Code RMWB we have one folder called as specification, in the specification we have property tree for value assignment. If the specification is in Release status the user cant do changes in the property tree folder which are contain values, these are taking care by SAP standard itself. same functionality(value restraction when there is no value in the folder) need to incorporate when there is no value in the property tree folder also. I was trying to get some BADI to do the same; none of them are working for me. If any one of you working in the same module, kindly help to solve this issue.
    Thanks a lot,
    Regards,
    Boobalan.v

    Hi Friends,
    I am working as an ABAP consultant in PDM module. In the T.Code RMWB we have one folder called as specification, in the specification we have property tree for value assignment. If the specification is in Release status the user cant do changes in the property tree folder which are contain values, these are taking care by SAP standard itself. same functionality(value restraction when there is no value in the folder) need to incorporate when there is no value in the property tree folder also. I was trying to get some BADI to do the same; none of them are working for me. If any one of you working in the same module, kindly help to solve this issue.
    Thanks a lot,
    Regards,
    Boobalan.v

  • Get the property tree details of a specification of a material

    Hi All,
    I have a requirement to get the details of the properties of a specification like regulations,physical properties etc. in a report.
    please help me to get the values of the properties.
    For example, if you have the TSCA list in the regulation, i need to get the entries of that.
    I tried with the FM C1F2_SUBSTANCES_READ_WITH_REF. But it is not working.
    Appreciate your help.
    Thanks,
    Clara.

    Dear Clara
    may be I misinterpret you. This would be my understanding:
    a.) using a e.g. list of materials you would like to find the specifications related to them
    b.) then as specifications are found you would like like to get "values" read from property tree.
    As mentioned in many threads. this is EHS "core function"; therefore I would never try to generate a  new report or a new transaction to solve the demand. The best option is like this:
    a.) using CG02 you can upload a list of materials (by be some OSS might be missing in your system to do so) ; by doing this you will get a hit list
    b.) by using one of the standard output variants you will get the output as required (and quite flexible !)
    This is very user friendly. If the existing output variants are not "useful" you can create easily your own one and combine this with the "search" options as mentioned above This output variant can be designed to use "ALV".
    If you take a look on EHS standard in theory you have further options. Using HSM solution you can "map" EHS core values to a HSM master data; this data you can then analyse or e.g. distribute per ALE etc.
    The "main" issue in your approach is: what is the question which you would like to "solve" (address)? Is there the need to check values regularly ? and if so why?
    Example: in most cases there is the need to maintain in e,g. "Density" at least three data records (and if you are acting in NAFTA region may be more). The same is true for many "properties" as well; many people believe that there is only one data record per property; but this is in many cases not correct (e.g. GHS data, etc. etc.).
    Depending on the "physical data" your would like to get: partially such data is prepared in the "DG" master as well (e.g. flashpoint etc.).
    I would try always to use the EHS core functionaly as much as possible. Therefore the use of "output variants" are in most cases a very good option to solve the demand (and in 90% of the cases the existing variants are sufficient).
    Check: Search and Data Output in the Specification Information System - Basic Data and Tools (EHS-BD) - SAP Library
    But clealry you can use a combination of"function modules" as existing in EHS. Please check the links I have provided. I would suggest to analyse e..g. output variant "EXCEL" to "learn" how SAP has done the job in retrieving the data: this is always a good approach,
    C.B.
    PS:
    e.g. check Query for list of specifications or similar thread (Composition assignment in Material master, problems during filling of the material which is assigned to REAL_SUBs, dynamic linking materials to substances
    creating hit list
    E.g. check may be: http://www.sapdatasheet.org/abap/func/index-c.html
    and function groups C1F2, C1F5 in your system.
    PPS: keep in mind that it is allowed to link a material to two or more specifications; there are good reasons why this is needed; keep this in mind if you are looking for a solution option.

  • Property Tree IN Edit Report Template

    Hi Expert,
    I am working on labels in WWI, and wanted to generate a report for which I need my customize property tree in CG42. Please suggest how to get property tree in Edit report Template(CG42). Attaching the screenshot for the same.
    Advance Thanks,
    Mayank Agrawal

    Dear mayank,
    You can create a new node in the property tree only by customizing.
    First you need to know what characteristics it should have as this is part of a class.
    I have listed the steps below which might be helpful.
    First Create a characteristic(s) for the node which is actually a Value assignment type using CT04.
    Create a Class using CL01 with class 100 and Assign all the characteristics to this particular class.
    identify under which property tree, your node should appear.
    for eg: Goto the txn CG02, select any real substance, in the property tree of IH, select any value assignment type under a node Limit values and regulations such as labelling(EU) and press F1 to view its description and u will find the Value assignment type as SAP_EHS_1023_001.
    In customisizing, Select Setup Property trees under EHS - basic data tools - specification management - Specification database structure - Settings for value assignment type .
    Select your property tree eg IH, select value assignment type assignment and insert your node.
    By this way, U will be able to insert your node in the property tree. Now exit the screen and goto txn CG02 to find your node listed in property tree.
    Go to Set Up Property Trees under SPRO; select the standard property tree and click on Value Assignment Type and assign the Class to a Node under which you want to.
    i.e adding a node in a property tree.
    Prerequisites for adding an node to a property tree.
    Creation of class (T_code CL02) & Charactertics (T_Code CL04)
    Assigning the charactertics to class.
    Assigning the VAT to the Property Tree
    Now you need to  assign the VAT to the property tree, make sure you give the correct ID & level so that the new node appears in the exact level as you desired.
    Check the following threads as well.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a7/286ec70a6c11d28a220000e829fbbd/content.htm
    http://help.sap.com/saphelp_470/helpdata/en/a7/286d1d0a6c11d28a220000e829fbbd/content.htm
    http://scn.sap.com/docs/DOC-40989
    Regards
    Dhinesh

  • BDC Program for Uploading Data for Property Tree in cg02

    Hi,
        How to upload data for property tree ( standard Properties ) of CG02. I checked for BAPI or Function Module but most them supports for specification header and sub item. 
    Please Let me know if any function module or BAPI available for this process.  I tried with BDC Program, but it fails.
    Regards,
    Rajesh Kumar Murugesan

    Hallo Rajesh
    take a look here:
    http://help.sap.com/erp2005_ehp_06/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Chapter "Import and Export".
    1.)  Reads cross these further chapters:
    "Tools (EHS-BD-TLS)" => "IMport and Export" => "Import: Process" => "Specifying the Sequence of the External Data Structure "  => "External File Structure: Specification"
    Here you will learn how to prepare the data. In chapter:" Example: Transfer File for Specifications" you will find an example of an file whcih could be used to upload data in the property tree
    2.) Chapter:" Importing Specifications"  is explaining the steps whcih are need to populate the property with data using the file as prepared; read cross chapter "Specification Import Control"
    I hope this helps.
    C.B.
    Edited by: Christoph Bergemann on Feb 4, 2012 6:59 PM
    Edited by: Christoph Bergemann on Feb 4, 2012 6:59 PM

  • Mapping regulatory data for food contact in property tree

    Hi,
    I am looking where I can mapp food contact regulatory data in the standard property tree. I am thinking of one of the properties mentioned in the notification/reporting tree. Of course I always can build my own property but I want to use the standard as much as possible. Has anyone experience with mapping this kind of information and cam tell me which property best is used?
    Thanks,
    Paul

    Hello Paul
    do you use the standard SAP property tree (delivered e.g. in former times by CLEO)? If so I believe you can use a number of properties. As I do not know the recent status of the property tree provided by SAP I can give you only "hints":
    Normally if you use one of the available data providers of legal content you will get a "draft"/"default" mapping to the Standard propety tree of SAP (e.g. regarding food regulatory content data as well)
    SAP has started to "group" extensively the properties; one "group" is the "notification/reporting tree".  As a matter of fact the Standard property tree is provdied without phrases and assigned phrases to phrase sets. Therefore many SAP EH&S users use a data provider to get these mappings and most of these SAP EH&S users using a data provider to get the legal content.
    So I am sorry: as I do not know in detail the recent proeprty tree I can not give you a hint which property is the "right" one; but i Know there is one property (and the notification/reporting sub node is a good option to check the properties)
    With best regards
    C.B.
    Edited by: Christoph Bergemann on Aug 27, 2011 7:28 PM

  • Component type in property tree

    Hi Experts,
    Can you please provide me the details about what is the component type in a property tree of a specification and how can we find which component type is assigned to a specification property  tree.
    Thanks in Advance
    Regards
    Kapil

    Dear Kapil
    you misinterpret the data model of EHS. The "Component type" is just "customizing". This customizing is used in any !! value assignmen type C (composition); We have may be 50 (or more; I do not have counted them) value assignment type of type C in STANDARD tree; so there is no answer to your question possible as component type can be used very often in different contexts
    C.B.

  • Import Standard Property Tree

    Hi Experts,
    We are trying to use property tree Export - Import functionality to move the Standard Property Tree across the landscape, the import job is getting completed but the classes are not created in the target system, should we take care of anything in particular while importing property tree, looking forward to your suggestions, thanks
    Praveen

    Hi
    Sorry, use CGB7 (IMG / Environment, Health & Safety -> Basic Data and Tools  ->  Specification Management  ->  Specification Database Structure  ->  Settings for Value Assignment  ->  Adopt Standard Specification Database Structure )
    Maye you need to execute CGVAI02 (IMG / Environment, Health & Safety -> Basic Data and Tools -> Specification Management -> Specification Database Structure -> Settings for Value Assignment -> Set Up Table-Based Value Assignment )
    Regards.
    JCD
    Edited by: Juan Carlos Delgado Peña on Jun 1, 2011 11:22 AM

  • [svn:fx-trunk] 16620: Localization property file update 4.5.0.16617M

    Revision: 16620
    Revision: 16620
    Author:   [email protected]
    Date:     2010-06-22 12:20:25 -0700 (Tue, 22 Jun 2010)
    Log Message:
    Localization property file update 4.5.0.16617M
    Modified Paths:
        flex/sdk/trunk/frameworks/build.xml

  • [svn:fx-trunk] 16284: Localization property file update 4.5.0.16271

    Revision: 16284
    Revision: 16284
    Author:   [email protected]
    Date:     2010-05-21 11:06:32 -0700 (Fri, 21 May 2010)
    Log Message:
    Localization property file update 4.5.0.16271
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/layout.properties

  • [svn:fx-trunk] 15797: Localization property file update 4.5.0.15795

    Revision: 15797
    Revision: 15797
    Author:   [email protected]
    Date:     2010-04-28 14:36:14 -0700 (Wed, 28 Apr 2010)
    Log Message:
    Localization property file update 4.5.0.15795
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_da. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_de. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_es. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_fi. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_fr. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_it. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_ja. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_ko. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_nb. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_nl. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_pt. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_ru. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_sv. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_zh_ CN.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_zh_ TW.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_da.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_de.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_es.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_fi.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_fr.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_it.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_ja.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_ko.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_nb.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_nl.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_pt.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_ru.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_sv.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_zh_CN.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_zh_TW.properties

  • [svn:fx-trunk] 15506: Localization property file update 4.5.0.15494

    Revision: 15506
    Revision: 15506
    Author:   [email protected]
    Date:     2010-04-16 09:52:50 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Localization property file update 4.5.0.15494
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_da.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_de.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_es.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_fi.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_fr.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_it.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_ja.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_ko.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_nb.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_nl.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_pt.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_ru.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_sv.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_zh_CN.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_zh_TW.properties

  • [svn:fx-trunk] 14925: Localization property file update 4.5.0.14923M

    Revision: 14925
    Revision: 14925
    Author:   [email protected]
    Date:     2010-03-22 16:07:48 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Localization property file update 4.5.0.14923M
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/da_DK/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/de_DE/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/es_ES/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/fi_FI/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/fr_FR/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/it_IT/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/ja_JP/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/ko_KR/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/nb_NO/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/nl_NL/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/pt_BR/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/ru_RU/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/sv_SE/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/zh_CN/olap.properties
        flex/sdk/trunk/frameworks/projects/datavisualization/bundles/zh_TW/olap.properties

Maybe you are looking for

  • First direct link in google search causes "Internet Explorer blocked this site from downloading"

    I've disabled both the Adobe Reader Add-on and the Adobe PDF Link Helper to force IE 8 to open PDF's outside of the browser i.e in the stand alone reader application. After doing this I did some testing, a google search for "test pdf" produces numero

  • Icloud manual backup

    Hello. I am on ios 8.1.3 and I can not figure out how to do a manual backup. I go to settings --> icloud--> Storage--> Manage Storage. I can not find the "Backup Now" button anywhere. Did they get rid of this?? It says my last backup was yesterday bu

  • Feed Not Working -- file problems?

    Hello, I am having some problems with my feed downloading. I had it working a while ago, but then I've deleted my only episode and started anew. I've checked with feedvalidator and it's ok... but I don't understand why it's not working now. I thought

  • ABPA  code to compress table into a table of fixed-length strings

    Hi all, I need to compress a large, sparse table into a table of fixed-length strings in my ABAP code, and then uncompress it.  Is there a standard format or facility to do this?  I seem to remember a function that does this, but any other hints woul

  • How can I detect database role BEFORE mounting database?

    Once a database is mounted, it is possible to query the V$database view to check the database_role IE: Primary, Physical Standby or Logical Standby. When starting a Physical standby, the correct sequence is to: SQL> startup nomount SQL> alter databas