Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Control with wizard

Former Member
0 Likes
640

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.......

5 REPLIES 5
Read only

Former Member
0 Likes
613

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...

Read only

0 Likes
613

Yeah i declared a variable also.....

but its getting cleared....

Read only

0 Likes
613

Use the Standard Variable for Okcode.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
613

Hi,

Try with ok_code = FCODE and clear ok_code after processing.

Read only

0 Likes
613

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