Environmental Compliance Management

Hi friends
Help me how to do the environment compliance management, Emissions Management, Health & Safety, Compliance for products.
Kindly do the needful
Thanks and Regards,
Arul.

HI,
Pls. find some details about EH&S ( Environment,Health & Safety) as below:
Basic Data and Tools (EHS-BD)
Purpose
This SAP component contains data and functions that you require for several areas of the SAP component Environment, Health and Safety (EH&S).
Implementation Considerations
The Basic Data and Tools are the prerequisite for you to be able to use the other SAP EH&S components:
·        Product Safety (EHS-SAF)
·        Hazardous Substance Management (EHS-HSM)
·        Dangerous Goods Management (EHS-DGP)
·        Waste Management (EHS-WA)
·        Occupational Health (EHS-HEA)
·        Industrial Hygiene and Safety (EHS-IHS)
This means that regardless of which of the SAP EH&S components you want to use, you need to process Customizing for Basic Data and Tools and create the necessary data in Basic Data and Tools before you implement the other components.
Integration
You must have installed the following SAP components to be able to use all the functions of Basic Data and Tools:
·        Engineering Change Management (LO-ECH)
·        Document Management (CA-DMS)
·        Classification System (CA-CL)
·        Material Master (LO-MD-MM)
·        Sales and Distribution (SD)
Features
Basic Data and Tools contains the following SAP components:
·        In specification management you enter all environmentally relevant data and other data for substances (pure substances, preparations, mixtures, and residual substances), agents, packagings, and waste codes in specifications. This data includes information on identifiers, material assignments, compositions, listings, properties, and assignments to regulatory lists.
You can also enter data for dangerous goods regulations and dangerous goods classifications in specifications. You can use the filling function from the SAP component dangerous goods interfaces to copy dangerous goods classification data to the dangerous goods master. For more information, see the documentation for the SAP component Dangerous Goods Management in the sections Dangerous Goods Basic Data, Dangerous Goods Classification, and Tools.
You can copy data on dangerous goods storage classes, VbF classes, and water pollution classes to Warehouse Management. For more information, see the Implementation Guide (IMG) for Logistics Execution under Transfer Hazardous Substance Data from the Specification Database.
·        In the specification information system you can access specification data directly and display it in different ways.
·        In report definition you set up the prerequisites for being able to print specification data on EH&S reports (such as material safety data sheets and standard operating procedures). You design the layout of report templates using Windows Wordprocessor Integration (WWI), which gives you access to Microsoft Word functions. Specially defined symbols in the report templates are replaced by values from the SAP system when reports are generated. Phrases are printed in the languages specified. You use ratings and validity areas to specify that only permitted specification data appears on the report.
·        You can create standard texts in the form of phrases in phrase management, reducing the amount of writing and translating necessary. Phrases are managed in libraries.
·        Under the tools you will find functions for importing data from legacy systems, exchanging and distributing data between systems, editing it, and archiving it.
Hope this helps.
Regards,
Tejas

