cancel
Showing results for 
Search instead for 
Did you mean: 

Need help regarding export map

Former Member
0 Kudos

Hi All,

I wanted to know if there is any MDM Java API for finding the type of export map (xml or anyother type) by giving the repository name and port  , also can we find what fields the map contains . I tried looking at ExportMapProperties.getType() but it gives type 0 or type 1 which means it is either import map or export map and i tries portProperties.getSourceFormat() but it gives null.

Thanks

Vamsi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos


Hi Vamsi,

The minimum version required is 7.1 SP 05, for the method portProperties.getSourceFormat(). Are you on this configuration?

About the type of the port, you will find more details on the following link : Constant Field Values (MDM Java API Library)

com.sap.mdm.repository.PortProperties

public static final int  INBOUND      0

public static final int  OUTBOUND  1


Regards,

Jean-François