Product Lifecycle Management Blogs by Members
Get insider knowledge about product lifecycle management software from SAP. Tap into insights and real-world experiences with community member blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

     This utility report is really useful when you want to assign the value to identifier of create a identifier for a specification.

     Even we have "CG02" as a slandered Substance Workbench we have to use the manual approach to deal with each specification. As an ABAP consultant I spent considerable amount of time to figure out the beast way of automating this and I am assuming that this is really useful.

In the following sections I am going to explain the development approach in detailed.

Advantages:

  1. When we want to change/update manufacture name.
  2. Want to assign or update the CAS number..
  3. Want to assign the country specific identifiers.

  In the following sections I am going to explain the development approach in detailed.

Selection Screen:

Design and Development:

  1. Import the Specification data from ESTDH.
    1. Import RECNROOT and Identifier Information from ESTRI.
  2. If Assign New Identifier Option selected prepare the data to assign the Identifier.
    1. Make sure we have Specification data such as Specification, Identifier information, Language code, Recon Root Number.
    2. Call BAPI BAPI_BUS1077_CHANGE to change Substance.
  3. If the Modify Identifier selected prepare data to modify Identifier.
    1. Make sure we have Specification data such as Specification, Identifier information, Language code, Recon Root Number.
    2. Call BAPI BAPI_BUS1077_CHANGE to change Substance.
  4. Please see the attached source code for remaining details.
  5. Output:

2 Comments