Similar Messages

  • Integration of SAP ECC 6.0 with SAP Environmental Compliance 3.0

    Hi Friends,
      We have SAP ECC 6.0 running on Sun Solaris with Oracle as the DB. Now we are in the process of installing SAP Environmental Compliance Version 3.0  which is running in Windows 2008 Server and with SQL Server 2008 as its database.
         I'm looking for an answer on how to integrate the SAP ECC 6.0 to SAP EC(Environmental Compliance) system.
    Kindly provide your valuable inputs.Looking forward to hear from you soon.
    Thanks and Regards,
    Vimal

    Hello Vimal
    regarding this software a number of publications are available:
    http://help.sap.com/saphelp_ec30/EC300_FuncDocu_EN.pdf
    Here you will find the list of rerequisites etc. and  the integration e.g. into SAP EHS Management is explained.
    In any case. The SAP marketplace is the right place to take a look regarding  prerequisites and how to integrate this software with SAP core (SAP ECC 6.0) or with SAP EHS Management software.
    As SAP EHS Management is technically part of ECC 6.0 the link to SAP Enviromental Compliance should be possible.
    With best regards
    C.B.

  • Environmental Compliance 3.0- Extension point

    Hello everybody,
    It's necessary to explore new area for me  - extension points.
    Please explain what is it?
    How to connect an extension point or plug-in, and what is the plug-in?
    Where it will be displayed on the EC interface?
    Environmental Compliance 3.0 ru
    You can send information to [email protected]
    I appreciate any help.

    Hello Srinivasa,
    Yes it is possible to maintain emission data - manually.
    Navigate to Emission Management --- Select the facility object for which you want to assign emissions --- select Emission Tab page and -
    Create emission Information. Ensure before entering manual emission data, assign Consumption Maerials - Otherwise you can not maintain data.
    To create materials navigate to Master Data Management and select materials
    Thanks
    Jayakumar

  • Web Dynpro JAVA developer attempting to unravel Environmental Compliance source code seeks guidance from EC NWDS Composition Environment specialist

    It frustrates me to have to ask for detailed instruction on this issue, but normal means of importing these Java-based EC software archives just aren't working in our NWDI system. We never moved our production WDJ applications to CE (like so many others we jumped straight from NW7.01 to NW7.3) but I'm doing my part to come up to speed on composition projects. No matter how we create the NWDI track and import the software archives and dependencies, we can't get to a state where we can successfully import a project (product?) from the Development Infrastructure into the Composite Explorer perspective.
    I need to know specifically how I, an experienced WDJ developer with no exposure to CE, can take the five .SCA files that contain Environmental Compliance 3.0 and get the project into my NWDS 7.31 workspace in a workable state, on my local system, without NWDI. Actual code modifications can wait for the moment, I just need to analyze the classes and EJB's to identify where we might want to make enhancements, and where/how to use the provided Enhancement Spots. I've followed the links, downloaded the .pdf's, read the online help, stepped thru the tutorials - I've done my due dilligence. It's common knowledge that Composition Environment is no longer recommended for new development, and as the EH&S programs are converted to WDA there are even fewer resources to look to.
    These specific types of pleas don't often return results, as I have learned over my years in this community, but nothing ventured-nothing gained, and I am no longer afraid of looking dumb or being scolded. I just need help.
    As always, points will be awarded.

    I agree in part Tobias.
    Because the source code is in the SCA within the src.zip file within each SDA.
    What does not exist within that SCA Standard is the SOURCEARCHIVES folder. In that folder should be a file (the extension .dcsa) for each DC (component) that SCA Standard.
    In short, yes it is possible to perform a reverse engineering...
    Just import the SCA Standard in NWDS.
    Note the name and type of all DCs, its dependencies and its public parts... yes, it's a lot of work, as there are many interdependent DCs.
    Done so, create a new workspace in NWDS and create a new SCA in DI (custom), inside it create all DCs with the same names and types (and dependencies)... identical to SCA Standard.
    And soon after, entering the SRC folder of each of these projects (DCs) and replace its contents with the contents of src.zip file that is contained within the SDA files within the SCA Standard.
    That done, we will have an SCA Custom with all representative of the SCA Standard DCs, but editable.
    I agree it is not nearly a good practice, or even that SAP indicate that this is done... however, it is possible yes.
    Att,
    Angelo

  • Sun Identity Compliance Manager Questions

    Hi Everyone,
    We are looking for a complete list of supported managed resources for the Sun Identity Compliance Manager (SICM) tool.
    Also we have the following specific questions:
    1.     Does SICM have connectors/adapters to Solaris 8/9/10 and Oracle EBS (as managed resources) to perform access certification of user accounts and associated entitlements/privileges/roles.
    For example: Can SICM be used to analyze/report on the status of current and newly provisioned Solaris unix-level accounts and associated RBAC roles (say) -or- Oracle EBS accounts and associated roles /responsibilities to identify if they have been certified or have any SOD conflicts?
    2.     Can SICM be implemented as a fully functional stand-alone product as opposed to it being integrated with Sun Identity Manager (SIM) ?
    3.     In a scenario where SIM and SICM are integrated, can SIM do a hand-off to SICM for SOD analysis and checking as part of it account provisioning workflows?
    Any insight and/or pointers will be greatly appreciated!
    Thanks in advance and please let me know if there is a more relevant forum to post this question.
    -TS

    I have resolved the problem, the problem is because of the idmmanager attribute. In onsite they are using some other idm 6.0 with some patch, so they are getting the idm manager attribute but in offshore we dont have any patch installed for getting the idm manager attribute. Do you have any idea about how to get the idm manager attribute in the idm 6.0 with some patch? Thanks for your help ya.

  • Ciscoworks 3.2 RME Compliance Management w/ 802.1x Port Configs

    I am currently trying to use LMS 3.2 Compliance management to verify and alter our access port configurations for 802.1x. Below is our current configuration:
    switchport access vlan XX
    switchport mode access
    authentication control-direction in
    authentication event fail retry 0 action authorize vlan XXX
    authentication event no-response action authorize vlan XXX
    authentication port-control auto
    authentication periodic
    dot1x pae authenticator
    dot1x timeout quiet-period 10
    dot1x timeout tx-period 10
    dot1x timeout supp-timeout 10
    dot1x max-req 1
    dot1x max-reauth-req 1
    storm-control broadcast level 75.00
    spanning-tree portfast
    spanning-tree bpduguard enable
    I require the configurations to be changed to:
    switchport access vlan XX
    switchport mode access
    authentication event fail action authorize vlan XXX
    authentication event no-response action authorize vlan XXX
    authentication port-control auto
    authentication periodic
    dot1x pae authenticator
    dot1x timeout tx-period 8
    storm-control broadcast level 10.00
    storm-control multicast level 10.00
    spanning-tree portfast spanning-tree bpduguard enable
    Addtionally, I require LMS to verify that the port is indeed an access port with 802.1x already applied to it before adjusting the configurations. I have tried pushing this compliance check out with a prerequisite of having "switchport mode access" applied to it, and then having the next command set state:
    Submode: interface [#Ethernet*/*/*#]
    - dot1x max-req 1
    - dot1x max-reauth-req 1
    + no dot1x max-req 1
    + no dot1x max-reauth-req 1
    This was a simple test on a single device to see if I could remove the limits on authentication and requests entered. The job states successful and there are no devices that are non-compliant, however no changes to the device configurations have been made. I seek assistance in command syntax or if there is another way to push this out, as I have about 1k network devices to go through and make these changes.

    The following tempalte should do what you want:
    Name: Global     SubMode: No      isPrerequisite: No
    Ordered : No     Prerequisite-Commandset : none     Parent: none
    Name: Switchport     SubMode: Yes      isPrerequisite: Yes
    Ordered : No     Prerequisite-Commandset : none     Parent: none
      interface   [#FastEthernet.*#]
    +[#switchport mode access#]
    Name: 802fix     SubMode: No      isPrerequisite: No
    Ordered : No     Prerequisite-Commandset : Switchport     Parent: Switchport
    -dot1x max-req 1
    -dot1x max-reauth-req 1
    Note that I have changed to [#FastEthernet.*#] to be applied on
    FastEthernet interfaces.

  • Compliance Management in B2B

    Hi, can anyone help in how we can answer for Compliance Management in B2B

    Hello,
    Can you please elaborate this query to help us answer better.
    Rgds,Ramesh

  • Compliance Management in LMS 3.2

    I'm having a hard time getting Compliance Manager to accept a "banner login" command I'm attempting to use on 6500 IOS switches. I've edited the template, tried cut-&-paste, looked for the archive file on the server to directly modify it (without success), among other things. I have this feature functioning correctly on CatOS switches, but can't seem to get it properly set on IOS switches. What's the limit, as far as the template is concerned, on the number of characters with this type of command? Where are the archive configs located on the server; in the "shadow" directory?
    Thanks,
    Rick

    Not sure what you mean when you say "not accepting", but I had some trouble with compliance templates and checking banners.  My issue was with multi-line commands as mentioned in the last post of this thread: https://supportforums.cisco.com/message/638950#638950
    Once I put the in the template it worked fine.  The thread is discussing LMS 2.6 but was applicable in my 3.2 environment.  Hope that helps.

  • Does Cisco Prime have a replacement product for NCM or Network Compliance Manager?

    Does the Cisco Prime application development team have a product that replaces the NCM or Network Compliance Manager?

    Both Prime and LMS can do baseline compliance, after a fashion. LMS's is much more mature in my estimation. Prime is more around the lines of deploying templates.
    The regulatory compliance functions as of now are in only LMS's Compliance and Audit Manager (CAAM) function. It's quite useful, matching the baseline compliance features.
    An LMS license is included with PI, but it does need to be on its own server (or separate VM).

  • Installing Security and Compliance Manager on Windows 8.1

    Hi
    I am trying to install Security and Compliance Manager on my Windows 8.1 workstation.  The install is trying to install SQL Express 2008 which seems to not be compatible with Windows 8.1 and that is were the install ends.
    I tried installing SQL Express 2012 and then running the install but it looks like the database is not installed.
    Is there a new version of Security and Compliance Manager that addresses this or does anyone know how to set up SQL to accept Compliance Manager?

    Open Regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
    Delete this key under Session Manager "PendingFileRenameOperations". Restart the installation and it will work fine.
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Microsoft Security Compliance Manager V3 and create GPO

    I have created a GPO backup from the compliance manager for Windows 7 SP1. I am trying to find documentation for the exact process of importing these settings into a newly created "blank" gpo. In review of the Backup.xml file, I can see that
    it references Contoso.com (the generic MS domain for examples, etc). Is there a clear documented process for configuring the template then creating a domain GPO? Any help is greatly appreciated!
    wjk

    Hi,
    Thanks for your post.
    SCM Baselines for Windows 8.1, IE 11 and Server 2012 R2 are now live!
    http://blogs.technet.com/b/secguide/archive/2014/09/04/scm-baselines-for-windows-8-1-ie-11-and-server-2012-r2-are-now-live.aspx
    For more SCM related issue, i think you may ask in:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=compliancemanagement
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Cisco Works Network Compliance Manage NCM

    I'm working on the Cisco Works Network Compliance Manager.
    I would like to add a device which is behind a firewall.
    For this I use the option bastion host to authen. on the firewall and
    to get access to the device self.
    The problem is the firewall is not listing  to the port 22/23, it a different port number
    like example 1234.
    Is it possible to change the port  manually in a configfile, as the webinterface has no option for this  ?
    I use the version 1.7.1 the latest one.

    Both Prime and LMS can do baseline compliance, after a fashion. LMS's is much more mature in my estimation. Prime is more around the lines of deploying templates.
    The regulatory compliance functions as of now are in only LMS's Compliance and Audit Manager (CAAM) function. It's quite useful, matching the baseline compliance features.
    An LMS license is included with PI, but it does need to be on its own server (or separate VM).

  • RME - Compliance Management - Deploy strangeness

    Hi All,
    Here is an interesting one. Got a selection of Compliance management jobs and am having trouble with the deploy phase. Basically I am looking for the following on a series of devices and then removing it.
    - [#radius-server host.*#]
    So when this runs, it matches what I expect (shown below)
    no radius-server host x.x.x.x auth-port 1812 acct-port 1813 key 7 XXXXXXXXXXXX
    However when I deploy this, the line above remains on the device?
    I have tried changing the compliance check to
    - radius-server host x.x.x.x auth-port 1812 acct-port 1813 key 7 XXXXXXXXXXXX
    To see if its a regex problem of some form and the job does exactly the same, i.e. it matches the line and tries to deploy however doesn't work?
    Any ideas?

    Hi Yidabear,
    Its not a pre-requisite problem as the pre-requisites are fillfilled and hence it deploys the rest of the config to the devices in question. For some reason it is just this one line that it has a problem with. Strangely enough, we had a similar issue with the same format of TACACS server line. It seems to happen when you have the "key 7 xxxxxxxxx" value at the end? Even though it finds it and tried to remove it it fails.

  • Security Compliance Manager - version 3.0.60

    Does anyone know if this version of Security Compliance Manager supports Windows Server 2012 R2:  
    3.0.60

    Hi sayerdi,
    As this question is related to Security Compliance Manager (SCM), for quick and accurate response, I would like to recommend that you ask the question in the SCM forum at
    https://social.technet.microsoft.com/Forums/en-US/home?forum=compliancemanagement . It is appropriate and more experts will assist you.
    Additionally, there is a similar thread about SCM for Windows Server 2012 R2 for your reference.
    https://social.technet.microsoft.com/Forums/en-US/9a0b831e-5d38-4b26-9191-16286f10ecab/scm-update-for-windows-81-and-windows-2012-r2?forum=compliancemanagement
    Thanks,
    Lydia Zhang

  • Microsoft Security Compliance Manager - Failed to installed

    Every time I try to install Microsoft Security Compliance Manager right when I getto the part where I'm installing it, it gives me this error:
    Microsoft Security Compliance Manager Setup Wizard failed while starting the installation/uninstallation The given path's format is not supported.
    Then closing the installation and telling me it failed.
    Please help I need to install this for a class.

    Hi,
    Thanks for your post.
    SCM Baselines for Windows 8.1, IE 11 and Server 2012 R2 are now live!
    http://blogs.technet.com/b/secguide/archive/2014/09/04/scm-baselines-for-windows-8-1-ie-11-and-server-2012-r2-are-now-live.aspx
    For more SCM related issue, i think you may ask in:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=compliancemanagement
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Iphoto so slow i can't do anything

    iPhoto and I are not friends and have not been for a long time. I open the program, it thinks... and thinks... it is so slow, I can't actually even get past the thinking. Right now, I am trying to sync my iPhone... and iPhoto is thinking and thinking

  • 2nd Gen Nano help

    I was given a 2nd gen Ipod Nano when I bought a guys other iPod. He gave it to me saying it wouldn't turn on so it's not like I got ripped off or anything. I've left it plugged in for hours, tried the reset menu and center thing several times also. A

  • Collect statement issue

    Hi all, I have a requirement in which I am using Collect statement to club the numeric values. TYPES: BEGIN OF  ST_VBBE ,                   MATNR TYPE VBBE-MATNR,                   WERKS TYPE VBBE-WERKS,                   OMENG TYPE VBBE-OMENG,      

  • Help I can't run boot camp

    Process:         Boot Camp Assistant [355] Path:            /Applications/Utilities/Boot Camp Assistant.app/Contents/MacOS/Boot Camp Assistant Identifier:      com.apple.bootcampassistant Version:         5.0.1 (456) Build Info:      BootCampAssistan

  • Support for AIR 3.5?

    AIR 3.5 is now released.  Is there guidance on how to use AIR 3.5 with FlashBuilder 4.7 Beta?