[注意]如何获取积分? |
首先感谢大家的光临。
本站建立的初衷就是为了给大家提供一个查看文档、交流并共同维护、进步的地方.
现在网站已经初具规模了,为了推动网站的壮大,并加强同行间的交流,对于部分精品进行积分考虑。
具体如下:
1、新注册用户 积分为:10
2、发表文章、上传文件 每篇积分为:5(12/28/2006 15:09:26,429) [查看全文] |
比较全面的ALV Function方式的 |
*---------------------------------------------------------------------- * Program: ZZ_ALV_REPORT_STUB * Author : Clayton Mergen * Date : * * Purpose: Report using ALV function
|
如何在REUSE_ALV_GRID_DISPLAY标识不同行用不同的颜色 |
1 在内表中加入颜色字段 ............................. color(4) type c, ................................
2 在内表添加记录是通过条件设置颜色字段值 wa_customerinfo-color = 'C110'.
3 设置颜色控制(11/05/2006 21:42:51,155) [查看全文] |
 显示修改数据(tables CDHDR and CDPOS) |
REPORT z_alv_cdhdr_cdpos. TYPE-POOLS slis. DATA : cdhdr TYPE cdhdr. SELECT-OPTIONS : s_objcls FOR cdhdr-objectcla(11/05/2006 20:16:47,19) [查看全文] |
Example of a Simple ALV Grid Report |
Example of a Simple ALV Grid Report REPORT ZTUFI091 (10/18/2006 09:08:47,80) [查看全文] |
ABAP Example Program ALV Grid Control |
ABAP Example Program ALV Grid Control
You need to create a screen 100 for calling it, and in the Element list of the sceen supply OK_CODE of type OK & in th(10/18/2006 09:08:21,77) [查看全文] |
An Interactive ALV Report |
An Interactive ALV Report *&---------------------------------------------------------------------*
*& Report ZZ(10/18/2006 09:07:55,50) [查看全文] |
ALV Reporting - REUSE_ALV_BLOCK_LIST_DISPLAY |
ALV Reporting - REUSE_ALV_BLOCK_LIST_DISPLAY REPORT z_alv_list_block.
TYPE-POOLS: slis. " ALV Global types
SELECTION-SCREEN :
SKIP,
BEGIN OF LINE,
COMMENT(10/18/2006 09:07:24,53) [查看全文] |
Reincarnation of REUSE_ALV_FIELDCATALOG_MERGE |
These FORMs are for people accustomed to
(10/18/2006 09:06:09,34) [查看全文] |
ALV Reporting - Z_LIST_MATERIALS |
ALV Reporting - Z_LIST_MATERIALS REPORT Z_LIST_MATERIALS.
TYPE-POOLS: SLIS.
TABLES:MARC, MARD, VBAP, LIPS, EKPO, VBFA, EKBE, MARM, VBBE, MARA, MBEW.
SELECTIO(10/18/2006 09:05:40,46) [查看全文] |
Use Simple ALV Functions to Make Reporting Easy |
Use Simple ALV Functions to Make Reporting Easy *&---------------------------------------------------------------------*
*& Report ZBC_AL(10/18/2006 09:04:57,47) [查看全文] |
Test ALV Display With Header & Footer |
Test ALV Display With Header & Footer *Program to Test ALV Display With Header & Footer.
*&----------------------(10/18/2006 09:04:15,46) [查看全文] |
Sample ALV: Heading in ALV |
Sample ALV: Heading in ALV
With Compliments by: Ulhas Sonawane (10/18/2006 09:03:49,46) [查看全文] |
How to make ALV header like this? |
How to make ALV header like this?
Header long text 1 Header long text 2 Header long text 3 Col_1 Col_2 Col_3 Col_4 Col_5 Col_6 Col_7 Col_8 Col_9(10/18/2006 09:03:28,58) [查看全文] |
Line Color in ALV Example |
Line Color in ALV Example
An example of using linecolor (ALV).
Here you have a good example of coloring rows, columns and specific cells in alvs. It come(10/18/2006 09:02:50,58) [查看全文] |