cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Design Issue

Former Member
0 Kudos

Experts,

Please help me in this issue:

I am creating smart form with 8 main windows in single page as per my requirement. But, I am

getting dump when i execute the form.

Could you please help me how to design form for this scenario?

Thanks in advance ....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can create only one main window.Please check st22 for more information.

Regards,

Keerthi

Answers (3)

Answers (3)

Former Member
0 Kudos

It is because you can use only one main window in the smart form.

Try using secondary window insted of main window if the data is static

Former Member
0 Kudos

Hi,

Probably you have changed the width of the main window so you are getting a dump.

The width of the main windows can not be changed, so maintain the same width for all the main windows and execute it.

You can change the height of the main window but not the width

For information about the main windows check the sap help documents

Regards

Sarves

alex_m
Active Contributor
0 Kudos

Whats the dump you getting?..

Former Member
0 Kudos

Getting below dump:

Exception condition "ERROR" raised.

The current ABAP/4 program encountered an unexpected

situation.

alex_m
Active Contributor
0 Kudos

You need to analyse the dump(ST22) in more details to point the error, you might be set some condition thats not valid one. Do Syntax for the text element and execute.