Application Development 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: 

Using CheckBox in Report...

Former Member
0 Kudos

Hi All,

i m writing the below code to retrive checked filed value, it is giving me error like.

statement field is not defined.

my syntex is:

if markfiled='X'

read current line.

field value itab1-myfiled into itab2-myfiled.

endif.

pls help.

Thanks in Advance.

Yunus

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

if markfiled='X'

read current line.

<b>get cursor field <name of your field> value <val>.</b>

endif.

Regards,

ravi

0 Kudos

HI,

WELCOME TO SDN

Use <b>get cursor</b> statement

Regards,

Santosh