`
csstome
  • 浏览: 1560791 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

SAP ECC Web Dynpro ICM Config...

阅读更多

SAP ECC ICM Config

点击SAP Console中的ICM,会弹出一个Login 画面,The graphics as below:

尽管在安装ecc 的过程中已创建了webadminICM管理帐户,但用它并不能login.

解决方法如下:

需要在服务器上生成一个Maintain Authentication File, 采用icmon 命令生成。如下

D:\usr\sap\DEV\sys\exe\uc\NTADM64>icmon –a pf =D:\usr\sap\DEV\sys\profile\DEV_DVEBMGS00_win2003-1 生成授权文件后,添加帐户。

添加帐户Setp as below:

Create Administration User

Use

To administrate and monitor the ICM from a browser, you need an administration user. You can create this user with the program icmon. To do so, proceed as follows.

You can do the same in the Web dispatcher with the program wdispmon. This is however usually not necessary, since when the dispatcher is started with Bootstrap Option an administration user is automatically created.

Procedure

...

1. As user <sid>adm go to the directory where the executables are kept and call up:

icmon-apf=<instance profile> .

The following appears:

Maintain authentication file

============================

File name (icmauth.txt): .

2. If you are happy with the default file name, press the enter key, otherwise enter a different file name or path.

3. In the next menu choose a (add user to set).

4. Enter the user name, then the password twice, the group name, the subject of the X.509 certificate (wildcards allowed, and it can be left empty).

User Name: icmadm

Enter Password: *****

Re-enter Password: *****

Group name: admin

Subject Value of Client Cert: CN=template,*

new entry locally created

The user created is in group admin, the user is therefore an administration user without administration authorization. In particular this user can create further users in the Web admin interface.

If you select another group name other than admin, create a monitoring user that can monitor, but not administrate, the ICM/Web Dispatcher.

If you want a user to be able to log on only with the X.509 client certificate, you can enter an x as the password (with queries), which makes the following entry (in the example) in file:

icmadm:x:admin:CN=muster,*

5. Choose s (save changes of set to file), to copy your changes from the local buffer to the authorization file.

6. Choose q, to quit the program.

You can display the users in the menu by choosing l (list users of set), though you will only see the users in the local buffer. To view the users copied to the file, look in the file or call up icmon-a again.

- 添加完新帐户和设置完密码后,会产生一个txt 文件,如:icmauth.txt

- 将这个产生的文件Copy 本地的 C:\usr\sap\CFL\SYS\global\security\data 下面

完成上面的动作就可以打开输入刚才创建的用户名和密码 进入ICM

下一部进入SAP的Web Dynpro 的相关设计的配置。

有可能你进入的画面不能正常的显示Layout, 得到信息是网页无法显示,没有权限等一系统说明

解决方法:

T-Code: sicf -> Direct kick execute.

Active it then double kick. Setting Logon Data as below:

Use Login SAP User Name and Password:

When you Design Web Dynpro Program Popup Windows Login Window,Use Here Maintained User and Password Pass it.

分享到:
评论

相关推荐

    SAP Web Dynpro For ABAP.7z

    SAP Web Dynpro for ABAP 是 SAP 企业级应用程序开发中的一个重要组件,它提供了一种高效、用户友好的方式来构建复杂的企业级业务应用程序。Web Dynpro 是 SAP 的一种编程模型,专门设计用于构建富客户端应用程序,...

    JA312 - SAP Advanced Web Dynpro for Java.pdf

    根据给定文件的信息,我们可以深入探讨“JA312 - SAP Advanced Web Dynpro for Java”这一主题,这是一份详尽的技术文档,聚焦于SAP的高级Web Dynpro技术在Java环境下的应用与开发。 ### 核心知识点:SAP Advanced ...

    WebDynpro_JAVA_sample

    sap 官方的 webdynpro 源代码例子 文件包含: J2EE_Calculator.zip J2EE_CalculatorReadme.pdf J2EE_GettingStartedJDO.zip J2EE_GettingStartedJDOReadme.pdf J2EE_GettingStartedOpenSQL.zip J2EE_...

    SAP ABAP Web dynpro 跟踪调试

    SAP ABAP Web dynpro 跟踪调试工具的讲解。

    Use Portal Eventing

    这里的`"urn:com.sap.tc.webdynpro.test.portal"`是事件的命名空间,`"TestEvent"`是事件的具体名称,而`wdThis.wdGetTestEventAction()`则是执行相应处理的Web Dynpro动作。值得注意的是,事件的命名空间和名称组合...

    SAP Web Dynpro的开发技术.pptx

    SAP Web Dynpro是一种专为构建企业级Web应用程序而设计的技术,它是SAP Dynpro编程概念在网络环境中的延伸。Web Dynpro提供了两种开发语言选择,即ABAP和Java,分别对应Web Dynpro for ABAP和Web Dynpro for Java。...

    SAP ABAP webdynpro实例

    SAP ABAP webdynpro实例

    SAP Press - Web Dynpro ABAP. The Comprehensive Guide.pdf

    ### SAP Web Dynpro ABAP:全面指南 #### 一、SAP Web Dynpro ABAP简介 SAP Web Dynpro ABAP是一种用于构建基于Web的应用程序的技术框架,它为开发人员提供了一个灵活且强大的工具集来设计用户界面(UI)。通过结合...

    WEB DYNPRO Simple Tutorials.rar

    SAP 为 Web Dynpro 提供两种开发预言:ABAP 和 Java,于是就有了 Web Dynpro for ABAP 和 Web Dynpro for Java。  Web Dynpro 采用了一种高级的 MVC / Data Binding 架构模式,并且提供非常友好的编程界面。Web ...

    Concepts of Web Dynpro for Java.pdf

    根据提供的文件信息,“Concepts of Web Dynpro for Java.pdf”主要介绍了SAP NetWeaver Web Dynpro for Java的相关概念和技术细节。以下是对该文档中关键知识点的深入解析: ### 一、SAP NetWeaver Web Dynpro for...

    webdynpro 基础篇.zip

    SAP_ABAP_WebDynpro开发(中文) http://scnblogs.techweb.com.cn/tcsapbw/archives/5.html 一、WebDynpro For ABAP 基础 案例一:WebDynpro环境准备 - 6 - 案例二: Tabtrip与close事件 - 10 - 案例三: ...

    12-WebDynpro-Overview.pdf

    ### SAP WebDynpro:概述与关键技术点 #### 引言:理解SAP WebDynpro框架 SAP WebDynpro是一款专为SAP NetWeaver平台设计的用户界面开发框架,其核心价值在于提供了丰富的设计工具,使开发者能够在图形化或声明式...

    NetWeaver WebDynpro fro Java Tutorial

    **NetWeaver WebDynpro for Java** 是SAP NetWeaver平台的一部分,它提供了一种用于开发用户界面(UI)应用程序的方法。通过结合Java和XML技术,NetWeaver WebDynpro for Java支持快速且高效地构建企业级应用程序。本...

    80.WEB DYNPRO案例集.zip

    WEB Dynpro是SAP推出的一种基于Web的开发技术,主要用于构建企业级的用户界面(UI)。这个"80.WEB DYNPRO案例集.zip"压缩包文件很可能包含了多个关于WEB Dynpro的应用实例,旨在帮助学习者理解和掌握这项技术。虽然...

    SAP Web Dynpro for ABAP 图片上传及使用

    在深入探讨SAP Web Dynpro for ABAP中的图片上传与使用这一主题时,我们首先要理解其核心概念与架构。SAP Web Dynpro是SAP提供的一种用于开发用户界面(UI)的技术,它允许开发者构建出直观且功能丰富的网页应用。特别...

    SAP Web Dynpro For JAVA开发技术详解.zip

    SAP Web Dynpro for Java是一种由SAP公司提供的企业级应用程序开发框架,专门用于构建复杂的、用户界面(UI)密集型的企业应用。该技术旨在提高开发效率,提供强大的UI设计工具,以及支持业务逻辑和数据处理。以下是...

    SAP Web Dynpro40个经典案例

    SAP Web Dynpro 是 SAP ABAP 平台上的一个组件,用于开发富客户端应用程序,尤其适合构建企业级的复杂业务应用。本资料“SAP Web Dynpro 40个经典案例”提供了40个实际应用示例,全面覆盖了各种业务场景,帮助开发者...

    webdynpro 进阶篇.zip

    WebDynpro For ABAP 进阶 案例一: WebDynpro中事件执行顺序 - 261 - 案例二: 快速搜索WebDynpro信息 - 268 - 案例三: Upload Excel using WebDynpro - 271 - 案例四: SICF为某一WD App配置Logon page - 277 - ...

    WebDynpro是什么.pdf

    Web Dynpro是SAP公司推出的一种企业级的Web应用程序开发框架,主要针对复杂的业务应用设计。这个技术在2004年首次亮相,旨在提供一个高效、可扩展且灵活的平台,让开发者能够构建用户友好、高性能的Web界面。Web ...

Global site tag (gtag.js) - Google Analytics