当前位置:网站首页>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.
边栏推荐
- Safety science to | travel, you must read a guide
- Pytorch基础——(2)张量(tensor)的数学运算
- Computer graduation project asp Net fitness management system VS development SQLSERVER database web structure c programming computer web page source code project
- 如何做好功能测试
- Python implementation of maddpg - (1) openai maddpg environment configuration
- codeforces每日5題(均1700)-第六天
- 深入探究指针及指针类型
- How to choose PLC and MCU?
- 2.1 rtthread pin设备详解
- ASU & OSU | model based regularized off-line meta reinforcement learning
猜你喜欢
随机推荐
ArabellaCPC 2019(补题)
Codeforces 5 questions par jour (1700 chacune) - jour 6
2022工作中遇到的问题四
NR modulation 1
Pytorch基础——(1)张量(tensor)的初始化
3857墨卡托坐标系转换为4326 (WGS84)经纬度坐标
February 14, 2022 Daily: Google long article summarizes the experience of building four generations of TPU
Getting started with applet cloud development - getting user search content
Web security SQL injection vulnerability (1)
Esbuild & SWC: a new generation of construction tools
Performance analysis of user login TPS low and CPU full
Data and Introspection__ dict__ Attributes and__ slots__ attribute
Era5 reanalysis data download strategy
Software design principles
These are not very good
适合程序员学习的国外网站推荐
Leetcode problem solving -- 99 Restore binary search tree
Analyze 菜单分析
SWC介绍
[slam] lidar camera external parameter calibration (Hong Kong University marslab) does not need a QR code calibration board









