【转】BW-- BW项目的对象传输(稍作修改)

2024-01-01 21:58

本文主要是介绍【转】BW-- BW项目的对象传输(稍作修改),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

【转】BW-- BW项目的对象传输(稍作修改)

一、BW项目的对象传输分两部分:

1)Transport all relation BW Object in R/3 system;

2)Transport BW Object in BI system;

 

二、传输步骤

1)first you have to transport R/3 objects to QA,then to PRO;

2)transport BW objects to QA, then to PRO;

 

三、R/3传输步骤

(一)数据源:

1: Using transaction RSA6, all DataSources in your Source System are displayed.

2: Select the DataSource that you  wish to save (transport) and click on the transport icon .

3: Repeat for all DataSources.

4: SE10 to release the transport.

5: go to R/3 QA system and use STMS to import request.

备注:平常RSA5激活数据源后挂在相应请求号上,再按照普通传输即可

 

四、BW传输步骤如下

IN QA/PRO System

 

1:

To transport source-system-specific BI objects, you have to maintain the mapping table (RSLOGSYSMAP) in the BI target system. These BI objects are converted during the transport using mapping tables.

(一)method one

a) RSA1

b) Click on the Transport Connection Tab

 

c) Choose  "Conversion(转换)" Button with quick info Conversion of Log. System Name.

(一)method two

a) RSA1

bOn the Data Warehousing Workbench: Modeling screen, choose “Tools”

cthen click Conversion of the Logical System Names”(转换逻辑系统名称.

 

 

The View: Conversion of Source System Names after the Transport screen appears.

 

 

其中的OriginalSourceSystem“原源系统”对应的开发机中数据的来源,而Target SourceSystem “目标源系统” 则对应的是测试机数据来源,如果链接多个系统,则需要做多个映射配置;

添加了相应的系统映射后,则可以在BW中做模型传输了。如果不清楚逻辑系统名,则可以在相应系统中采用SCC4进行查看,在显示“客户端”明细视图中可以看到逻辑系统名。

2:

Alert Following

The DataSource metadata from the original source system has to be transported into the specified target source system and is replicated in the postprocessing of the assigned BI objects.

Make sure that the DataSource exists in the target source systems before you import DataSource-dependent BI objects.


IN DEV System

3:

 You first need to decide
Which objects you want to collect
How you want to collect them

4: RSA1
5: Click on the
Transport Connection Tab

6: Click on the Source System button to Select the Source System(s) that you wish to save dependent objects for
7: Select the BW objects
8: Select the Grouping option(necessary/before/after/before and after)
9: Click on the "Excute" button to gather dependent objects.
10: Click on the "Transport" Button to add all object to request

 

11: SE09 - display request - req is modifiable in tree - select request - release task - release parent as well - get screen with status ;

 

 

IN QA System

12:  STMS -> click bus -> choose bp2 -> opens all transports -> shows my req -> click import icon ONLY my request -> import done -> ready message.
13: Check in RSA1 in production

 

Memo(备忘录):

Process Chain
This is standard 'feature' of SAP. Why, I can only guess :) Either the activation and execution is linked and you do not want to run the process chain the moment it transports, or, you want a manual intervention one time to make sure you are not getting it in 'active' status without proper checks.It will happen on PRD as well.Please note that you would have executed the process chain when you ran the FM. You may inadvertantly execute the PC when you mean to 'only activate' it, as that is what the FM does (I think). Something to note of, if you are doing it on PRD.
Handle Method:
1)Process chains remain 'inactive' after transport. You can try activating them in RSPC,
2)Execute FM (in SE37, single test) 'RSPC_CHAIN_ACTIVATE_REMOTE' and specify the process-chain there (this will activate and execute the chain). FM did not ask request.

 

这篇关于【转】BW-- BW项目的对象传输(稍作修改)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/560629

相关文章

SpringBoot项目注入 traceId 追踪整个请求的日志链路(过程详解)

《SpringBoot项目注入traceId追踪整个请求的日志链路(过程详解)》本文介绍了如何在单体SpringBoot项目中通过手动实现过滤器或拦截器来注入traceId,以追踪整个请求的日志链... SpringBoot项目注入 traceId 来追踪整个请求的日志链路,有了 traceId, 我们在排

Java中对象的创建和销毁过程详析

《Java中对象的创建和销毁过程详析》:本文主要介绍Java中对象的创建和销毁过程,对象的创建过程包括类加载检查、内存分配、初始化零值内存、设置对象头和执行init方法,对象的销毁过程由垃圾回收机... 目录前言对象的创建过程1. 类加载检查2China编程. 分配内存3. 初始化零值4. 设置对象头5. 执行

部署Vue项目到服务器后404错误的原因及解决方案

《部署Vue项目到服务器后404错误的原因及解决方案》文章介绍了Vue项目部署步骤以及404错误的解决方案,部署步骤包括构建项目、上传文件、配置Web服务器、重启Nginx和访问域名,404错误通常是... 目录一、vue项目部署步骤二、404错误原因及解决方案错误场景原因分析解决方案一、Vue项目部署步骤

golang内存对齐的项目实践

《golang内存对齐的项目实践》本文主要介绍了golang内存对齐的项目实践,内存对齐不仅有助于提高内存访问效率,还确保了与硬件接口的兼容性,是Go语言编程中不可忽视的重要优化手段,下面就来介绍一下... 目录一、结构体中的字段顺序与内存对齐二、内存对齐的原理与规则三、调整结构体字段顺序优化内存对齐四、内

配置springboot项目动静分离打包分离lib方式

《配置springboot项目动静分离打包分离lib方式》本文介绍了如何将SpringBoot工程中的静态资源和配置文件分离出来,以减少jar包大小,方便修改配置文件,通过在jar包同级目录创建co... 目录前言1、分离配置文件原理2、pom文件配置3、使用package命令打包4、总结前言默认情况下,

修改若依框架Token的过期时间问题

《修改若依框架Token的过期时间问题》本文介绍了如何修改若依框架中Token的过期时间,通过修改`application.yml`文件中的配置来实现,默认单位为分钟,希望此经验对大家有所帮助,也欢迎... 目录修改若依框架Token的过期时间修改Token的过期时间关闭Token的过期时js间总结修改若依

MySQL修改密码的四种实现方式

《MySQL修改密码的四种实现方式》文章主要介绍了如何使用命令行工具修改MySQL密码,包括使用`setpassword`命令和`mysqladmin`命令,此外,还详细描述了忘记密码时的处理方法,包... 目录mysql修改密码四种方式一、set password命令二、使用mysqladmin三、修改u

python实现简易SSL的项目实践

《python实现简易SSL的项目实践》本文主要介绍了python实现简易SSL的项目实践,包括CA.py、server.py和client.py三个模块,文中通过示例代码介绍的非常详细,对大家的学习... 目录运行环境运行前准备程序实现与流程说明运行截图代码CA.pyclient.pyserver.py参

使用Python在Excel中插入、修改、提取和删除超链接

《使用Python在Excel中插入、修改、提取和删除超链接》超链接是Excel中的常用功能,通过点击超链接可以快速跳转到外部网站、本地文件或工作表中的特定单元格,有效提升数据访问的效率和用户体验,这... 目录引言使用工具python在Excel中插入超链接Python修改Excel中的超链接Python

IDEA运行spring项目时,控制台未出现的解决方案

《IDEA运行spring项目时,控制台未出现的解决方案》文章总结了在使用IDEA运行代码时,控制台未出现的问题和解决方案,问题可能是由于点击图标或重启IDEA后控制台仍未显示,解决方案提供了解决方法... 目录问题分析解决方案总结问题js使用IDEA,点击运行按钮,运行结束,但控制台未出现http://