2007 May 15 5:45 AM
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
2007 May 15 5:55 AM
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 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
2007 May 15 5:47 AM
2007 May 15 5:55 AM
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
2007 May 15 5:56 AM
Hi,
Use INCLUDE statement to insert longtext in your script editor.
thanks,
sksingh
2007 May 15 6:11 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |