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

Creating Table entries

Former Member
0 Likes
1,443

Hi,

While attempting to create a table entry I am getting a runtime error.

Short text

Syntx error or generation error in a screen.

What happened?

At the screen generation it was detected that a screen to be generated

has a syntax error or could not be generated due to another error.

Error analysis

Screen "SAPLZSCMS_REGION" 0001 could not be generated.

Trigger Location of Runtime Error

Program SAPLZSCMS_REGION

Include LSVIMF45

Row 219

Module type (FORM)

Module Name INITIALISIEREN

Please let me know why this occurs and how can I go about resolving it?

Thanks

Vineeta

7 REPLIES 7
Read only

Former Member
0 Likes
1,048

Hi Vineeta

R u creating table entries manually or through any program??

Regards

Pavan

Read only

Former Member
0 Likes
1,048

Hi,

Have u created table maintenance generator for the table.

Read only

Former Member
0 Likes
1,048

Hi Vineeta,

You might have changed the table structure, but might have not recreated the table maintainence generator. Try deleting the existing table maintainence generator and recreating it again.

Regards

Anil Madhavan

Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,048

if you are creating the value from sm30/31 then please check your table view in se54 and may be rgeanarate it ..

Read only

Former Member
0 Likes
1,048

Hi Vineeta,

Probable u might may changed the field name after creating the table which(changes) were not replicated in the screen1000 (element list & flow logic ). Go to screen number of table maintenance gen--> click on screen num --> checkout for errors.

Read only

0 Likes
1,048

hi vineeta,

Pls check the case or spelling .it is case sensitive here .if u have given

in lowercase inside screen and have used uppar case in pgm it may throw an error.i have some experience in it

Read only

Former Member
0 Likes
1,048

Hi all, Thanks for your replies.

As Anil pointed out I was encountering this problem because, I added a fiels into the table and didnt recreate the maintenance generator.

Thanks,

Vineeta