2013. 5. 22. 10:57

자바매핑 SDN 가이드 페이지



 자바 매핑 샘플 : 


http2XML.java


 

 

 필요 Library : 

 

com.sap.xi.mapping.tool.lib_api.jar


com.sap.xpi.ib.mapping.lib.jar




Posted by sungwonpekr
2013. 5. 22. 10:44




 

  1. // set to dynamic config:
  2. DynamicConfiguration conf = in.getDynamicConfiguration();
  3. DynamicConfigurationKey idkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP", "UrlParamOne");
  4. DynamicConfigurationKey SVCIDkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP", "UrlParamTwo");
  5. DynamicConfigurationKey Kkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP", "UrlParamThree");
  6.  
  7. if (conf != null) {
  8. conf.put(idkey, ID);
  9. conf.put(SVCIDkey, SVCID);
  10. conf.put(Kkey, KEY);
  11. }

 

참고 : http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7264



Posted by sungwonpekr
2013. 5. 22. 10:40


 

 SAP

System No. : 00 

 

 

 

 

 

RFC  -> 

GUI   -> 

 Message Server

Port : 3600 

 

 Gateway

Port : 3300 

 

 Application Server

Port : 3200 

 
    
    
 

 XI System No. : 00

 Port : 50000 

        5 : 고정값

중간 00 : System No. 

   끝 00 : 고정값

  XI System No. : 10

 Port : 51000 

    




Posted by sungwonpekr