Hello experts,
I am doing multimapping with MessageTypes(Source & target) from diff swcvs. And my mapping in another(or 3rd Swcv).
While saving the mapping I got Message type(source/target) not found issue.
From PI7.1 help I got the following, which is little confusing.
link - [http://help.sap.com/saphelp_nwpi71/helpdata/EN/21/6faf35c2d74295a3cb97f6f3ccf43c/frameset.htm]
<<<The following restriction applies for the source and target messages that you reference from a message mapping: the source and target messages can be in a different software component version to the message mapping, but must each originate from one software component version (and, if applicable, underlying software component versions). >>>
So I tried the following to solve this issue -
1.Added underlying swcvs in Messasge Mapping SWCV with source/target SWCV. -- Issues got solved.
2.Removed Underlying SWCVs in message mapping kept source/target MTs in same swcv (offcourse other than message mapping swcv)
-- Giving me same Issue like Source/Taget MT is not found.
Can some one ellaborate me on why I am getting an issue in the option-2?