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

hide

moniabap_moni
Explorer
0 Likes
544

HI

CAN ANYONE TELL THE USE OF HIDE STMT...

As per the documents it is saying that hide stmt will retain the fields value decleared in hide,and that value will be printed in next write stmt,but it is not printing the fields decleared in hi de stmt, can anyone help me out with coding ?

3 REPLIES 3
Read only

Former Member
0 Likes
523

Hides the contents of the field f in relation to the current output line. If you select this line, the system automatically assigns the hidden value to f .

Such a selection may result from any of the following:

AT LINE-SELECTION AT PFx AT USER-COMMAND READ LINE

<b>To hide the contents of a field, you do not need to output the field beforehand with WRITE .</b>

Read only

Former Member
0 Likes
523

Refer the demo program: for sample code:

demo_list_hide

Regards,

Ravi

Read only

Former Member
0 Likes
523

Hi,

HIDE: this statement is used to save contains of list field when list is displayed and it is licked. means

eg

HIDE matnr.

Refer this thread

Jogdand M B