SourceCode - ooxxvv/MySAPnotes GitHub Wiki
SourceCode
- 程式碼的相關索引,此頁為人工維護。
Internal Table , Structure
- Code20070130 => 將structural 中的欄位動態 assign 到 field-symbo 。
- Code20071016 => 動態產生不同結構的 Internal table 。
- Code20071023 => 根據所指定的 Variant (ALV) ,動態產生不同結構的 Internal table ,並下載其資料。
Text, File, Dataset
- Code20080117 => 將調整數字欄位的輸出格式。
- Code20070214 => 將結果分別存到 Local PC 、 Server 及產生報表。
- Code20070529 => 在 unicode 系統下,將一個中文字的長度視為兩個英文字。
Report, ALV, Layout Set
- Code20070209 => 動態產生 Report 中 List 的表頭。
- Code20070216 => 在 layouset 中無法直接撰寫程式碼,需 PERFORM 到別的程式做運算,這裡是一些有用的程式碼。
- Code20071023 => 根據所指定的 Variant (ALV) ,動態產生不同結構的 Internal table ,並下載其資料。
- Code20071113 => 計算 Report 的總頁數,並將其輸出在每一頁的表頭。
- Code20080715 => ALV 的範例程式,包含 Call function 及 Class 的方式。
ABAP, Dictionary, Tcode
- Code20070108 => 將系統中的程式碼 download 成 HTML 格式。
- Code20070102 => 一個類似 tcode/ SE16 的程式。
- Code20070213 => 查詢所輸入的 Tcode 是否有 Enhancement 的程式。
- Code20070427 => 批次下載程式與表格結構。
- Code20070717 => 批次下載 ABAP 原始碼,及 Abap Dictionary 的資料結構 (選項很多)。
- Code20080611 => 在 View Cluster 中 Events 的程式碼。
Mail, Fax, SAPconnect
- Code20071023 => 在 Non-Unicode 系統下,寄有夾檔的 Email。
- Code20080716 => 在 Unicode 系統下,寄有夾檔的 Email。
Master Data
- Code20080520 => 物料主檔的各欄位及相關的 Description。
Other
- Code20080521 => 可捉到 OB58 的設定,並依設定產生報表
- Code20090401 => 將 Interactive Form 附檔在 eMail 中寄出或 Download
- Code20090331 => 可利用 ADS ,將 Interactive Form 中的資料取出
- Code20101116 => 將程式碼隱藏,無法用 SE38 檢視修改。