J-Ground

J-Ground

导航

2009年3月13日

Convert char to numbers, the number must be declare as P

摘要: CALL FUNCTION 'MOVE_CHAR_TO_NUM' EXPORTING chr = i_lagp-lgpla+5(2) IMPORTING num = int_tmp EXCEPTIONS c... 阅读全文

posted @ 2009-03-13 13:57 jground 阅读(261) 评论(0) 推荐(0)

Combine two strings into one.

摘要: CONCATENATE str_tmp '%' into str_tmp. 阅读全文

posted @ 2009-03-13 13:56 jground 阅读(138) 评论(0) 推荐(0)

Get current logon user sy-uname

摘要: Get current logon user sy-uname 阅读全文

posted @ 2009-03-13 13:55 jground 阅读(153) 评论(0) 推荐(0)

Get user detail information, parameters:

摘要: CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING USERNAME = sy-uname TABLES PARAMETER = i_paras RETURN = itab_return. 阅读全文

posted @ 2009-03-13 13:55 jground 阅读(85) 评论(0) 推荐(0)

Substring in abap.

摘要: str_tmp = t_lgpla+0(4). 阅读全文

posted @ 2009-03-13 13:55 jground 阅读(190) 评论(0) 推荐(0)

Clare internal table:

摘要: CLEAR p_bin. CLEAR i_bin[]. 阅读全文

posted @ 2009-03-13 13:53 jground 阅读(79) 评论(0) 推荐(0)

Get the rows of internal table:

摘要: DESCRIBE TABLE t_lagp LINES l_count. 阅读全文

posted @ 2009-03-13 13:51 jground 阅读(118) 评论(0) 推荐(0)

2009年3月11日

常用T-Code

摘要: /h debug se11 ... 阅读全文

posted @ 2009-03-11 10:56 jground 阅读(125) 评论(0) 推荐(0)