Program counter The program is stored in memory with the first instruction at binary address 0000, the second instruction at address 0001, the thir...
分类:
其他好文 时间:
2015-06-18 19:12:27
阅读次数:
93
Simple-As-Possible computer introduces all the cruicial ideas behind computer operation without burying you in unnecessary detail. The figure show...
分类:
其他好文 时间:
2015-06-18 18:39:58
阅读次数:
173
1. get column name of SAPGuiTablecolumnCount = SAPGuiSession("Session").SAPGuiWindow("transaction:=Vk13").SAPGuiTable("name:=SAPMV13ATCTRL_FAST_ENTRY"...
分类:
其他好文 时间:
2015-06-18 15:15:50
阅读次数:
81
首先,它的两个解释 sy-repid is the name of the current program. “当前程序的程序名 sy-cprog is the name of the calling program. ”调用程序的程序名写个简单的程序。调个F...
分类:
其他好文 时间:
2015-06-18 13:05:14
阅读次数:
95
ABAP根据输入的表名动态生成上传EXCEL数据的代码...
分类:
Web程序 时间:
2015-06-18 11:37:43
阅读次数:
1018
ABAP根据输入的表名动态生成上传TXT数据的代码...
分类:
Web程序 时间:
2015-06-18 11:36:31
阅读次数:
323
使用事务码DBCO实现SAP链接外部数据库以及读取例程...
分类:
数据库 时间:
2015-06-17 23:28:19
阅读次数:
1118
Destroying the bus stations
Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2319 Accepted Submission(s): 743
Problem Description
Gab...
分类:
其他好文 时间:
2015-06-17 16:42:30
阅读次数:
152
这是SAP的一个Bug,FM方式ALV Grid和Class ALV Grid都会出现,但是ALV List好像没有这个BUG。
在以下几个条件满足的时候就会出现这个问题:
1.字段对应的域Convers. routine = ALPHA,也就是有前导零的字段,比如供应商号、商品号、客户号等。
2.做ALV Fieldcat的时候,没有指定参考表和参考字段。
3.列的表头文本(seltext_s等)比实际显示的数据短。
所以解决问题的时候从2、3两点下手即可。...
分类:
其他好文 时间:
2015-06-17 11:42:36
阅读次数:
576