if (strView.equals("EDIT"))
printPageEdit(response, request, vars, false, strMA_Sequence_ID, strPMA_Processplan_Version_ID, tableSQL);
else printPageDataSheet(response, vars, strPMA_Processplan_Version_ID, strMA_Sequence_ID, tableSQL);
} else if (vars.commandIn("RELATION")) {
String strPMA_Processplan_Version_ID = vars.getGlobalVariable("inpmaProcessplanVersionId", windowId + "|MA_Processplan_Version_ID");
String strMA_Sequence_ID = vars.getGlobalVariable("inpmaSequenceId", windowId + "|MA_Sequence_ID", "");
vars.setSessionValue(tabId + "|Operation.view", "RELATION");