cancel
Showing results for 
Search instead for 
Did you mean: 

GETTING AN EXCEPTION UNSTARTED

Former Member
0 Kudos

HI ALL,

I HAVE A REQUIREMENT OF DISPLAYING TWO DIFFERENT TEXTS ON FIRST AND SECOND PAGES OF A SCRIPT.BUT I AM ABLE TO DISPLAY TWO PAGES BUT THE TEXT IS NOT APPEARING ON THE SECONG PAGE. I AM GETTING AN EXCEPTION "FORM UNSTARTED" IN THE FUNCTION MODULE WRITE_FORM. PLEASE SUGGEST.

THANKS IN ADVANCE

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

I suppose you have to call the FMs in a particular order to avoid such exceptions.

Open form

-> Start_form

Write_Form

-> end_form

-> Start_form

Write_Form

-> end_form

.......

Close_form.

regards

Umakanth

Former Member
0 Kudos

Hi,

Avoid all Caps while posting

Check Exceptions section for [Module WRITE_FORM|http://help.sap.com/saphelp_nw70/helpdata/en/d6/0dba41494511d182b70000e829fbfe/frameset.htm]

Regards