Application Development 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: 

raised exception error while running smartform

Former Member
0 Kudos

hi ...

i m facing problem in smartform -> main window....where i m fetching data from internal table and displaying it in table...it would vary according to the data ...so exceed the limit of main window when transported to QAS server....

i tried to add new page .....but the runtime error comes ....error description is below.....do suggest the best idea to ...dynamically vary the table ....

A RAISE statement in the program "SAPLSTXBC" raised the exception

condition "ERROR".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

-

Showing error at this location....

Program SAPLSTXBC

Include LSTXBCU19

Row 110

Module type (FUNCTION)

Module Name SSFCOMP_GENERATE_SMART_FORM

please do tell me about the cause ....and how do i remove it...

5 REPLIES 5

Former Member
0 Kudos

Hi Nidhi,

Can you provide some more details about dump. Is your smartform in active state.

Regards,

Atish

mahaboob_pathan
Contributor
0 Kudos

Hi,

in main page

add COMMAND and check the check box go to next page and give page 2 in box.

and also take page two.

if the main page data exceeds then automatically it will goes to next page.

Former Member
0 Kudos

Hi,

If u r usisg any Function module in that FM al last 3 - 4 exception there. UNCOMMETED that exception.

Hope it will work.

regds,

Paras

0 Kudos

hi paras

i have solved that but now the a new problem is coming although i have no second page in my smartform .. table that i have defined in main window is getting spilted and comes in the second window.....which i didnt find anywhere......

wat to do with that second page ......

Former Member
0 Kudos

Hi,