Hi All,
Problem 2 been resolved. Find the solution below.
Inside the below standard code, insert a statement saying that table control lines.
Then the entire TCW will be in editable mode for the input.
*****************************************************************************************
*&SPWIZARD: OUTPUT MODULE FOR TC 'TC_WIZ1'. DO NOT CHANGE THIS LINE!
*&SPWIZARD: UPDATE LINES FOR EQUIVALENT SCROLLBAR
MODULE TC_WIZ1_CHANGE_TC_ATTR OUTPUT.
DESCRIBE TABLE LT_ZPM_WHY_WHY LINES TC_WIZ1-lines.
TC_WIZ1-lines = 20.
ENDMODULE.
*****************************************************************************************