如何在 SAP R/3 系统中创建自定义提取器?

发布于 2024-10-19 17:14:20 字数 112 浏览 1 评论 0原文

我必须在 SAP R/3 系统中创建一个自定义提取器。

COVPCOEPEKKN等所需表中提取数据的方法有哪些?

I have to create a custom extractor in SAP R/3 system.

What are the ways to extract the data from required tables like COVP, COEP, EKKN, etc.?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

北方。的韩爷 2024-10-26 17:14:20

我想您要求提取到 SAP BI,尽管您似乎可能缺乏一点经验,但您必须要求 ABAPer 来帮助您完成其中的一些工作。

首先,您需要在所需的数据库表上构建一个视图:转到事务 SE11 并选择“视图”,并为其命名。通常我喜欢做 ZBW_tablename 和一个描述,例如表 tablename 的 BW Extractor View

从 tge 数据库表中选择所有字段并激活。

然后转到事务 RSO2,在本例中您正在处理事务表。
通过输入名称 Z_表名_TRANS 创建事务提取器。单击“创建”。

在下一个屏幕上,选择提取器在应用程序组件层次结构中的位置。当您复制到 SAP BI 中时,您将在层次结构中的此位置看到提取器,因此记住将其放置在何处非常重要。

添加描述和您刚刚创建的视图名称。选择保存。

就是这样。

I suppose you are asking to extract to SAP BI, although it seems you are probably lacking a bit in experience you'll have to ask an ABAPer to help you with some of this.

First you need to build a view on the DB table you want: go to transaction SE11 and select View, and give it a name. Usually I like to do ZBW_tablename and a Description such as BW Extractor View for Table tablename

Select all the fields from tge database table and activate.

Then go to transaction RSO2 and in this case you are dealing with Transactional tables.
Create a transactional extrator by entering a name Z_tablename_TRANS. Click CREATE.

On the next screen, select the position for your extractor in the application component hierarchy. When you replicate into SAP BI you will see your extractor in this position in the hierarchy, so it's important you remember where you put it.

Add the descriptions, and the Viewname that you just created. Select save.

That's it.

怪我鬧 2024-10-26 17:14:20

此外,您还可以使用功能模块和底层结构创建提取器。为此,在创建通用提取器并提供结构和功能模块后,在 RSO2 中选择 FM。

您可以在SE11中创建结构体,在SE80中创建功能模块。这里您需要了解 ABAP,但如果您不需要更简单的东西,它是一种非常强大的数据提取方法。

in addition you can also create an extractor using a function module and an underlying structure. For that, select FM in RSO2 after you create your generic extractor and provide your structure and function module.

You can create the structure in SE11 and the function module in SE80. You need to know ABAP here but it's an extremely powerful approach to extracting data provided you don't need something simpler.

独守阴晴ぅ圆缺 2024-10-26 17:14:20

首先,您将使用 se11 创建视图,给定名称,然后创建视图,给定条件字段的条件,并给定视图字段中您想要的字段,现在您转到 rso2 并创建您需要的数据源类型,给定他们的应用程序组件名称,因为您现在显示的数据源选择视图并保存,将自动创建提取结构

first you will create the view on using se11 given the name and create now given the condition to the condition field and given the what are the fields you want in view field now you go to rso2 and create what type of the data source you needed and given they application component name for the reason of where your data source shown now select the view and save the extract structure will be automatically created

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文