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

Sapscripts

former_member778253
Active Participant
0 Likes
411

Hi,

Is it madatory to give close_form function module in sapscripts.

4 REPLIES 4
Read only

Former Member
0 Likes
385

Obviously you need to close the form once you open it.

regards

srinivas

<b>*reward points if helpful*</b>

Read only

Former Member
0 Likes
385

Hi Sivananda,

It is mandatory to use close_form in sap scripts.

Regards

Aneesh.

Read only

Former Member
0 Likes
385

Once you open the form it should be closed in order to open another form through the same print program.

It is always a best practice to Close the form.

Reward if helpful.

Read only

Former Member
0 Likes
385

Not really....When the SapScript is printed....It's closed inmediatly...But it's always better to free memory by using CLOSE_FORM -;)

Greetings,

Blag.