cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with longtext - IA08

Former Member
0 Kudos

Hi SAP Gurus,

I have problem with long text at operation in IA08.

I made Z sapscript, then I assigned this sapscript in SE75 to object ROUTING. I use this form in IA08.

I write long text for operation.

Then a save it.

When I return back to long text, long text is different.

Where could be problem???

Thanks

Lukas

Accepted Solutions (0)

Answers (1)

Answers (1)

marianoc
Active Contributor
0 Kudos

Hi Lukas,

When you write a line use:

- "<>" at the begining,

- "</>" at the end when you want to start a new line...

So try with something like this:

H1     <>TEST</>

H1     <>TEST1</>

B1     <>22222222222222222222222222222222222222222222222222222222222

=        2222222222222222222222222222222222222222222222222222

=        2222222222222222222222222222222</>

etc...

Hope this solve your problem...

Kind Regards,

Mariano

Former Member
0 Kudos

Hi,

I tried your advice, but it doesn´t solve my problem. I have same problem as

Thanks

Lukas