cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

salts of drug precursor

Former Member
0 Likes
198

How can we enable salts of drug precursor through sap expert rule ? I need rule to give warning message if such salts are present at certain threshold ?

-Krishna

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Likes

Dear Krishna

please close thread:

PLease check thread:

In most cases the story is different in comparison to your question

As explained in paralell thread:

a.) you create REAL_SUB

b.) you create compositions (PURE_SUB getting data from LIST_SUB)

c.) on LIST_SUB level you load/manage content (e.g. salts of drug precursor9

If you do not buy content(and i have no clue if you would buy content if there is a "rule" inside for such calculation) you can clearly use EHS expert to "calculate" something. In most cases the result is written "back" to REAL_SUB. Story is simple. a "warning" during calculation might not be sufficient. You would like to have a "search" option as well (let the system check whether there is a "regulated" drug precursorpart of your REAL_SUB.; so user can search for such REAL_subs)

Therefore: EHS Expert Rules are the most common used approach to "calculate" something and write the result back to REAL_SUB. (EHS Experrt Rules are "state of the art for such topics in EHS)

Steps are now quite simple:

1.) if you do buy content: check property in which the "drug" information is stored

2.) define a "composition" which the "rule" should look at. By using the composition you can read data from component and then decide: is there a component available having a "drug" information maintained? And if is the"content" of component higher than a "threshold" limit

If so: check for a "second" compositon (property of type composition) and then you can write back result to REAL_SUB

C.B.