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

script

Former Member
0 Likes
285

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
265

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

2 REPLIES 2
Read only

Former Member
0 Likes
266

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

Read only

Former Member
0 Likes
265

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.