<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet href="http://blog.itpub.net//styles/rss.css" type="text/css"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://my.netscape.com/rdf/simple/0.9/"
>
    
     <channel>
  <title>萧何·技术·学习</title>
  <link>http://qmhiro.itpub.net</link>
  <description></description>
 </channel>
    <item>
<title>Collect语句的使用方法(转)</title>
<description>Collect语句镶嵌在select---endselect之中使用,在报表开发中经常用到,作用是根据table的unique key,把表中其他的字段进行自动的累加,一般用在对某些数据进行总数统计的时候.举例如下:data:begin of mytable, keyfield like XXX,fliedl1 like XXX, field2 like XXX,end of mytable.Data: mytable_col like hashed table of mytable With unique key keyfield with headline.select keyfield fliedl1 field2 from table_system into (mytable- keyfield, mytable-fliedl1, mytable- field2).Collect mytable into mytable_col.Endselect.这个...</description>
<link>http://qmhiro.itpub.net/post/35676/462338</link>
<pubDate>Tue,20 05 2008 00:32:57</pubDate>
</item>
<item>
<title>ABAP面试题及其解答(转)</title>
<description>COME FORM: http://i.cn.yahoo.com/02900427056/blog/p_5/关键字: ABAP面试 问题一：锁对象（Lock Object）和 FM（Function Module），激活Lock Object时， 案 产生的 FM 的名字是什么？答案：首先要在 ABAP 字典中创建锁对象，然后才能在 ABAP 程序中设锁。 创建锁对象时，系统会自动生成两个 FM 来进行锁管理。 用于设锁的 FM 为： ENQUEUE_&lt;锁对象名&gt;。它用于在锁表（Lock Table）中生成一个锁项（Lock Entry）。若设锁不成功的话，就会在 Return 中反映出来。用于释放锁的 FM 为：DEQUEUE_&lt;锁对象名&gt;。它用于从锁表中删除一个锁项。在...</description>
<link>http://qmhiro.itpub.net/post/35676/462257</link>
<pubDate>Mon,19 05 2008 10:37:57</pubDate>
</item>
<item>
<title>AT NEW 和AT END OF的用法</title>
<description>SAP ABAP小结 =========================================================== 作者: qiujun(http://qiujun.itpub.net)出处：http://qiujun.itpub.net/post/24006/298614--------------------------------------------------------------- 1 使用binary search之前，需要sort，并且sort by ascending（系统默认的顺序也是ascending）。而且read table with key的顺序同sort的顺序相同，否则出错，常会找不到纪录。Delete adjacent duplicates之前一定要sort。2 关于内部表示和外部表示：调用BAPI和Update DB的时候，一定要使用内部形式（物...</description>
<link>http://qmhiro.itpub.net/post/35676/462217</link>
<pubDate>Sun,18 05 2008 07:53:12</pubDate>
</item>
<item>
<title>Introduction to SAP SmartForms</title>
<description>Introduction to SAP SmartForms Written by Anon. Saturday, 22 December 2007 What is SAP Smart Forms?SAP Smart Forms allow you to execute simple modifications to the form and in the form logic by using simple graphical tools; in 90% of all cases, this won't include any programming effort. Thus, a power user without any programming knowledge can configure forms with data from an SAP System for the relevant business processes.To print a form, you need a program for data retrieval and a Smart Form th...</description>
<link>http://qmhiro.itpub.net/post/35676/462213</link>
<pubDate>Sat,17 05 2008 23:37:45</pubDate>
</item>
<item>
<title>别人的面试记实-转摘</title>
<description>学习一下,查漏补缺别人的面试记实-转摘(首先声明是转摘,如侵权的话,可联系我!)1.介绍一下自己？说了毕业来的项目情况，大约3-5分钟哪方面比较熟？idoc没做过，其他差不多都做过了alv里如果有多种货币，怎么保证各种货币和金额正确显示？只做过设置两列，一列数字一列金额单位。如果要汇率转换的话有相关函数（不知道是不是他要的答案）怎么设置cell的颜色？没做过，只做过设置行的颜色，并介绍了一下方法。设置cell颜色的程序记在机器里了（还是在100easy看到的）怎么控制alv列的宽度，包括列名的宽度？fieldcat里面有一个output length，...</description>
<link>http://qmhiro.itpub.net/post/35676/462212</link>
<pubDate>Sat,17 05 2008 23:35:34</pubDate>
</item>
<item>
<title>Introduction to SAP SmartForms(转)</title>
<description>Introduction to SAP SmartForms Written by Anon. Saturday, 22 December 2007 What is SAP Smart Forms? SAP Smart Forms is introduced in SAP Basis Release 4.6C as the tool for creating and maintaining forms. SAP Smart Forms allow you to execute simple modifications to the form and in the form logic by using simple graphical tools; in 90% of all cases, this won't include any programming effort. Thus, a power user without any programming knowledge can configure forms with data from an SAP System for t...</description>
<link>http://qmhiro.itpub.net/post/35676/462211</link>
<pubDate>Sat,17 05 2008 22:57:21</pubDate>
</item>
<item>
<title>别人的面试记实(转)</title>
<description>学习一下,查漏补缺别人的面试记实--------转摘 首先声明是转摘,如侵权的话,可联系我! 1.介绍一下自己？说了毕业来的项目情况，大约3-5分钟哪方面比较熟？idoc没做过，其他差不多都做过了alv里如果有多种货币，怎么保证各种货币和金额正确显示？只做过设置两列，一列数字一列金额单位。如果要汇率转换的话有相关函数（不知道是不是他要的答案）怎么设置cell的颜色？没做过，只做过设置行的颜色，并介绍了一下方法。设置cell颜色的程序记在机器里了（还是在100easy看到的）怎么控制alv列的宽度，包括列名的宽度？fieldcat里面有一个output l...</description>
<link>http://qmhiro.itpub.net/post/35676/462210</link>
<pubDate>Sat,17 05 2008 22:31:39</pubDate>
</item>
<item>
<title>SmartForms总结(转)</title>
<description>SmartForms总结步骤一：Create Form１Tcode: smartforms；２在Form后面输入名称，然后单击“创建”；３输入描述；４设计界面；５保存并激活；６执行，可以自到系统会自动产生一个Function module,如：/1BCDWB/SF00000016；７执行，输入必要的参数；８执行，输入OutputDevice；９打印预览，可以看到设计的界面。步骤二：建立程序代码如下：DATA W_SFLIGHT like sflight occurs 0 with header line.*Name of Function ModuleDATA: fm_name TYPE rs38l_fnam.select * from sflight into table w_sflight.*取SmartForms生成的功能模块名称*CAL...</description>
<link>http://qmhiro.itpub.net/post/35676/462207</link>
<pubDate>Sat,17 05 2008 22:11:51</pubDate>
</item>
<item>
<title>Move &amp; Move-Corresponding in ABAP</title>
<description>DATA: BEGIN OF wa_tab1, fld1(4) VALUE ’FLD1’, fld2(4) VALUE ’FLD2’, fld3(4) VALUE ’FLD3’, fld4(4) VALUE ’FLD4’, fld5(4) VALUE ’FLD5’, END OF wa_tab1, BEGIN OF wa_tab2, fld1(4), fld2(4), fld3(4), fld4(4), END OF wa_tab2.************* Move Corresponding *************MOVE-CORRESPONDING wa_tab1 to wa_tab2.************ End Move Corresponding ******************************Move********************MOVE: wa_tab1-fld1 to wa_tab2-fld1, wa_tab1-fld2 to wa_tab2-fld2, wa_tab1-fld3 to wa_tab2-fld3, w...</description>
<link>http://qmhiro.itpub.net/post/35676/461785</link>
<pubDate>Mon,12 05 2008 14:44:20</pubDate>
</item>
<item>
<title>与诸神的爆强流氓对话</title>
<description>与诸神的爆强流氓对话来福：菩萨！您大慈大悲，请您告诉我，我什么时候才能找到老婆？菩萨：天机不可泄露！冥自有定数！来福：靠！您这不是废话吗？菩萨：呸！我要知道我还出家？来福：斗战胜佛，您当初为什么选择保唐僧取经？孙悟空：还不是为了搞到学历！来福：学历真的那么重要？孙悟空：我一个五指山服刑的流氓，现在成了斗战胜佛，你说重要不？来福：女娲娘娘！！您为什么造人？女娲：天漏了，我好不容易补上，不造些人，我找谁收维修费去？来福：那您为什么把人分男女？女娲；我本身不男不女，我想知道男和女哪个厉害些？来福：结果...</description>
<link>http://qmhiro.itpub.net/post/35676/461657</link>
<pubDate>Sat,10 05 2008 21:44:14</pubDate>
</item>
 </rdf:RDF>


