摘要:
1. Split Function String [ ] StrArray = LGORT.split(",") //-- pass LGORT to this UDF int len1 = LGORT.length; for ( i=0;i<len1;i++){ result.addValue(StrArray[i]); } 2. Global Containers2.1 To sto... 阅读全文
摘要:
在SQLPLUS下,实现中-英字符集转换alter session set nls_language='AMERICAN';alter session set nls_language='SIMPLIFIED CHINESE'; 主要知识点:一、有关表的操作1)建表create table test as select * from dept; --从已知表复制数据和结构create table ... 阅读全文
摘要:
http://www.sdn.sap.com/irj/sdn/nw-mdm 可以下载一些PDF文档,案例介绍http://help.sap.com/saphelp_mdm300/helpdata/EN/2d/ca9b835855804d9446044fd06f4484/frameset.htm MDM on line help http://forums.sdn.sap.com/forum.jsp... 阅读全文
摘要:
SAP MDM 组成: Import Manager ,导入管理,(MDIS),可以把外部数据通过此功能导入MDM Data Manager 主数据管理,对数据进行维护 ,对主数据进行合并,协调、集中主数据管理、通过一致的主数据在SOA中开发跨应用的流程。 Syndicator Server 同步主数据信息到不同的源系统中,可以生成XML文件 阅读全文
摘要:
A Design Time Tools URLs 1 http://<host>:5<sys#>00/dir/start/index.jsp Process Integration PI 7.1 tools 2 http://<host>:5<sys#>00/sld/index.html System Landscape Directory... 阅读全文
摘要:
在XI中没有标准的功能可以根据值来查询Message,在日常维护中经常会遇到这种问题,例如想查询外部系统的一个单据是否已传到XI系统。注:此版本中修正了不能根据发送方Sending System \ Outbound Interface Name ,接收方 Receiving System Inbound Interface Name 进行查询,初步测试通过,欢迎PI爱好者进行完善。 *&---------------------------------------------------------------------**& http://www.cnblogs.com/ 阅读全文
摘要:
very good! Favorites from SDN. I would like to give a various collection of Blogs, Articles, Wikis, Videos, CodeSamples of Process Integration PI 7.0 and 7.1 Mapping (Graphical, XSLT, JAVA and ABAP Ma... 阅读全文
摘要:
看当前用户的缺省表空间SQL>select username,default_tablespace from user_users; 查看用户下所有的表SQL>select * from user_tables; 查看名称包含log字符的表SQL>select object_name,object_id from user_objectswhere instr(object_... 阅读全文