凡尘clsoho™的博客

E-mail & MSN: clsoho@hotmail.com
QQ1超级群: <101817641已满> QQ2群:<110722895已满>
QQ3超级群:<23765855>QQ4超级群:<85338969>
摘要: SAP中的单位转换有时候弄的有点不顺手。在调用BDC的时候,发现了这个问题。如果输入英文单位,会提示单位在中文中没有创建。但是在表T006和T006A中均能找到此单位。可能是后台配置的问题。至今未找到在哪里可以解决这个问题。经过同事帮助,用这两个函数,解决了在调用BDC的时候出现的单位在中文中没有定义的问题,也可以解决单位显示为英文的问题。在此贴出来,希望对后来者有所帮助。可以通过SE37来测试。... 阅读全文
posted @ 2010-03-08 10:46 凡尘clsoho 阅读(2478) 评论(0) 推荐(0) 编辑
摘要: 最近在使用函数 F4IF_INT_TABLE_VALUE_REQUEST时,出现了虽然弹出帮助对话框,确不显示选择值的问题。也就是显示找到了条目,但是数据显示不出来。后来在http://www.itpub.net/thread-1016866-1-1.html发现了问题。原因是自定义表没有表头文本,内表结构里的字段不能用C类型,而应参照数据表里的字段类型。改过之后果然问题解决了,还是高手多啊,努力... 阅读全文
posted @ 2010-02-24 11:00 凡尘clsoho 阅读(8296) 评论(0) 推荐(1) 编辑
摘要: READ TABLE - table_key Syntax 语法... { FROM wa } | { WITH TABLE KEY {comp_name1|(name1)} = dobj1 {comp_name2|(name2)} = dobj2 ... } ... . Alternatives: 1. ... FROM wa 2. ... WITH TABLE KEY ... Effect:... 阅读全文
posted @ 2010-02-09 10:13 凡尘clsoho 阅读(3165) 评论(0) 推荐(0) 编辑
摘要: LOAD-OF-PROGRAM Syntax 语法LOAD-OF-PROGRAM. Effect 作用This event keyword defines an event block whose event is triggered by the ABAP-runtime environment when an executable program, a module pool, a funct... 阅读全文
posted @ 2010-02-05 13:10 凡尘clsoho 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: AT LINE-SELECTION Syntax 语法AT LINE-SELECTION. Effect 作用This statement defines an event block whose event is triggered by the ABAP runtime environment during the display of a screen list - provided the... 阅读全文
posted @ 2010-02-04 09:40 凡尘clsoho 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: 在网上发现了一个不错的下载ABAP程序的程序,共享之。也可以到作者网站http://www.dalestech.com/下载。以下为程序源码。/Files/clsoho/批量下载ABAP程序表结构程序.txt 阅读全文
posted @ 2010-02-03 10:29 凡尘clsoho 阅读(1130) 评论(2) 推荐(0) 编辑
摘要: AT SELECTION-SCREEN - selscreen_event Syntax 语法... { OUTPUT } | { ON {para|selcrit} } | { ON END OF selcrit } | { ON BLOCK block } | { ON RADIOBUTTON GROUP radi } | { } | { ON {HELP-REQUEST|VALUE-REQU... 阅读全文
posted @ 2010-02-03 08:45 凡尘clsoho 阅读(1728) 评论(0) 推荐(0) 编辑
摘要: AT SELECTION-SCREEN Syntax 语法AT SELECTION-SCREEN selscreen_event. Effect 作用This statement defines event blocks for different events selscreen_event that are triggered by the ABAP runtime environment d... 阅读全文
posted @ 2010-02-02 11:31 凡尘clsoho 阅读(682) 评论(0) 推荐(0) 编辑
摘要: START-OF-SELECTION Syntax 语法START-OF-SELECTION. Effect 作用This event keyword defines an event block whose event is triggered by the ABAP runtime environment when calling the executable program selectio... 阅读全文
posted @ 2010-02-01 15:33 凡尘clsoho 阅读(6133) 评论(0) 推荐(0) 编辑
摘要: INITIALIZATION Syntax 语法INITIALIZATION. Effect 作用This event keyword defines an event block whose event is triggered by the ABAP runtime environment during the flow of an executable program, directly a... 阅读全文
posted @ 2010-02-01 15:27 凡尘clsoho 阅读(716) 评论(0) 推荐(0) 编辑
摘要: AT USER-COMMAND Syntax 语法AT USER-COMMAND. Effect 作用This statement defines an event block whose event is triggered by the ABAP runtime environment if, during the display of a screen list, a function wi... 阅读全文
posted @ 2010-02-01 09:54 凡尘clsoho 阅读(2982) 评论(0) 推荐(0) 编辑
摘要: INCLUDE Syntax 语法INCLUDE incl [IF FOUND]. Effect 作用The statement INCLUDE includes the Include program incl at the specified position of a source text. During syntax checking and generation of the prog... 阅读全文
posted @ 2010-01-26 13:47 凡尘clsoho 阅读(492) 评论(0) 推荐(0) 编辑
摘要: DEFINE Syntax DEFINE macro. ... &1 ... &9 ... END-OF-DEFINITION. Effect The statement DEFINE defines a macro. Naming conventions apply to the name macro and you cannot use ABAP language elemen... 阅读全文
posted @ 2010-01-26 12:36 凡尘clsoho 阅读(648) 评论(0) 推荐(0) 编辑
摘要: REPORTz.TYPE-POOLS:vrm.DATA:it_valTYPEvrm_values,w_lineLIKELINEOFit_val.PARAMETERSp_bukrsLIKEt001-bukrsASLISTBOXVISIBLELENGTH25OBLIGATORY.INITIALIZATION.SELECTbukrsbutxtFROMt001INTO(w_line-key,w_line-... 阅读全文
posted @ 2010-01-25 14:18 凡尘clsoho 阅读(4057) 评论(0) 推荐(0) 编辑
摘要: LOOP - WITH CONTROL Syntax 语法LOOP [AT itab INTO wa [CURSOR top_line] [FROM n1] [TO n2]] WITH CONTROL contrl. ... ENDLOOP. Variants: 变式1. LOOP WITH CONTROL contrl. 2. LOOP AT itab CURSOR cur INTO wa ... 阅读全文
posted @ 2010-01-22 18:12 凡尘clsoho 阅读(4342) 评论(1) 推荐(0) 编辑