在sap中很多地方使用了集(set)來儲存層次關係的資料,如:
cost center group
cost element group
order group
statistical key figure group
activity type group
profit center group
business process group
cost object group
account group
wbs element group
fund group
functional area group
grant group
business entities set
real estate set
buildings set
rental units set
rental agreements set
management contracts set
settlement units set
general contracts set
... 等等....,具體參見setcls表.
gs01
gs02
gs03
gs04
setleaf:values in sets(setclass(4),subclass(10),setname(24),lineid(10))
g_set_get_all_values
g_set_fetch
讀取乙個set的header資訊、及其直接子集、直接葉節點的資料
g_set_copy_into_treecontrol
將某個集的資料整理成tree control可用的資料結構(即treev_ntab和mtreeitm)
相關的,在function group 「gstc」中有若干與tree control相關的function module
關於HTML的相關內容
1.html html hyper text mark up language 超文字標記語言 最基礎的網頁語言 html不是一門程式語言 而是一門標記語言 html是用標記 標籤 元素 來描述網頁內容的 html是文件的一種 2.html的結構 用來指定當前頁面所遵循的html的版本 頭部分用來存...
ORACLE相關內容
1 em,dbca,netca,netmgr出現亂碼方案 cd oracle home jre lib mv font.properties font.properties.bak mv font.properties.zh font.properties em,dbca,netca,netmgr詳...
JVM相關內容
本地 native code 每個因素對記憶體占用的影響又會隨著應用程式 執行環境和系統平台的不同而變化,那怎樣計算總的記憶體佔用量?是的,想得到乙個準確的數字不是那麼容易,因為 你很難控制本地 native 部分。你能控制的部分只有堆大小 xmx,類占用的記憶體 xx maxpermsize,還有...