【转】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

相关文章

Python实现无痛修改第三方库源码的方法详解

《Python实现无痛修改第三方库源码的方法详解》很多时候,我们下载的第三方库是不会有需求不满足的情况,但也有极少的情况,第三方库没有兼顾到需求,本文将介绍几个修改源码的操作,大家可以根据需求进行选择... 目录需求不符合模拟示例 1. 修改源文件2. 继承修改3. 猴子补丁4. 追踪局部变量需求不符合很

一文教你如何将maven项目转成web项目

《一文教你如何将maven项目转成web项目》在软件开发过程中,有时我们需要将一个普通的Maven项目转换为Web项目,以便能够部署到Web容器中运行,本文将详细介绍如何通过简单的步骤完成这一转换过程... 目录准备工作步骤一:修改​​pom.XML​​1.1 添加​​packaging​​标签1.2 添加

在java中如何将inputStream对象转换为File对象(不生成本地文件)

《在java中如何将inputStream对象转换为File对象(不生成本地文件)》:本文主要介绍在java中如何将inputStream对象转换为File对象(不生成本地文件),具有很好的参考价... 目录需求说明问题解决总结需求说明在后端中通过POI生成Excel文件流,将输出流(outputStre

tomcat多实例部署的项目实践

《tomcat多实例部署的项目实践》Tomcat多实例是指在一台设备上运行多个Tomcat服务,这些Tomcat相互独立,本文主要介绍了tomcat多实例部署的项目实践,具有一定的参考价值,感兴趣的可... 目录1.创建项目目录,测试文China编程件2js.创建实例的安装目录3.准备实例的配置文件4.编辑实例的

springboot集成Deepseek4j的项目实践

《springboot集成Deepseek4j的项目实践》本文主要介绍了springboot集成Deepseek4j的项目实践,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价... 目录Deepseek4j快速开始Maven 依js赖基础配置基础使用示例1. 流式返回示例2. 进阶

SpringBoot项目启动报错"找不到或无法加载主类"的解决方法

《SpringBoot项目启动报错找不到或无法加载主类的解决方法》在使用IntelliJIDEA开发基于SpringBoot框架的Java程序时,可能会出现找不到或无法加载主类com.example.... 目录一、问题描述二、排查过程三、解决方案一、问题描述在使用 IntelliJ IDEA 开发基于

Linux修改pip和conda缓存路径的几种方法

《Linux修改pip和conda缓存路径的几种方法》在Python生态中,pip和conda是两种常见的软件包管理工具,它们在安装、更新和卸载软件包时都会使用缓存来提高效率,适当地修改它们的缓存路径... 目录一、pip 和 conda 的缓存机制1. pip 的缓存机制默认缓存路径2. conda 的缓

Linux修改pip临时目录方法的详解

《Linux修改pip临时目录方法的详解》在Linux系统中,pip在安装Python包时会使用临时目录(TMPDIR),但默认的临时目录可能会受到存储空间不足或权限问题的影响,所以本文将详细介绍如何... 目录引言一、为什么要修改 pip 的临时目录?1. 解决存储空间不足的问题2. 解决权限问题3. 提

SpringBoot项目使用MDC给日志增加唯一标识的实现步骤

《SpringBoot项目使用MDC给日志增加唯一标识的实现步骤》本文介绍了如何在SpringBoot项目中使用MDC(MappedDiagnosticContext)为日志增加唯一标识,以便于日... 目录【Java】SpringBoot项目使用MDC给日志增加唯一标识,方便日志追踪1.日志效果2.实现步

Linux文件名修改方法大全

《Linux文件名修改方法大全》在Linux系统中,文件名修改是一个常见且重要的操作,文件名修改可以更好地管理文件和文件夹,使其更具可读性和有序性,本文将介绍三种在Linux系统下常用的文件名修改方法... 目录一、引言二、使用mv命令修改文件名三、使用rename命令修改文件名四、mv命令和rename命