To see a world in a grain of sand.
And a heaven in a wild flower
Hold infinity in the palm of your hand.
And eternity in an hour
一花一世界
一沙一天堂
掌中握无限
霎那成永恒
星期三, 一月 16, 2013
abap 执行本地SQL Native SQL
exec sql. insert into test(code) valeus( :pl_wa-Entity_Code, ); endexec. if sy-subrc ne 0. write:/,'fail!'. endif. commit work.