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

Problem while loading long text with more char.

srivijay_dinnimath
Active Participant
0 Likes
587

Hi,

I am unable to upload the long text for  BAPI_DOCUMENT_LOAD as max. char allowed for longtext field of this FM(TEXTLINE) is 132. But requirement is to pass long text is of more than 5 lines, any one please help me for this issue.

Regards,

Srivijay

1 ACCEPTED SOLUTION
Read only

srivijay_dinnimath
Active Participant
0 Likes
549

Hi,

The issue is been resolved.

I just referred http://scn.sap.com/thread/3217747.

And thanks for your replies.

Regards,

Srivijay

3 REPLIES 3
Read only

former_member282968
Contributor
0 Likes
549

Hi Srivijay,

Since LONGTEXTS is a table parameter you have to append it 5 times to fit it for 5 lines.

With regards,

Read only

Kurusetti
Explorer
0 Likes
549

Hi srivijay,

  Try using CREATE_TEXT function module .It will help you to add long text .

Regards,

K.Rajesh

Read only

srivijay_dinnimath
Active Participant
0 Likes
550

Hi,

The issue is been resolved.

I just referred http://scn.sap.com/thread/3217747.

And thanks for your replies.

Regards,

Srivijay