cancel
Showing results for 
Search instead for 
Did you mean: 

Easy Way to get List of Interface Mappings using Java / Imported Achives

bhavesh_kantilal
Active Contributor
0 Kudos

Hello,

Is anyone aware of a easy way to get a list of all Interface Mappings in a SWCV using Imported Archives (Java Mappings).

We are working towards a upgrade and would like to have this info to consolidate our testing plan etc but there seems to be no easy way to do this.

Any pointers?

Regards,

Bhavesh

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Bhavesh,

You could do an RFC lookup in table SMPPMAP3 wherein you need to use:

STEP_VERSION_ID = GUID of your Software Component Version

Choose the values:

MAPTYPE = JAVA and/or JAVA_JDK

STEP_OBJECT_ID = 00000000000000000000000000000000

The reason for this is STEP_OBJECT_ID is always 0 whenever you are using imported archives and with the MAPTYPE filter it will always select those that use Java Mapping.

Hope this helps,

Mark

bhavesh_kantilal
Active Contributor
0 Kudos

Markus, I take a bow! Awesome answer. I havent tried this but I have a feeling this will work. Will confirm once again

Mickael, Unfortunately on XI 3.0, a where used list of your Imported Archives does not give you a list of IM's using the Imported Archive.

Ninu, Markus's answer answers it

Regards

Bhavesh

markangelo_dihiansan
Active Contributor
0 Kudos

Thanks Bhavesh! One more thing, the STEP_OBJECT_ID should not be a range, rather it should be Equal to 0, otherwise it would select those not equal to 0 too.

Regards,

Mark

bhavesh_kantilal
Active Contributor
0 Kudos

Mark, Looks like the Step Objects ID option is available only from PI 7.1

XI 3.0 does not have this column in the XI Table :(.

Any other pointers?

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Bhavesh,

Apologies for the late response, if there is no STEP_OBJECT_ID, then I guess this is the next best approach:

1.) STEP_VERSION_ID will still be the GUID of the SCV

2.) MAPTYPE will still be JAVA to JAVA_JDK

3.) PROG = exclude single values com/sap/xi/tf*

Hope this helps,

Mark

bhavesh_kantilal
Active Contributor
0 Kudos

Mark,

Thank You, The answer was staring at me all along but never realized it! problem resolved for sure!

Regards,

Bhavesh

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Bhavesh,

Please let me know if you were able to find the solution... because i have never been able to do a where used of archive in 7.0.. In 7.1 it works.

REgards,

Ninu

Former Member
0 Kudos

Hi Bavesh,

In ESR, have you try the menu: "Object > Find" ?

by selecting (or not) a SWCV, and by choosing: Object Type > Mapping object > Imported Archive.

That's an easy way to have all imported archive.

regards

Mickael