07 2005 档案

摘要:Appending 2 internal tables 附加2张内表 Instead of using the normal loop-endloop approach for this kind of programming, use the variation of the append command. Care should be taken that the definition ... 阅读全文
posted @ 2005-07-31 22:20 Slashout 阅读(543) 评论(0) 推荐(0) 编辑
摘要:Need for performance tuning In this world of SAP programming, ABAP is the universal language. In most of the projects, the focus is on getting a team of ABAP programmers as soon as possible, handin... 阅读全文
posted @ 2005-07-31 21:21 Slashout 阅读(872) 评论(0) 推荐(0) 编辑
摘要:6. No controls for promoting/transporting objects into productionIn many SAP projects that I have consulted for, there are very little controls for promoting objects into a live production environmen... 阅读全文
posted @ 2005-07-31 21:08 Slashout 阅读(496) 评论(0) 推荐(0) 编辑
摘要:Title: Lessons Learned from Testing SAP R/3SAP R/3 is the market leader in ERP installations and ERP sales. SAP has thousands of tables, multiple industry specific solutions, thousands of transaction... 阅读全文
posted @ 2005-07-31 21:05 Slashout 阅读(458) 评论(0) 推荐(0) 编辑
摘要:昨天被问到什么叫DDL,DML时没反应过来,以前的数据库基础都交给老师了...Data Define Language ,Data Manipulate Language行级锁和表级锁的概念也是的...共享锁和互斥锁...在开发的时候离开了概念的指导有时候还是会很麻烦的 阅读全文
posted @ 2005-07-28 17:03 Slashout 阅读(347) 评论(0) 推荐(0) 编辑
摘要:The SAP R/3 system presents a Windows interface with several of the familiar Windows functions for screen manipulation. The apparent simplicity of the interf ace hides the power of the menus residing ... 阅读全文
posted @ 2005-07-28 12:55 Slashout 阅读(530) 评论(0) 推荐(0) 编辑
摘要:Purpose The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel files u... 阅读全文
posted @ 2005-07-28 12:38 Slashout 阅读(2424) 评论(1) 推荐(0) 编辑
摘要:import org.apache.poi.hssf.usermodel.*;导入POI后调用HSSFWorkbook对象,示例为: try{ // 创建对Excel工作簿文件的引用 FileInputStream fin=new FileInputStream(fname); File fexcel =new File(fname); try{ HS... 阅读全文
posted @ 2005-07-28 11:10 Slashout 阅读(1886) 评论(0) 推荐(0) 编辑
摘要:区别在与Case后的expression和End后面的as表达式最明显 --oracle的 select t_CX_Orders.*, case when FIsSendMail=1 then FFILEPATH else '.' end DownLoadPath from t_CX_Orders ... 阅读全文
posted @ 2005-07-26 12:29 Slashout 阅读(2742) 评论(0) 推荐(0) 编辑
摘要:java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorI... 阅读全文
posted @ 2005-07-26 11:09 Slashout 阅读(2215) 评论(0) 推荐(0) 编辑
摘要:formatStringString.Format("{0,-8:G}",value); 总长度为8,后面为空格的字符比如98-》 98 。String.Format("{0,08:G}",value); 总长度为8,前面为空格的字符比如98-》 98日期:"{0:yyyy-MM-dd}") (0, ''YYYY-MM-DD HH24:MI:SS'')正好... 阅读全文
posted @ 2005-07-20 00:28 Slashout 阅读(479) 评论(0) 推荐(0) 编辑
摘要:Stock/Requirements ListIn SAP Path:Logistics-Planning-MRP-Evalutaions-Stock/RequirementsListMaterial Management:Logistics ->MM->Inventory management->Enviornment->Stock->Stock/rqmts.ListSales and Dist... 阅读全文
posted @ 2005-07-19 10:37 Slashout 阅读(391) 评论(0) 推荐(0) 编辑
摘要:No. Filename Size1 AC-Coding Block.pdf 145,1702 BC-ABAP Dictionary (BC-DWB-DIC_.pdf 2,117,1443 BC-ABAP Programming.pdf 6,976,6534 BC-ABAP Workbench Tools.pdf 5,203,3405 BC-ABAP Workbench Tutorial.pdf ... 阅读全文
posted @ 2005-07-18 13:31 Slashout 阅读(3248) 评论(2) 推荐(0) 编辑
摘要:通过面试开始在公司正式上班了,去的很早,呵呵,以为里面的员工都需要敲卡的,不想给大家一个坏印象。环境么给我的感觉氛围很不错,没有传统IT行业那种被项目赶得焦头烂额的样子,可是我的性格决定了我不是那种一下子可以放得很开能加入到团队的那种人吧...一天到晚对着电脑说话的时间少了好多,即使说话也是关于技术的多些....-.-难搞喔。 到了新的环境,薪水倒是次... 阅读全文
posted @ 2005-07-17 00:37 Slashout 阅读(559) 评论(0) 推荐(0) 编辑
摘要:tan(患了一场重感冒,方知身体最重要) says:在的tan(患了一场重感冒,方知身体最重要) says:好久没联系了http://www.cnblogs.com/slashout/ says:呵呵~我好久没上MSN了http://www.cnblogs.com/slashout/ says:怎么又感冒了?缺乏运动啊,那个PAP 项目 over了?tan(患了一场重感冒,方知身体最重要) say... 阅读全文
posted @ 2005-07-12 15:05 Slashout 阅读(777) 评论(0) 推荐(0) 编辑
摘要:“IF you find an exception of Generic Error GDI+ .... then it means the folder is there, but the user (ASPNET or whatever user you are using) do not have write permissions on the folder。”这才明白,如果你的系统盘是N... 阅读全文
posted @ 2005-07-05 20:54 Slashout 阅读(583) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示