cancel
Showing results for 
Search instead for 
Did you mean: 

Determining where UDF Methods are used

Former Member
0 Kudos

I need to determine where all methods of all UDF's are used. Where Used shows where the UDF itself is used, but not what method. When these methods were orignially created, there was no documentation and I am now required to create same.

Is there a way other than clicking on every field in every mapping to document this? I know I can utilize the Where Used to get the namespace and message mapping, but I was looking for something more granular, like namespace/mapping name/field/Method Name.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

IMO, I don't see any automated way to get granular details of the method name, field details as you mentioned. At least I would use function library that can show list of methods that are being used for that software component version.

Answers (2)

Answers (2)

Muniyappan
Active Contributor
0 Kudos

Hi,

Is there a way other than clicking on every field in every mapping to document this?

this is your answer. you have no other way to do this as explained by Baskar,Mickael.

Regards,

Muniyappan.

Former Member
0 Kudos

Hi,

If your UdF have been defined in one or several Function Library, you can find all of them by using Search option, see ESR menu "Object - Find", and then in "Object Type", choose "Function Library" under "Mapping Objects". And click directly on button "search". No need to provide a name or a SWCV or a namespace.

Note: when you have the list of Function Library, you can then do a where-list (manually on each one) to know in which Message Mapping they are used.

For UdF which have been defined locally in a Message Mapping, well, in my mind, there is no magic button to get them all.

regards.

Mickael