登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

原来为了你

我的人生就是要一次次的超越

 
 
 

日志

 
 
 
 

报表程序模板  

2011-01-30 17:17:11|  分类: ABAP基础知识 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

*&---------------------------------------------------------------------
*& Program name: ZSD_R_016
*& T-Code: ZSDR016
*& Porgram Type: Report
*& Description: 开票查询
*&----------------------------------------------------------------------
*& Author:  Xiaolei.Sun
*& Date:    2010.01.30
*&----------------------------------------------------------------------
*& Function Spec No.:
*& Funciton Desc:
*&
*&
*&
*&----------------------------------------------------------------------
*& Modification Log:
*& Version     Date        Author       DESCRIPTION     CHANGE REQUEST
*& -------- ----------  -----------    -------------   -----------------
*&  V1.00   2010.01.30    孙晓磊      Initial release
*&
*&----------------------------------------------------------------------

report zsd_r_016 no standard page heading message-id oo.

*----------------------------------------------------------------------*
* TABLE DECLARATION                                                    *
*----------------------------------------------------------------------*
tablesvbrk,vbrp.


*----------------------------------------------------------------------*
* TYPE-POOLS                                                           *
*----------------------------------------------------------------------*
type-pools:  slis.

*----------------------------------------------------------------------*
* CONSTANTS                                                            *
*----------------------------------------------------------------------*


*----------------------------------------------------------------------*
* TYPES                                                                *
*----------------------------------------------------------------------*

*----------------------------------------------------------------------*
* DATA                                                                 *
*----------------------------------------------------------------------*



*----------------------------------------------------------------------*
* SCREEN DECLARATION: PARAMETERS & SELECT-OPTIONS                      *
*----------------------------------------------------------------------*


*----------------------------------------------------------------------*
* DEFINE                                                               *
*----------------------------------------------------------------------*




*----------------------------------------------------------------------*
* INITIALIZATION                                                       *
*----------------------------------------------------------------------*


initialization.
  
perform frm_initialization.


*----------------------------------------------------------------------*
* AT SELECTION-SCREEN OUTPUT                                           *
*----------------------------------------------------------------------*
at selection-screen output.
  
perform frm_modify_screen.


*----------------------------------------------------------------------*
* AT SELECTION-SCREEN                                                  *
*----------------------------------------------------------------------*
at selection-screen.
  
perform frm_check_input.


*----------------------------------------------------------------------*
* START-OF-SELECTION                                                   *
*----------------------------------------------------------------------*
start
-of-selection.
  
perform frm_retrive_data."get data
  
perform frm_process_data."process data


*----------------------------------------------------------------------*
* END-OF-SELECTION                                                     *
*----------------------------------------------------------------------*
end-of-selection.
  
perform frm_output.
*&---------------------------------------------------------------------*
*&      Form  FRM_INITIALIZATION
*&---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
form frm_initialization .

endform.                    " FRM_INITIALIZATION
*&---------------------------------------------------------------------*
*&      Form  FRM_MODIFY_SCREEN
*&---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
form frm_modify_screen .

endform.                    " FRM_MODIFY_SCREEN
*&---------------------------------------------------------------------*
*&      Form  FRM_CHECK_INPUT
*&---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
form frm_check_input .

endform.                    " FRM_CHECK_INPUT
*&---------------------------------------------------------------------*
*&      Form  FRM_RETRIVE_DATA
*&---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
form frm_retrive_data .

endform.                    " FRM_RETRIVE_DATA
*&---------------------------------------------------------------------*
*&      Form  FRM_PROCESS_DATA
*&---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
form frm_process_data .

endform.                    " FRM_PROCESS_DATA
*&---------------------------------------------------------------------*
*&      Form  FRM_OUTPUT
*&---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  -->  p1        text
*  <--  p2        text
*----------------------------------------------------------------------*
form frm_output .

endform.                    " FRM_OUTPUT

  评论这张
 
阅读(580)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018