‎2014 Feb 03 1:05 PM
Hello all experts,
I have a requirement to call a window dynamically. That i must make the window visible only on certain conditions else the window must be invisible.
Is it possible to attain this requirement
If yes please help me on this.
Am very thankful to your immediate responses
thanks and regards,
Satish
‎2014 Feb 03 1:14 PM
Hi,
you have a tab Condition into your window. In this tab you could specify if a variable equal a value or not ... the window will not appear.
So you could add your Abap code just before to modify the value of this variable to manage the display or not of your window
regards
Fred
‎2014 Feb 03 1:14 PM
Hi,
you have a tab Condition into your window. In this tab you could specify if a variable equal a value or not ... the window will not appear.
So you could add your Abap code just before to modify the value of this variable to manage the display or not of your window
regards
Fred
‎2014 Feb 03 1:25 PM
in conditions tab you can set the condition . apply condition to whole window so that it will be displayed /not displayed as per your requirement.
can you brief when you want to display window and when not to display it???
‎2014 Feb 03 1:38 PM
You have a conditions tab for every component.
In this tab you can check the value of a variable defined in the interface of the SAP Smart Form.
It is also possible to add code fragments before a component and build some checks there.
Regards,
Niels
‎2014 Feb 03 1:43 PM
Hi Sathish,
yeah possible your requirements. Please provide the condition on main window in condition Tab as mentioned below screenshots.
above screen just i mentioned the condition.. here you can code as per your requirements..
Regards,
Thangam.P
‎2014 Feb 03 2:31 PM
Thanks for all your support, I have successfully implemented the requirement
Thanks,
Satish