ADS - ooxxvv/MySAPnotes GitHub Wiki

ADS

  • 利用 Adobe Document Service 讓 PDF 檔中可以輸入資料,並且傳回 SAP 系統中。

  • 系統是利用 ADS 將 PDF 檔中的資料轉成 XML 格式

  • 也稱為 Interactive Forms

  • Tcode

  • SFP => PDF Form Builder

ADS Script

Javascript

  • 在 Javascript 中,取得 XML 中的資料
      MAKTX.rawValue = xfa.resolveNode("xfa.data.data.TMATNR.DATA[0].MAKTX").value;
  • 取得 Drop-Down List 中,目前所選中的 Item 的 Text
      MAKTX.rawValue = boundleItem(xfa.event.newText);

Code

  • Code20090401 => 將 Interactive Form 附檔在 eMail 中寄出或 Download
  • Code20090331 => 利用 ADS 將 Interactive Form 中的資料取出