cancel
Showing results for 
Search instead for 
Did you mean: 

Condition to hide and move other forms/elements.

Former Member
0 Kudos

Hi Experts,

i am into ABAP. I want to hide a text field based on condition that if it does not contain any value i need to hide it and then compress the space that it occupies. After this, i want to move up the subsequent form/element from below to slightly upwards.

I wrote a code in java script as below:

if (form1.text1.value == NULL)

{

form1.text1.presence = "hidden".

}

now i want to move up the subsequent form/element slightly up.

Please suggest me how to do this?

Thanks

Dan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dan,

Try using flowed content subforms. Hope this helps.

I think there are more ideas on this topic in this forum.. A quick search may help.

Thanks and Regards,

- anto.