Skip to Content
0
Apr 29, 2014 at 04:49 AM

hide and display table based on condition in adobe forms in abap?.........

1051 Views

hi,

i want to hide and display two table based on condition in adobe forms.

in se38 i have created the driver program and in layout i write the java script code for hide table1 but it dont work. below is the code for java script

if(data.FLAG.rawvalue == '01')

{ this.presence == "hidden";

}

here i try to hide the subform which contain the table

but not work when i add the condition?