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: 

trigger "new line" in LSMW

0 Kudos
709

hello all

I created an LSMW for the upload of General Task list. I am using the object 0490 and IBIP.

the issue I encounter is the following:

I also upload long text for Operation and my file contains several lines for the text.

The text is short but it still should appear in different lines:

example:

Line1

Line2

Line3

etc

instead, the Batch input uploads the text all on the same line

Line1 Line2 Line3 etc.

I set the Batch input to show screen by screen and I see that the lines are first uploaded separately as wished by me but immediately after, moved to be on the same line.

how can I trigger "new line" with the LSMW upload?

1 ACCEPTED SOLUTION

0 Kudos
173

solved

field TXPARAGRAPH in structure must be set to have a constant value of *

1 REPLY 1

0 Kudos
174

solved

field TXPARAGRAPH in structure must be set to have a constant value of *