ABAP-BITMAP的命令引數的使用說明
Documentation on the SAPscript graphic administration is available in the system.
There are two ways of accessing it:
1. Create a graphic directly on the form painter page, for example, using the context menu.
2. Within a text/text element you can use the BITMAP command with the following syntax:
/: BITMAP <name> OBJECT <obj> ID <id> TYPE <typ> [XPOS <xpos>] [YPOS <ypos>] [DPI <dpi>]
<name> = name from SE78
<obj> = normally GRAPHICS
<id> = usually BMAP
<typ> = BMON (Black/white) or BCOL (Colored)
<xpos>= optional
<ypos> = optional
<dpi> = optional (have a look at the F4-help, just a few are valid)
You must set the <name>, <obj>, and <typ> as defined in Transaction SE78, example:
BITMAP logo OBJECT graphics ID BMAP TYPE BCOL
The XPOS,YPOS and DPI parameters are optional.
To achieve a certain scaling, you can use XPOS to specify a horizontal shift and DPI to change the resolution.
You can choose any unit for XPOS, for example, XPOS 3 CM or XPOS 10 MM.
相關文章
- mosquitto命令引數說明UI
- MySQL mysqldump命令的引數詳細說明MySql
- Linux SHELL if 命令引數說明Linux
- Mongodb啟動命令mongod引數說明MongoDB
- 資料泵的TRANSFORM引數說明及使用ORM
- GoldenGate HANDLECOLLISIONS引數使用說明Go
- Nginx的gzip配置引數說明Nginx
- 編譯引數-ObjC的說明編譯OBJ
- TOP引數說明
- mysqldump引數說明MySql
- mysqldump 引數說明MySql
- MySQL引數說明MySql
- gnupg2 2.2.20版本,命令引數說明
- sql注入工具sqlmap使用引數說明SQL
- Elasticsearch 引數配置說明Elasticsearch
- kafka 引數配置說明Kafka
- redis 3.0 引數說明Redis
- golden gate 引數說明Go
- oracle引數說明(zt)Oracle
- Shell常用的特殊位置引數變數說明變數
- mysql常用引數使用說明及查詢MySql
- wc 命令使用說明
- 10G資料泵載入命令expdp/impdp的引數說明
- Oracle Table建立引數說明Oracle
- Oracle Table 建立引數 說明Oracle
- mysqldump引數詳細說明MySql
- Oracle Sequence Cache 引數說明Oracle
- 【MYSQL】MHA引數列表說明MySql
- Mysql JDBC Url引數說明MySqlJDBC
- ip 命令的說明
- [FFmpeg]ffmpeg各類引數說明與使用示例
- linux的wget命令使用說明Linuxwget
- python 函式引數的傳遞(引數帶星號的說明)Python函式
- System.getProperty("xxx")的引數說明
- mosquitto_pub和mosquitto_sub 命令引數說明UI
- linux常用核心引數說明Linux
- 【7】JVM引數說明和分析JVM
- 2.--Goldgate常用引數說明Go