cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading long text

Former Member
0 Kudos

Hi Gurus,

I'm in the phase of uploading my master data....and I have a lot of records for which there is long text.

I need to know how can I upload long texts of inspection methods and inspection characteristics.

Regards,

MaX

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi MAX,

The point of concern with your issue is that you want to LOAD Long Text for the Inspection method and others.

In SAP - Long Text gets stored in the form of Clusters, thus regular BDC & LSMW will not be very fruitful to give you desired result.

For Uploading Long Text - An ABAP Program has to be written using SAP Standard function module SAVE_TEXT.

Ask you Technical Guy to use this .. I hope your issue will get resolved.

Mayank MEHROTRA

Answers (1)

Answers (1)

vineeth_varghese
Active Participant
0 Kudos

Max,

ABAP er can definetly help you in this.

When I uploaded long text, I need to break text into max 72 char lines.

Imean to say for a long sentence of 150 char length, I broke it into 70 char + 70 char + 10 char into 3 lines in excel/ notepad and I uploaded it.

But definetly your ABAP er can do it.

Thanks

Vineeth Varghese