当前位置:网站首页>SAP ALV color code corresponding color (finishing)
SAP ALV color code corresponding color (finishing)
2022-07-06 03:23:00 【rogerix4】
1. ALV Color code rules
- SAP The color code consists of three control codes ( As shown below )

2. ALV The correspondence between color code and color
- Color code correspondence

3. ALV Use of color codes
Line item level
- 1. The inner table defines the color field :color TYPE char4.

- 2.Layout Set up :gs_layout-info_fname = ‘COLOR’.

- 3. Internal table setting :gs_data-color = ‘C###’.(### Three digit color code )

- 1. The inner table defines the color field :color TYPE char4.
Cell level
- 1. The inner table defines the color field :color TYPE lvc_t_scol.

- 2.Layout Set up :gs_layout-ctab_fname = ‘COLOR’..

- 3. Internal table setting :
- ls_color-fname = ‘field_name’. (field_name Set the field of color )
- ls_color-color-col = ‘#’.(# Color code comes first )
- ls_color-color-int = ‘#’.(# Color code second )
- ls_color-color-inv = ‘#’.(# Color code third )
- take ls_color Attach to gs_layout-color[] surface

- 1. The inner table defines the color field :color TYPE lvc_t_scol.
边栏推荐
- 2.1 rtthread pin设备详解
- Pelosi: Congress will soon have legislation against members' stock speculation
- 【SLAM】ORB-SLAM3解析——跟踪Track()(3)
- Analyze menu analysis
- Pytorch基础——(1)张量(tensor)的初始化
- Mysql database operation
- 11. Container with the most water
- 深度解析指针与数组笔试题
- XSS challenges bypass the protection strategy for XSS injection
- 银行核心业务系统性能测试方法
猜你喜欢

Linear programming matlab

Analyze menu analysis

Eight super classic pointer interview questions (3000 words in detail)

遥感图像超分辨率论文推荐

mysqldump数据备份

Performance test method of bank core business system

Era5 reanalysis data download strategy

Modeling specifications: naming conventions

MPLS experiment

Mysql database operation
随机推荐
Shell 传递参数
three.js网页背景动画液态js特效
教你用Pytorch搭建一个自己的简单的BP神经网络( 以iris数据集为例 )
[rust notes] 18 macro
ERA5再分析资料下载攻略
StrError & PERROR use yyds dry inventory
Safety science to | travel, you must read a guide
Inherit day01
Audio-AudioRecord Binder通信机制
Modeling specifications: naming conventions
Princeton University, Peking University & UIUC | offline reinforcement learning with realizability and single strategy concentration
MySQL advanced notes
XSS challenges bypass the protection strategy for XSS injection
codeforces每日5題(均1700)-第六天
Leetcode problem solving -- 173 Binary search tree iterator
SAP ALV颜色代码对应颜色(整理)
这些不太会
[risc-v] external interrupt
数据分析——seaborn可视化(笔记自用)
How to write compile scripts compatible with arm and x86 (Makefile, cmakelists.txt, shell script)