2016 Sep 29 6:54 AM
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.
2016 Sep 29 7:48 AM
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
2016 Sep 29 7:21 AM
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.
2016 Sep 29 7:32 AM
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.
2016 Sep 29 7:52 AM
2016 Sep 29 7:48 AM
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
2016 Sep 29 8:10 AM
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
2016 Sep 29 10:01 AM
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.
2016 Sep 29 12:53 PM
Hi Aditya,
for finding exact problem first run smartforms directly.
Thanks
2016 Sep 29 1:13 PM
Hii people, thanks for all your suggestions, it has really help me, y issue is now resolved.
2016 Sep 29 2:00 PM
Please provide the resolution so that if other people have the same problem they have an answer.