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

Function Module needed to identify the real substance

Former Member
0 Kudos
649

Hi Experts/Gurus,

I am looking for a function module that would provide me with the list of all the real substances when I happen to know the pure susbstances and provide it as an input & the condition to obain the real substance is that all these real substances have the pure susbtance ( given as an input ) assigned to them in the composition tab, for  VAT = SAP_EHS_1012_001 and and are solvent (ESTVP-COMPCAT).

Thanks in advance

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

christoph_bergemann
Active Contributor
0 Kudos

Dear Ansh

Andreas showed the most useful function module. But may be you need to be more specific with your question. E.g. a specification can be used "direct" and "indirect". The answer to your question is therefore only possible if you are "precise".

Check e.g. SAP ABAP Function Module C1F2_SUBSTANCES_FIND_BY_CMPNT - SAP Datasheet - The Best Run SAP Run SAPDat...

A more general list of useful function modules is listed here: SAP Function Modules Documentation Repository - Function Module Index C1F2_EXIT_GET_COMP_TREE - C1F2... (I am only aware of a german version of this link; sorry)

May be: C1F2_SUBSTANCES_USED might be useful as well.

Your question (or similar one) have still been raised. E.g.

and

C.B.

former_member215646
Participant
0 Kudos

Hi Ansh,

You could use FM C1F2_SUBSTANCES_FIND_BY_CMPNT for this purpose.

You specify the pure substances (internal key RECN) in I_CMPNT_KEY_TAB and the VAT in I_ESTCAT_TAB.

There is also the possibility to filter the results by certain attributes of the composition tab (I_COND_ESTVP), but it is not documented that the COMPCAT is supported. But it is worth a try.

Regards,

Andreas