在SAP DIALOG设计中,有时候须要动态的隐藏某些列,以下是方法. ***数据定义 CONTROLS: table_control TYPE TABLEVIEW USING SCREEN 0100. "Table Control名称 DATA: l_col LIKE LINE OF table_control-cols. "定义Table Control 列 ***在PBO中 PROC…
table内 获取同一行 其他列的value function move(obj,ud){ var code = document.getElementById("reportName"); var year = document.getElementById("reportYear"); var tr= obj.parentNode.parentNode; var cells = tr.cells; var targetcode = cells[3].child…