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

how to resolve tjhis syntax error

Former Member
0 Likes
919

Hi friends,

While modifying a SAP program, i came across a syntax error- " Literals cannot be extended more than one line" in ECC6.0 server.

this is the msg for which i am getting error-

" MESSAGE 'Associate should be transferred back to the unit

effective from the forced transfer date' TYPE 'E'.

i have tried to resolve it by making it a msg of single line but i couldnt. so pls let me know how can i proceed.

Thank you

Nasreen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
894

Hi,

In source code please see somewhere the line must have started with ' and closing ' not provided in same line.

Regards,

savitha

Hi friends,

While modifying a SAP program, i came across a syntax error- " Literals cannot be extended more than one line" in ECC6.0 server.

this is the msg for which i am getting error-

" MESSAGE 'Associate should be transferred back to the unit

effective from the forced transfer date' TYPE 'E'.

i have tried to resolve it by making it a msg of single line but i couldnt. so pls let me know how can i proceed.

Thank you

Nasreen

6 REPLIES 6
Read only

Former Member
0 Likes
895

Hi,

In source code please see somewhere the line must have started with ' and closing ' not provided in same line.

Regards,

savitha

Read only

0 Likes
894

Thank you, i will check and let u know

Read only

SantoshKallem
Active Contributor
0 Likes
894

Literals should be in single line in ECC.


i have tried to resolve it by making it a msg of single line but i couldnt. 

are you not able to convert into single line.

Goto Utilities> settings> In tab ABAP EDITOR and in Sub tab EDITOR

Remove the Check box for

Downwards-Comp. Line Lngth(72).

Hope this solves you problem

Regards,

santosh reddy

Read only

0 Likes
894

thank you, done this but still error exists

Read only

former_member206439
Contributor
0 Likes
894

Hi

you can do one thing to remove this error

MESSAGE text-001 TYPE 'E'.

double click on text-001 and enter the text there and activate that and come back.

then your text element contains your literal text.

it won't give any error

Read only

0 Likes
894

hi i tried this but i am unable to navigate to other screen to create the text element. i ned to save the data nad move the text screen but while i am trying to save it. its giving a pop up- " Modification bracket structure is incosistent".