‎2006 Aug 16 8:10 PM
hi friends,
Could u please send me the details
i have a three address windows in a standard Form ,i copied that standard form to my zform in my zform only two address windows are neded
is it possible to Comment the thrird Address window
(not Window Contents)Possible means how
please clarify as earley as possible
Regards
Srinu
‎2006 Aug 16 8:14 PM
In this case it is not possible to just comment window without window content .
You can just comment the entire code in the window . Or the other option is to delete the window from page window list. Or in the driver program you can comment the write_form which is calling that window .
please check if one of the option is feasible for you .
regards
Yogesh
‎2006 Aug 16 8:14 PM
In this case it is not possible to just comment window without window content .
You can just comment the entire code in the window . Or the other option is to delete the window from page window list. Or in the driver program you can comment the write_form which is calling that window .
please check if one of the option is feasible for you .
regards
Yogesh
‎2006 Aug 16 8:17 PM
You cannot a comment a window in sapscripts. Delete the address window which you do not need from the page.
This way the the address will be deleted only from your page and not from the SAPSCRIPT, at any point of time you can still the window contents in the window tab.