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

Mail, Fax, SAPconnect

  • Code20071023 => 在 Non-Unicode 系統下,寄有夾檔的 Email。
  • Code20080716 => 在 Unicode 系統下,寄有夾檔的 Email。

Master Data

  • Code20080520 => 物料主檔的各欄位及相關的 Description。

Other