‎2006 Nov 28 4:47 AM
Hi all,
My requirement is to update the custom table thru table control, so i have used table control with wizard,i have written the code for saving the entry and i have set the PF Status also, but however when iam debugging iam not getting SY-UCOMM,its blank.....how can i handle this?
Helpful answers will be rewarded.......
‎2006 Nov 28 5:03 AM
the thing is sy-ucomm gets cleared sometimes...so what u should do is declare a variable and when u press SAVE....assign sy-ucomm to this variable and u can use this variable at any point...
‎2006 Nov 28 5:06 AM
Yeah i declared a variable also.....
but its getting cleared....
‎2006 Nov 28 7:38 AM
‎2006 Nov 28 10:02 AM
Hi,
Try with ok_code = FCODE and clear ok_code after processing.
‎2006 Nov 30 5:53 PM
Hi
if you are using the table control wizars then sy-ucomm would be available in ok_code
so use
case ok_code.
thanks
venki