2 – 資料字典
3 – abap編輯器
4 – 執行計算
模組5 – 字串
6 – 除錯程式
7 – 工作與您的資料庫表
8 – 工作與其他資料型別
9 – 使用abap修改資料庫表中的資料
模組10 – 程式流控制和邏輯表示式
模組11 – 樓宇使用者選擇螢幕
12 – 內部資料表
13 – 模組化程式
module 2 – data dictionary
module 3 – introducing the abap editor
module 4 – performing calculations
module 5 – character strings
module 6 – debugging your programs
module 7 – working with your database tables
module 8 – working with other data types
module 9 – using abap to modify data in a database table
module 10 – program flow control and logical expressions
module 11 – building user selection screens
module 12 – internal tables
module 13 – modularizing your programs
新手必須學習abap內容
tagged on:
abap
sap
lei jingwei
2019-02-142019-02-14
sapno comments
your email address will not be published. required fields are marked *
comment
name *
email *
website
新手必須學習ABAP內容
新手必須學習abap內容 推薦一本老外給初學者學習abap的書籍,2012年12月上市。一步一步教你用sap nco3.0呼叫rfc 菜鳥必看 vs2010 nco3.0呼叫sap bapi獲得定義的公司名單 源 將execl資料匯入oracle10g 在sap自建 全國各大城市資料表 一步一步教你...
ABAP學習小結
development class 用於同一系統中各個 program,如果不屬任一 class,可使用 tmp 執行程式 h 到debug 模式 program testcontinue 會直接執行完 或者設定斷點 執行報表 system servers report abap中宣告與敘述 宣告是...
ABAP學習筆記
assign利用offset語句靜態賦值,語法 assign gv name off len to 中間紅色的len必須為大於0的正整數或者 且off len的值必須小於變數gv name值的長度。如 assign gv name 6 to error assign動態分配表字段,語法 assing...