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

Error in SmartForm after a few changes

Former Member
0 Kudos
1,561

Hi Team, I am getting an error "No output request open. End not possible." after I made a few changes in the Smartform.

I've added a few input parameters from the calling program and also recalled the interface, yet after all the required changes, I am not getting the output as expected, and I getting the above mentioned error, need help on this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
1,301

Hi,

Please check if you changed any of the CONTROL_PARAMETERS in the driver program. Also check if you are correctly making use of the function module SSFCOMP_CLOSE ( if its used ) , the issue arises when attempt is made to close the request when its not open.

Regards,

Rohan

9 REPLIES 9
Read only

deepan_v_s
Active Participant
0 Kudos
1,301

Hi Aditya,

Please check the technical description of the message and find where it comes from. I don't think the error is due to SF generation, coz the message that is getting displayed in not from message class  SMARTFORMS (Message class used for forms).

Also kindly revert back the changes and check if the form is getting executed.

Regards,

Deepan Swaminathan.

Read only

0 Kudos
1,301

hi Deepan Swaminathan , I have reverted the changes made, just now, and the smartform works perferctly as it was before, but after making few corrections required, the error again comes up.

Now, after reverting back all the changes I've done, I started implementing all the changes but did not change the select query, meaning the smartform should pull up data as it used to do previously, despite the changes i've done but no change select query.

Read only

0 Kudos
1,301

It's a runtime error, I guess then the form ended in a loop. Please use transaction SFTRACE ad mentioned in the below link.

Read only

Former Member
0 Kudos
1,302

Hi,

Please check if you changed any of the CONTROL_PARAMETERS in the driver program. Also check if you are correctly making use of the function module SSFCOMP_CLOSE ( if its used ) , the issue arises when attempt is made to close the request when its not open.

Regards,

Rohan

Read only

Former Member
0 Kudos
1,301

Adding a few input parameters shouldn't have an effect unless you didn't change the calling program.

Secondly what does 'recalling the interface' mean ?

Lastly,  error message,  Id and number would be helpful as would your code changes because it seems you have done more than changing the interface.

Rich

Read only

davis_raja
Active Participant
0 Kudos
1,301

Check for options like NO_OPEN and NO_CLOSE in Control parameters.

Check whether NO_CLOSE is set to X just before the Smartform is getting called.

Read only

praveenboss
Participant
0 Kudos
1,301

Hi Aditya,

     for  finding exact problem first run smartforms directly.

   Thanks

Read only

Former Member
0 Kudos
1,301

Hii people, thanks for all your suggestions, it has really help me, y issue is now resolved.

Read only

0 Kudos
1,301

Please provide the resolution so that if other people have the same problem they have an answer.