‎2006 Jun 26 1:20 PM
Hi Friends,
In the table control, how the following code works. (This is generated by the system).
*&SPWIZARD: execute general and TC specific operations *
CASE L_OK.
WHEN 'INSR'(001). "insert row
PERFORM FCODE_INSERT_ROW USING P_TC_NAME
P_TABLE_NAME.
CLEAR P_OK.
How INSR will work.
Can any one help me.
Regards,
Mark K
‎2006 Jun 26 1:23 PM
hi
this is the function code they have attached with that field and whenever user clicks on that push button this function code gets triggered and passed as sy-ucomm and u can catch this function code and trigger some event for the same!!
Reward points if it helps
Regards
Gunjan
‎2006 Jun 26 1:23 PM
hi
this is the function code they have attached with that field and whenever user clicks on that push button this function code gets triggered and passed as sy-ucomm and u can catch this function code and trigger some event for the same!!
Reward points if it helps
Regards
Gunjan
‎2006 Jun 26 1:30 PM
Hi
In your status gui you should have a buttom for inserting the row.
The value of function code of that buttom has to be INSR.
Max