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

display long text

Former Member
0 Likes
633

Hi All,

i am reading a long text from credit master which excees second line. means in script editor it fill 1st line and with = sign(extended line) it continue in 2nd line.how to read it as single line. because some time many one line text and some 2line text are available.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
598

Hi Sivaji,

If u r working on SAP script,Use <b>INCLUDE</b> command to read long text. u have to pass foe example :

id = 'F01'

language = 'E'

name = D_EBELN

object = 'EKKO'

along with INCLUDE.

😕 INCLUDE 'F01' 'E' D_EBELN 'EKKO'.

Reward points if helpful.

Regards,

Hemant

Hi Sivaji,

If u r working on SAP script,Use <b>INCLUDE</b> command to read long text. u have to pass foe example :

id = 'F01'

language = 'E'

name = D_EBELN

object = 'EKKO'

along with INCLUDE.

😕 INCLUDE 'F01' 'E' D_EBELN 'EKKO'.

Reward points if helpful.

Regards,

Hemant

4 REPLIES 4
Read only

Former Member
0 Likes
598

Hi,

If its long text use include option.

Read only

Former Member
0 Likes
599

Hi Sivaji,

If u r working on SAP script,Use <b>INCLUDE</b> command to read long text. u have to pass foe example :

id = 'F01'

language = 'E'

name = D_EBELN

object = 'EKKO'

along with INCLUDE.

😕 INCLUDE 'F01' 'E' D_EBELN 'EKKO'.

Reward points if helpful.

Regards,

Hemant

Read only

Former Member
0 Likes
598

Hi,

Use INCLUDE statement to insert longtext in your script editor.

thanks,

sksingh

Read only

Former Member
0 Likes
598

Hi

i want to download in to flat file

thanks