今天遇到一個需求要限制User輸入只能是固定的字元,但是又要求可以多行輸入。找了半天發現,目前SAP 4.6C對Regex的支援不是很好(估計是我水平沒發現)。後來師傅給想了個辦法倒是很方便的解決問題了。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->DATA: STR_NUM(25) VALUE '0123456789.'.DATA: STR(2
文章目錄 Transaction Key 其實Tran./Event Key這個東東只是一個代碼,主要是用來通過OBYC和科目關聯 定義Transaction/Event keys 只要定義一個Tran./Event Key,之後OBYC畫面就可以看到了。 Transaction Keyupdated Nov 28, 2009 4:55 am | 8,400 views Transaction Key In SAP the
TBODY 元素內包含的有效標籤有:TD TH TR TBODY 元素會為全部表格自動定義,就算表格沒有顯式定義 TBODY 元素。table 對象及其相關的元素有獨立的表格物件模型,這與常規物件模型所採用的方法有很大不同。此元素在 Microsoft? Internet Explorer 3.0 的 HTML 中可用,在 Internet Explorer 4.0 的指令碼中可用。此元素不會被渲染。此元素需要關閉標籤。tbody定義表格的主體
from http://www.cnblogs.com/SlashOut/archive/2008/09/16/1291620.html 統馭科目(Reconciliation Account) 是用來將明細分類帳附加到總分類帳的一種總帳科目。統馭科目和明細分類帳在過帳業務時同步更新-即行項目明細保持在明細份類帳中,匯總資訊則保留在統馭科目中,統馭科目是不能直接過帳的。
網上找到的答案:Hi Gurus! Im trying to post a returns delivery(movement 122) using transaction MBR. But then I encounter the error message "Value of Goods Movement is Negative". Im looking at OSS notes but I can't see anything related to this. Additional
from http://xvebin666.blog.163.com/blog/static/196884020099192555217/在使用 REUSE_ALV_FIELDCATALOG_MERGE(確定輸出的列)FUNTICON時,如果出現了“program lines are wider than the internal table”,解決方案:你程式中某行的個數超過了72個字元,包括注釋。。把行的數量減為少於72個字元,就OK了。 data: i_fieldcat_alv type
FORM itabtodatasetfrom http://blog.chinaunix.net/u1/40527/showart.php?id=370362FORM itabtodataset TABLES intab USING dname TYPE c. DATA: tab TYPE x VALUE '09', enter(2) TYPE x VALUE '0D0A', count(8) TYPE n. DATA:
W= (d+2*m+3*(m+1)/5+y+y/4-y/100+y/400) mod 7在公式中d表示日期中的日期,m表示月份數,y表示年數。 注意:在該公式中要把一月和二月看成是上一年的十三月和十四月,例:如果是2004-1-10則換算成:2003-13-10來代入公式計算。下面是 C#的代碼實現CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/
Difference Between BADI and User Exits http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user