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

原来为了你

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

 
 
 

日志

 
 
 
 

BAPI_USER_UNLOCK  

2011-01-27 18:01:44|  分类: BAPI |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

report test_bapi_user_unlock.


*---types and data
data: lt_return like bapiret2 occurs 0,
      ls_return like bapiret2.

data: l_message(200).

*---selection screen
parameter: p_name like bapibname-bapibname .

*---start-of-selection
start-of-selection.

  if not p_name is initial.
    call function 'BAPI_USER_UNLOCK'
      exporting
        username = p_name
      tables
        return   = lt_return.
  else.
    message 'Name is initial!' type 'S'.
    leave list-processing.
  endif.

  if lt_return[] is initial.
    call function 'BAPI_TRANSACTION_COMMIT'
      exporting
        wait = 'X'.
    message 'Unlock Successfully
' type 'S'.
  else.

*---
返回错误或警告消息
    loop at lt_return into ls_return.
      concatenate l_message ls_return-message into l_message.
    endloop.

    message l_message type 'S' display like 'W'.
  endif.

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

历史上的今天

评论

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

页脚

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