Chinaunix首页 | 论坛 | 博客
  • 博客访问: 171511
  • 博文数量: 22
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 345
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-08 11:07
文章分类

全部博文(22)

文章存档

2011年(1)

2009年(2)

2008年(19)

我的朋友

分类:

2008-06-06 11:34:11

*&---------------------------------------------------------------------*
*& Report  ZDEMO_SELECT_TAB
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
REPORT  ZDEMO_SELECT_TAB.
************************************************************************
*Tabbed block.
selection-screen begin of tabbed block tabb1 for 9 lines.
selection-screen tab (15) text-001 user-command ucomm1
 default screen 101.
selection-screen tab (15) text-002 user-command ucomm2
 default screen 102.
selection-screen tab (17) text-003 user-command ucomm3
 default screen 103.
selection-screen end of block tabb1.
selection-screen begin of screen 101 as subscreen.
parameter: P_MATNR type MATNR.
selection-screen end of screen 101.
selection-screen begin of screen 102 as subscreen.
parameter: P_MLBNR type MBLNR.
selection-screen end of screen 102.
selection-screen begin of screen 103 as subscreen.
parameter: P_EBELN type EBELN.
selection-screen end of screen 103.
阅读(1282) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~