cancel
Showing results for 
Search instead for 
Did you mean: 

SYNTAX_ERROR on executing transaction MEKA

Former Member
0 Kudos

Hi All,

I have w problem that when trying to execute transaction MEKA it gives w SYNTAX_ERROR short dump in program SAPFM06K, so how can i handle this error.

That's the if statement that includes the error

IF l_use_grid_kz = 'X' or re_bool = 'X'.

PERFORM alv_grid_display(sapfm06k) USING transaction. "the line of the error"

ELSE.

PERFORM ausgabe(sapfm06k).

ENDIF.

Regards,

Nadia

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185031
Active Contributor
0 Kudos

Have you done any upgrade recently, if yes then check that upgrade has been applied successfully, becuase due to program inconsistency these types of error comes if you perform any upgrade and its not been applied sucessfully.

Regards,

Subhash