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: 

Literals that take up more than one line not permitted.

Former Member
0 Kudos

Hi

I am getting an error saying

Literals that take up more than one line not permitted.

code is as follows

Concatenate

'Please Maintain ' i_twfdb-ncitype ' in

Lang. ' sy-langu into description.

ENDIF.

please help me

Title was edited by:

Alvaro Tejada Galindo

5 REPLIES 5

naimesh_patel
Active Contributor
0 Kudos

Concatenate

'Please Maintain ' i_twfdb-ncitype

'<b> in Lang. '</b> sy-langu " << Both In and Lang. should be in one line...

into description.

Regards,

Naimesh Patel

Former Member
0 Kudos

Sahil,

Maintain Text symbols for the text you are using in quotes.

<b><REMOVED BY MODERATOR></b>

Satish

Message was edited by:

Alvaro Tejada Galindo

0 Kudos

can u just tell me how to maintain text symbols..

please.. its very urgent

<b><REMOVED BY MODERATOR></b>

sahil

Message was edited by:

Alvaro Tejada Galindo

0 Kudos
Concatenate
Text-T01  i_twfdb-ncitype 
Text-T02 sy-langu 
Into description.

Now, double click on the Text-T01.. say yes the pop-up.. maintain the entries here like:

Symbol   Text
T01    Please Maintain  ... (Press Enter)
T02    In Lang.          .. (Press Enter)

Save and activate.

Regards,

Naimesh Patel

0 Kudos

Hello experts,

Please help.This statement shows error

  IF ( V_PARTCOND = 'CALDAY <= ''20130723'' AND

  ( RECORDTP = '0' OR RECORDTP >= '2' ) ') AND

  ( V_PARTCONDQ = 'CALDAY <= ''20130723'' AND

  ( RECORDTP = '0' OR RECORDTP >= '2' ) ') . shows the above mentioned error.

This values are taken from system tables. concatenate didn't work for me.