Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1312595
  • 博文数量: 932
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10208
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
文章分类

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

发布时间:2020-02-07 16:38:02

Instead, you have to do it using business user in Fiori UI.Click tile "Import Employees":Download excel template locally.Once done, you should see the success message in log:and also in backend:......【阅读全文】

阅读(1408) | 评论(0) | 转发(0)

发布时间:2020-02-07 13:44:29

As a result, there is more convenient way done by Extension framework to enable easier debugging.After that, the generation job will be done synchronously, see line 43:......【阅读全文】

阅读(1363) | 评论(0) | 转发(0)

发布时间:2020-02-07 13:09:29

# Caution(2) Avoid to create too many extension fields which might have negative impact on system performance.As I mentioned in this link, the extension field generation is done in ASYNCHRONOUS way - technically speaking, it is finished in a background job automatically scheduled and relea.........【阅读全文】

阅读(2565) | 评论(0) | 转发(0)

发布时间:2020-02-07 12:21:33

When using the following ABAP code, it does not work:data: lt_table TYPE TABLE OF I_Product.```Simply because the extension field is not enabled for I_PRODUCT.(1). select your extension field.(3). Click "Enable Usage" button:Once done, it works now:为什么之后我们 SEL.........【阅读全文】

阅读(1321) | 评论(0) | 转发(0)

发布时间:2020-02-07 10:50:07

For example, EPRODUCT is extended automatically as well:In order to get a complete list of extension flow, you have to use query on table DD03L:To summarize:(2) any DDIC object which has below structure included will automatically be extended as well:And how I know the include .........【阅读全文】

阅读(1233) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册