cancel
Showing results for 
Search instead for 
Did you mean: 

Logic of Identifier conservion (IDENT -> IDENTNM of ESTRI)

0 Kudos

Hi there.

I have a question about the t

I tried to search a substance with an identifier in CG02, so I entered some information about type, category and identifier like following screen.

(There are som Korean in this pic, though...)

As you know, after I entered the data and hit the search button, the system would read IDENT filed of ESTRI table.

And also, I guess, the system would convert the IDENT data (vcm-vcm123) to IDENTNM data (like VCMVCM123).

There are some logics of this activity - like chainging to UPPER CLASS, and delete special letter (like -, *).

So, I want to know wheather a specific function about this exsists or not.

If the function already existed, let me know what it is. Or just let me know how I can find the function effectively.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I found a function module 'C147_STRING_NORMALIZE_GENERIC'.

This function is very useful converting IDENT to IDENTNM.

christoph_bergemann
Active Contributor
0 Kudos

Dear all

this functionlity is realized e.g. as a form routine in one include of SAP EH&S. The function module referred above is part of the logic. This functionality is "core" EH&S and used very often (during searching, maintaining, import etc.). It is part of "old" logic (like C1F2 function group) and part of new logic (C1F5).

E.g.: function modules:

C1F2_SUBSTANCES_READ

C1F2_SUBSTANCES_READ_WITH_REF

C1F5_SPECIFICATIONS_READ

can be used to "search" for identifiers

and e.g. C1F5_SPECIFICATIONS_MODIFY can be used to write identifiers.  (may be refer to: http://scn.sap.com/thread/1857607)

What are you really looking for? What is the intention of your question?

C.B.

Answers (0)