Fixing a common OPEN_FORM and START_FORM error in SAPscript
I am getting an error in SAPscript: "START_FORM is invalid and OPEN_FORM is missing." Why am I getting this error?
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
I suspect that your print program is attempting to call a non-existent form in your SAP system/client. Next time you print this form, set a break-point at function modules OPEN_FORM and START_FORM to see the name of the form being called. Regardless of the issue, you should find what you need to do with this approach.
Dig Deeper
-
People who read this also read...
-
This was first published in July 2008