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: 

Short dump on creating new entries for Table

Former Member
0 Kudos

Hi Friends,

I have created a table and created the table maintanence generator also . I have given some entries also.When i tried to display it is giving short dump what can be the problem

6 REPLIES 6

Former Member
0 Kudos

can you paste your dump analysis over here?

0 Kudos

ABAP runtime errors DYNPRO_SYNTAX_ERROR

Occurred on 10/18/2007 at 08:03:06

>> Short dump has not been completely stored. It is too big.

Syntax error in a screen

What happened?

The current screen processing was terminated, since a situation

occurred from which it could not continue processing.

This is probably due to an error in the current screen of the ABAP

program.

While generating a screen, the system discovered that it contained a

syntax error.

What can you do?

Please make a note of the actions and input which caused the error.

Please make a note of the actions and input which caused the error.

To resolve the problem, contact your

SAP system administrator.

Choose "Print" for a hard coopy of the termination message. You can

display and adminster short dump messages using Transaction ST22.

Error analysis

Screen "SAPLZFIF_GLACC" 0100 contains a syntax error.

How to correct the error

If the error occurred in an SAP screen, please report the error.

If the error occurred in a screen of your own, correct it by starting

the Screen Painter (transaction SE51) and checking the syntax.

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

search criteria:

"DYNPRO_SYNTAX_ERROR"

"SAPLZFIF_GLACC " or "LSVIMF45 "

"INITIALISIEREN"

System environment

SAP Release.............. "46C"

Application server....... "usunx44"

Source code extract

001460 LOOP AT E INTO E_H WHERE LINE CS NAME.

001470 EXIT.

001480 ENDLOOP.

001490 IF SY-SUBRC EQ 0.

001500 VIM_TABCTRL_ACTIVE = 'X'.

001510 ELSE.

001520 CLEAR VIM_TABCTRL_ACTIVE.

001530 ENDIF.

001540 IF H-MILI O VIM_TEMPLATE_DYNPRO. "SW: gen. Dynpros sind evtl.

001550 H-MILI = H-MILI - VIM_TEMPLATE_DYNPRO. "fälschlicherweise als

001560 EXPORT DYNPRO H F E M ID I_DYNID. "Vorlagedynpros gekennzeichnet

001570 GENERATE DYNPRO H F E M ID I_DYNID

001580 MESSAGE H_F1 LINE H_F2 WORD H_F3.

001590 ENDIF.

001600 ELSE.

001610 CLEAR VIM_TABCTRL_ACTIVE.

001620 ENDIF.

001630 IF x_header-type = '2'.

001640 i_dynid+40(4) = x_header-detail.

001650 IMPORT DYNPRO h f e m ID i_dynid.

001660 IF sy-subrc = 0

001670 and h-mili O vim_template_dynpro. "UF: Auch Einzelbilder sind

001680 h-mili = h-mili - vim_template_dynpro. "evtl. fälschlicherweise

001690 EXPORT DYNPRO h f e m ID i_dynid. "als Vorlagedynpros

001700 GENERATE DYNPRO h f e m ID i_dynid "gekennzeichnet

001710 MESSAGE h_f1 LINE h_f2 WORD h_f3.

001720 ENDIF.

001730 ENDIF.

001740 IF VIM_TABCTRL_ACTIVE NE SPACE.

001750 * Übergangslösung Tablecontrol Ende

> ASSIGN (NAME) TO -COLS FROM VIM_TC_COLS.

001940 EXIT.

001950 ENDLOOP.

0 Kudos

ABAP runtime errors DYNPRO_SYNTAX_ERROR

Occurred on 10/18/2007 at 08:03:06

>> Short dump has not been completely stored. It is too big.

Syntax error in a screen

What happened?

The current screen processing was terminated, since a situation

occurred from which it could not continue processing.

This is probably due to an error in the current screen of the ABAP

program.

While generating a screen, the system discovered that it contained a

syntax error.

What can you do?

Please make a note of the actions and input which caused the error.

Please make a note of the actions and input which caused the error.

To resolve the problem, contact your

SAP system administrator.

Choose "Print" for a hard coopy of the termination message. You can

display and adminster short dump messages using Transaction ST22.

Error analysis

Screen "SAPLZFIF_GLACC" 0100 contains a syntax error.

How to correct the error

If the error occurred in an SAP screen, please report the error.

If the error occurred in a screen of your own, correct it by starting

the Screen Painter (transaction SE51) and checking the syntax.

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

search criteria:

"DYNPRO_SYNTAX_ERROR"

"SAPLZFIF_GLACC " or "LSVIMF45 "

"INITIALISIEREN"

System environment

SAP Release.............. "46C"

Application server....... "usunx44"

Source code extract

001460 LOOP AT E INTO E_H WHERE LINE CS NAME.

001470 EXIT.

001480 ENDLOOP.

001490 IF SY-SUBRC EQ 0.

001500 VIM_TABCTRL_ACTIVE = 'X'.

001510 ELSE.

001520 CLEAR VIM_TABCTRL_ACTIVE.

001530 ENDIF.

001540 IF H-MILI O VIM_TEMPLATE_DYNPRO. "SW: gen. Dynpros sind evtl.

001550 H-MILI = H-MILI - VIM_TEMPLATE_DYNPRO. "fälschlicherweise als

001560 EXPORT DYNPRO H F E M ID I_DYNID. "Vorlagedynpros gekennzeichnet

001570 GENERATE DYNPRO H F E M ID I_DYNID

001580 MESSAGE H_F1 LINE H_F2 WORD H_F3.

001590 ENDIF.

001600 ELSE.

001610 CLEAR VIM_TABCTRL_ACTIVE.

001620 ENDIF.

001630 IF x_header-type = '2'.

001640 i_dynid+40(4) = x_header-detail.

001650 IMPORT DYNPRO h f e m ID i_dynid.

001660 IF sy-subrc = 0

001670 and h-mili O vim_template_dynpro. "UF: Auch Einzelbilder sind

001680 h-mili = h-mili - vim_template_dynpro. "evtl. fälschlicherweise

001690 EXPORT DYNPRO h f e m ID i_dynid. "als Vorlagedynpros

001700 GENERATE DYNPRO h f e m ID i_dynid "gekennzeichnet

001710 MESSAGE h_f1 LINE h_f2 WORD h_f3.

001720 ENDIF.

001730 ENDIF.

001740 IF VIM_TABCTRL_ACTIVE NE SPACE.

001750 * Übergangslösung Tablecontrol Ende

> ASSIGN (NAME) TO -COLS FROM VIM_TC_COLS.

001940 EXIT.

001950 ENDLOOP.

0 Kudos

Hi,

check whether u have created the table maintainence generator correctly or not..

plz check the below links

http://www.saptechies.com/how-to-create-table-maintenance-generator/

reward if helpful.

regards,

nagaraj

Former Member
0 Kudos

what s dump analysis saying?

Former Member
0 Kudos

Hi,

Delete the Table Maintainence Generator and recreate it.

Thanks,

Muthu.