创建QUERY的步骤如下: 1.事物SQ03,创建用户组。 输入用户组名称,点击创建,然后输入用户组描述,保存。为用户组分配用户,保存。退出 2.事物SQ02,创建信息集(infoset) 输入信息集的名称,点击创建,弹出对话框,输入名称,在数据源中根据需要点选不同的选项,如果是多个表连接,就选择“ ...
分类:
其他好文 时间:
2020-11-06 02:15:27
阅读次数:
24
在创建数据库表的时候,需要设置它的技术参数:这样才能使用。 在技术设置里,有个数据类(data class),如APPL0,等等。 有好多值可以供我们选择。这些值保存在表DDART中,表的描述:DD: Data Class in Technical Settings 还有一个表是用来存放数据类(da ...
分类:
其他好文 时间:
2020-11-06 02:13:51
阅读次数:
16
Spring Boot中推荐使用Thymeleaf作为模板引擎.因为Thymeleaf提供了完美的SpringMVC支持. Thymeleaf是一个java类库,他是一个xml/xhtml/html5的模板引擎,可以作为mvc的web应用的view层。 我们把HTML页面放在classpath:/t ...
分类:
其他好文 时间:
2020-11-01 09:51:46
阅读次数:
21
在实际业务中,常常出现到货物料没有订单或订单未批准的现象,按照SAP的标准流程,应该拒绝收货。但在实际业务中,这些物料可能是紧急采购的急件,如不及时处理,将会影响生产计划的安排。对于这种特殊情况,其实SAP有很灵活的处理方式,即由收货自动创建订单。需要说明的是,这种操作方式并不是SAP推荐的,不应在 ...
分类:
其他好文 时间:
2020-09-17 23:23:56
阅读次数:
29
program sap_picture_demo. set screen 200. TYPE-POOLS cndp. ************************************************************************ * CLASS c_event_re ...
分类:
其他好文 时间:
2020-09-17 21:42:45
阅读次数:
35
code as bellow *& * *& Include COLUMN_TREE_CONTROL_DEMOTOP * *& * *& * REPORT SAPCOLUMN_TREE_CONTROL_DEMO MESSAGE-ID TREE_CONTROL_MSG. CLASS LCL_APPLI ...
分类:
其他好文 时间:
2020-09-17 21:32:33
阅读次数:
33
I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. ...
分类:
其他好文 时间:
2020-09-17 19:37:39
阅读次数:
29
I will use the field “ClosingDate” to demonstrate my favorite approach to trouble shoot field binding issue. Generally speaking, the issue could be su ...
分类:
其他好文 时间:
2020-09-17 17:07:23
阅读次数:
32
Recently I was struggled with a customer incident and finally I realized that I didn’t understand the Edm.DateTime quite clearly. So I spend some time ...
分类:
其他好文 时间:
2020-09-17 17:05:10
阅读次数:
27
There are two variants of SQL statement execution defined in SAP note 2000002 – FAQ: SAP HANA SQL Optimization. The difference is how the where condit ...
分类:
数据库 时间:
2020-09-15 20:58:55
阅读次数:
57