有時候我們在alv的時候,客戶會對輸出的資料進行二次篩選,這時候如果我們做全選(checkbox)系統會把我們過濾掉得資料也選擇;
用下面的method就可避免此問題;
1data:it_rows type
lvc_t_fidx.
2data:wa_rows like
line
ofit_rows.34
call
method g_grid_400_list->get_filtered_entries"
g_grid_400_list是定義的alvguid
5importing
6 et_filtered_entries = it_rows.
Python 實現過濾掉列表中唯一值
目錄 from collections import counter def filter unique lst return item for item,count in counter lst items if co 1 examples filter unique 1,2,2,3,4,4,5 ...
Shell指令碼 過濾掉錯誤寫法的ip位址
遇到給的ip位址列表的檔案中出現 錯誤寫法的ip,通過下面的指令碼,過濾掉寫法錯誤的ip位址 root ops ip statistic bin cat judge.sh bin bash auth hehailiang usage sh judge.sh ip list file src 1 gr...
DB2 exists子句會過濾掉所用的本條記錄
select m.personnelid from yorgpersonnel m where m.organizationid sap zhuxj20120409091538000007 查詢某部門的所有成員 and exists select 1from ypersonnel a where m...