SAP basis 二

使用事务 SMW0 可以在数据库中创建自己的图像.选择选项"二进制数据".
可以按.GIF 格式保存图像.
使用表 SSM_CUST 中的关键字 "START_IMAGE" 创建数据记录. (使用事务SM30.)针对数据记录值,请输入在事务 SMW0 中定义的图像.
- 使用条目 "RESIZE_IMAGE" 的行和表 SSM_CUST 的值 "YES" 或 "NO",可以确定图像是应该自动调整适应屏幕大小,还是应该居中位于初始屏幕的右侧.
- 也可以隐藏图像,这样用户就无法看到它了.请在表SSM_CUST中输入"HIDE_START_IMAGE" 和值 "YES".如果执行该操作,系统将忽略用户指定的图像显示设置.
  • Transaction code - SMW0
  • X - Binary data for WebRFC application
  • Hit Enter
  • Click Execute
  • Click Settings -> Maintain MIME types
  • Click the Create button
  • Fill in :- TYPE : image/gif EXTENSION : .GIF
  • Click Save
  • Click Back to the Binary data for WebRFC
  • Click Create
  • Fill in :- Obj. name : ZXXXX.GIF Description :
  • Company Logo
  • Click Import and specify the filename where your
  • GIF file is
  • located.File type is BIN. Finish press the
  • Transfer button.
  • If successful, your logo will be shown in the
  • Binary data for
  • WebRFC.
  • Transaction code SM30 - Table/View - SSM_CUST
  • Click Maintain
  • Click New Entries
  • Name Value to be set
  • START_IMAGE ZXXXX.GIF
  • RESIZE_IMAGE NO
  • Logoff and Login again

  • 8sap*用户密码忘记时
  • Su - devadm

    sqlplus / nolog

    conn / as sysdba;

    delete from sapsr3.usr02 where MANDT = '200' and BNAME = 'SAP*';

  • 9、创建一个传输请求项目名称

  • spro >>  goto >> project management >> Creater project

10、SMW0 创建文件模板




如果在上图界面添加不上模板文件,则选择Maintain MIME types

添加扩展名,完成!

10、关闭SAP*自动登录的方法
用rz10找到login/no_automatic_user_sapstar(不允许自动登录)参数,在client copy之前login/no_automatic_user_sapstar默认参数为1;改成0才能client copy ,client copy之后,在各个client中创建sap*用户,在client copy 之后修改login/no_automatic_user_sapstar 参数为1

原文地址:https://www.cnblogs.com/rainysblog/p/3558111.html