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: 

SYNTAX_ERROR dump in SE11

shubha_bansal
Explorer
0 Kudos

Hello All,

I am facing a very unusual problem.

My client has upgraded to BASIS component 740.

ABAP work is just started. I tried creating a Z structure through SE11.

On checking the syntax it goes with dump.

Can anyone guide me to overcome this.

11 REPLIES 11

raymond_giuseppi
Active Contributor
0 Kudos

Did you look for function group SDTA (program SAPLSDTA) or FM DD_TABL_ACTM in SPAU, you should also look for OSS notes.

Regards,

Raymond

0 Kudos

Thanks Raymond for your reply.

I tried finding OSS notes. But could not reach to any.

SPAU tcode is not giving any value.

Regards

Shubha

0 Kudos

Insure that both active versions of FM DD_TABL_ACTM (LSDTAU04) and FORM TABL_SETACTIVATION (SAPLSDTA) are correct, version management should display: Versions=activ SAP=X Rel=740, if this is the case raise an incident to SAP, else identify who modified those.


Regards,

Raymond

0 Kudos

Hi raymond,

The include SAPLSDTA has version history and when i compared the SAP version and active version there is a FM change. Please suggest further what should be done.

Attaching the screen shot for your reference.

0 Kudos

This can happen in a number of ways

1. Incorrectly applied OSS notes

2. Incorrectly processed SPAU during upgrade

3. SAP not correctly setting note dependencies

It looks to me like a screw up during the upgrade.

This can be quite complicated to resolve, so it's highly unlikely that anyone will be able to fix this for you through this site. If you can't figure it out, you must log a support call with SAP.

0 Kudos

Thanx Raymond.

My basis team has logged the incident with SAP.

0 Kudos

If not yet at SP SAPKB74011, look at 2122333 - DD_INT_UPDATE_DDFTX hangs without end which corrected 2069795 - Avoid deadlock on database table DDFTX of SP SAPKB74010 (Some problem during Ehp update, ask basis for analyzis of log or raise incident)

Regards,

Raymond

Former Member
0 Kudos

Hello Shubha,

try to recreate the table maintanace dialog. I think after upgrade the generated table maintance dialog will be invalid.

Regards,

Richard

0 Kudos

Hi Richard,

Can you please mention for which table should i do tmg?

Regards

Shubha

0 Kudos

Hello Shubha,

I believe, you have a table maintanace view for your z-table. This view was generated in a function Group. I believe, your Syntax error is in this function Group. To fix the error you have to Regenerate all views generated in this function Group.

Regards,

Richard

0 Kudos

Hi Richard,

Its not about table. I am not able to create a Z structure in SE11.