Application Development and Automation 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: 
Read only

Short-dump occured

Former Member
0 Likes
1,108

Hi,

I have designed my table control in the PBO of my screen.

When i do a test run of the screen i am getting the following dump message.

Short text
    Illegal value when compressing screen.

What happened?
    The current ABAP program "SAPLSCR0" had to be terminated because of an
    unexpected error when displaying the next screen.

What can you do?
    Note which actions and input led to the error.

    For further help in handling the problem, contact your SAP administrator
    .

    You can use the ABAP dump analysis transaction ST22 to view and manage
    termination messages, in particular for long term reference.

Error analysis
    There is an internal system error.
    eliminated with ABAP/4.
    When compressing the next screen, one of the variables had an
    illegal value.

Information on where terminated
    Termination occurred in the ABAP program "SAPLSCR0" - in "SYSTEM-EXIT".
    The main program was "SAPMSEU0 ".

    In the source code you have the termination point in line 0
    of the (Include) program " ".

Please help me out as to where i have went wrong in doing the code.

Regards,

Imran

Hi,

I have designed my table control in the PBO of my screen.

When i do a test run of the screen i am getting the following dump message.

Short text
    Illegal value when compressing screen.

What happened?
    The current ABAP program "SAPLSCR0" had to be terminated because of an
    unexpected error when displaying the next screen.

What can you do?
    Note which actions and input led to the error.

    For further help in handling the problem, contact your SAP administrator
    .

    You can use the ABAP dump analysis transaction ST22 to view and manage
    termination messages, in particular for long term reference.

Error analysis
    There is an internal system error.
    eliminated with ABAP/4.
    When compressing the next screen, one of the variables had an
    illegal value.

Information on where terminated
    Termination occurred in the ABAP program "SAPLSCR0" - in "SYSTEM-EXIT".
    The main program was "SAPMSEU0 ".

    In the source code you have the termination point in line 0
    of the (Include) program " ".

Please help me out as to where i have went wrong in doing the code.

Regards,

Imran

2 REPLIES 2
Read only

Former Member
0 Likes
601

Hi

See the doc of table control and sample programs and do accordingly

syntax:

CONTROLS <tab_ctrl_name> TYPE TABLEVIEW USING SCREEN <screen_no>.

chk the demo prog:

<b>DEMO_DYNPRO_TABCONT_LOOP</b>

Go through this urls.

www.saptechnical.com

www.sap-img.com

Check the below links.

http://www.planetsap.com/howdo_a.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm

http://sap.niraj.tripod.com/id25.html

Also you can see the below examples...

Go to se38 and give demodynpro and press F4.

YOu will get a list of demo module pool programs.

One more T-Code is ABAPDOCU.

YOu can find more examples there.

<b>See the prgrams:

DEMO_DYNPRO_TABLE_CONTROL_1</b> Table Control with LOOP Statement

<b>DEMO_DYNPRO_TABLE_CONTROL_2</b> Table Control with LOOP AT ITAB

http://www.geocities.com/ZSAPcHAT

http://www.allsaplinks.com/files/using_table_in_screen.pdf

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
601

hi Im

try to debug ur code. in this way we wont be able to find where u have made a mistake. if u area getting error at specific point pklz do mention that so that we can look over that

regards

ravish