最近有个需求,需要修改一个Query,在DEV修改好并测试通过后,传输到QAS,但是报表还是没变化,着实郁闷了一下,这是万能的google帮上忙了,原来传到其他系统以后还需要generate program一下,也就是在用sq01在运行一下,下面是一篇比较quickquery与query的文章
QuickViewer 和 SAP Query 是两种不同的创建SAP报表的工具,是SAP专门提供给没有任何ABAP背景的用户使用的。当然懂得ABAP的人也可以使用。他们有许多的不同之处:
1.Qui...
分类:
其他好文 时间:
2015-07-08 19:08:20
阅读次数:
176
1. CKEditor FCKeditor是一个专门使用在网页上属于开放源代码的所见即所得文字编辑器。它志于轻量化,不需要太复杂的安装步骤即可使用。它可和PHP、JavaScript、ASP、ASP.NET、ColdFusion、Java、以及ABAP等不同的...
分类:
Web程序 时间:
2015-07-06 10:31:05
阅读次数:
196
Background:In a project, the need to translate the buttons on the screen, as shown below,the following is the translation of the steps....
分类:
其他好文 时间:
2015-07-03 10:41:57
阅读次数:
236
A standard SAP ALV list report will show only one line header, but there will be a requirement someday for you to create a multiple lines header in your ALV list report and in order to do this, you must first set the no_colhead property to “X” in the ALV L...
分类:
其他好文 时间:
2015-06-24 21:06:50
阅读次数:
203
ALV 中根据条件设置某个cell 是否可编辑...
分类:
其他好文 时间:
2015-06-24 21:06:14
阅读次数:
191
函数RV_ORDER_FLOW_INFORMATION可以获取SO凭证流
call function 'RV_ORDER_FLOW_INFORMATION'
exporting
aufbereitung = '2'
belegtyp = 'C'
comwa = l_comwa " SO.
nachfolger = 'X'
n_stufe...
分类:
其他好文 时间:
2015-06-23 21:35:10
阅读次数:
318
首先,它的两个解释 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